File tree 8 files changed +2
-323
lines changed
8 files changed +2
-323
lines changed Original file line number Diff line number Diff line change @@ -20845,10 +20845,7 @@ LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
20845
20845
20846
20846
20847
20847
20848
-
20849
-
20850
-
20851
- for ac_func in crypt fls getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul
20848
+ for ac_func in crypt fls getopt getrusage inet_aton random rint srandom strerror strlcat strlcpy
20852
20849
do
20853
20850
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20854
20851
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
Original file line number Diff line number Diff line change 1325
1325
pgac_save_LIBS="$LIBS"
1326
1326
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
1327
1327
1328
- AC_REPLACE_FUNCS([crypt fls getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul ])
1328
+ AC_REPLACE_FUNCS([crypt fls getopt getrusage inet_aton random rint srandom strerror strlcat strlcpy])
1329
1329
1330
1330
case $host_os in
1331
1331
Original file line number Diff line number Diff line change 460
460
/* Define to 1 if you have the <stdlib.h> header file. */
461
461
#undef HAVE_STDLIB_H
462
462
463
- /* Define to 1 if you have the `strdup' function. */
464
- #undef HAVE_STRDUP
465
-
466
463
/* Define to 1 if you have the `strerror' function. */
467
464
#undef HAVE_STRERROR
468
465
484
481
/* Define to 1 if you have the `strlcpy' function. */
485
482
#undef HAVE_STRLCPY
486
483
487
- /* Define to 1 if you have the `strtol' function. */
488
- #undef HAVE_STRTOL
489
-
490
484
/* Define to 1 if you have the `strtoll' function. */
491
485
#undef HAVE_STRTOLL
492
486
493
487
/* Define to 1 if you have the `strtoq' function. */
494
488
#undef HAVE_STRTOQ
495
489
496
- /* Define to 1 if you have the `strtoul' function. */
497
- #undef HAVE_STRTOUL
498
-
499
490
/* Define to 1 if you have the `strtoull' function. */
500
491
#undef HAVE_STRTOULL
501
492
Original file line number Diff line number Diff line change 355
355
/* Define to 1 if you have the <stdlib.h> header file. */
356
356
#define HAVE_STDLIB_H 1
357
357
358
- /* Define to 1 if you have the `strdup' function. */
359
- #define HAVE_STRDUP 1
360
-
361
358
/* Define to 1 if you have the `strerror' function. */
362
359
#ifndef HAVE_STRERROR
363
360
#define HAVE_STRERROR 1
375
372
/* Define to 1 if you have the <string.h> header file. */
376
373
#define HAVE_STRING_H 1
377
374
378
- /* Define to 1 if you have the `strtol' function. */
379
- #define HAVE_STRTOL 1
380
-
381
375
/* Define to 1 if you have the `strtoll' function. */
382
376
//#define HAVE_STRTOLL 1
383
377
384
378
/* Define to 1 if you have the `strtoq' function. */
385
379
/* #undef HAVE_STRTOQ */
386
380
387
- /* Define to 1 if you have the `strtoul' function. */
388
- #define HAVE_STRTOUL 1
389
-
390
381
/* Define to 1 if you have the `strtoull' function. */
391
382
//#define HAVE_STRTOULL 1
392
383
Original file line number Diff line number Diff line change @@ -408,10 +408,6 @@ extern double rint(double x);
408
408
extern int inet_aton (const char * cp , struct in_addr * addr );
409
409
#endif
410
410
411
- #ifndef HAVE_STRDUP
412
- extern char * strdup (const char * str );
413
- #endif
414
-
415
411
#if !HAVE_DECL_STRLCAT
416
412
extern size_t strlcat (char * dst , const char * src , size_t siz );
417
413
#endif
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments