File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -399,8 +399,6 @@ PHP_CHECK_FUNC(socketpair, socket)
399
399
PHP_CHECK_FUNC(htonl, socket)
400
400
PHP_CHECK_FUNC(gethostname, nsl)
401
401
PHP_CHECK_FUNC(gethostbyaddr, nsl)
402
- PHP_CHECK_FUNC(yp_get_default_domain, nsl)
403
-
404
402
PHP_CHECK_FUNC(dlopen, dl)
405
403
PHP_CHECK_FUNC(dlsym, dl)
406
404
if test "$ac_cv_func_dlopen" = "yes"; then
@@ -589,7 +587,6 @@ fpclass \
589
587
ftok \
590
588
funopen \
591
589
gai_strerror \
592
- gcvt \
593
590
getcwd \
594
591
getloadavg \
595
592
getlogin \
@@ -609,10 +606,7 @@ grantpt \
609
606
inet_ntoa \
610
607
inet_ntop \
611
608
inet_pton \
612
- isascii \
613
- link \
614
609
localtime_r \
615
- lockf \
616
610
lchown \
617
611
mbrlen \
618
612
memmove \
@@ -628,11 +622,8 @@ rand_r \
628
622
scandir \
629
623
setitimer \
630
624
setenv \
631
- setsockopt \
632
- setvbuf \
633
625
shutdown \
634
626
sigprocmask \
635
- sin \
636
627
statfs \
637
628
statvfs \
638
629
std_syslog \
@@ -642,7 +633,6 @@ strnlen \
642
633
strptime \
643
634
strtok_r \
644
635
symlink \
645
- tempnam \
646
636
tzset \
647
637
unlockpt \
648
638
unsetenv \
Original file line number Diff line number Diff line change @@ -299,8 +299,6 @@ AC_DEFINE('HAVE_IPV6', main_network_has_ipv6);
299
299
ARG_ENABLE ( 'fd-setsize' , "Set maximum number of sockets for select(2)" , "256" ) ;
300
300
ADD_FLAG ( "CFLAGS" , "/D FD_SETSIZE=" + parseInt ( PHP_FD_SETSIZE ) ) ;
301
301
302
- AC_DEFINE ( 'HAVE_USLEEP' , 1 ) ;
303
-
304
302
/* For snapshot builders, where can we find the additional
305
303
* files that make up the snapshot template? */
306
304
ARG_WITH ( "snapshot-template" , "Path to snapshot builder template dir" , "no" ) ;
Original file line number Diff line number Diff line change 28
28
29
29
/* Platform-Specific Configuration. Should not be changed. */
30
30
#define PHP_SIGCHILD 0
31
- #define HAVE_LIBBIND 1
32
31
#define HAVE_GETSERVBYNAME 1
33
32
#define HAVE_GETSERVBYPORT 1
34
33
#define HAVE_GETPROTOBYNAME 1
40
39
#define HAVE_ERRMSG_H 0
41
40
#undef HAVE_ADABAS
42
41
#undef HAVE_SOLID
43
- #undef HAVE_LINK
44
42
#undef HAVE_SYMLINK
45
43
46
44
/* its in win32/time.c */
47
45
#define HAVE_USLEEP 1
48
46
#define HAVE_NANOSLEEP 1
49
47
#define PHP_SLEEP_NON_VOID 1
50
48
51
- #define HAVE_GETHOSTNAME 1
52
49
#define HAVE_GETCWD 1
53
50
#define NEED_ISBLANK 1
54
51
#define DISCARD_PATH 0
67
64
#define HAVE_STRUCT_STAT_ST_RDEV 1
68
65
#define REGEX 1
69
66
#define HSREGEX 1
70
- #define HAVE_GCVT 1
71
67
#define HAVE_GETLOGIN 1
72
68
#define HAVE_MEMMOVE 1
73
- #define HAVE_PUTENV 1
74
69
#define HAVE_REGCOMP 1
75
70
#define HAVE_LOCALE_H 1
76
- #ifndef HAVE_LIBBIND
77
- # define HAVE_SETVBUF 1
78
- #endif
79
71
#define HAVE_SHUTDOWN 1
80
72
#define HAVE_STRCASECMP 1
81
- #define HAVE_TEMPNAM 1
82
73
#define HAVE_UTIME 1
83
74
#undef HAVE_DIRENT_H
84
75
#define HAVE_FCNTL_H 1
You can’t perform that action at this time.
0 commit comments