File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 126
126
/* Define if you have and want to use libcrypt */
127
127
#define HAVE_LIBCRYPT 0
128
128
129
- /* Define if you have and want to use libnsl */
130
- #define HAVE_LIBNSL 0
131
-
132
- /* Define if you have and want to use libsocket */
133
- #define HAVE_LIBSOCKET 0
134
-
135
129
/* Define if you have and want to use libpam */
136
130
#define HAVE_LIBPAM 0
137
131
Original file line number Diff line number Diff line change 46
46
/* define ulong by configure if it is missed (most probably is) */
47
47
#undef ulong
48
48
49
- /* Define if you have the resolv library (-lresolv). */
50
- #define HAVE_LIBRESOLV 0
51
-
52
49
/* Define if you have libdl (used for dynamic linking) */
53
50
#define HAVE_LIBDL 0
54
51
55
- /* Define if you have and want to use libnsl */
56
- #define HAVE_LIBNSL 0
57
-
58
- /* Define if you have and want to use libsocket */
59
- #define HAVE_LIBSOCKET 0
60
-
61
52
#undef ZEND_DEBUG
62
53
63
54
/* Define if you want to enable memory limit support */
269
260
270
261
/* Define if you have the m library (-lm). */
271
262
#undef HAVE_LIBM
272
-
273
- /* Define if you have the resolv library (-lresolv). */
274
- #undef HAVE_LIBRESOLV
Original file line number Diff line number Diff line change @@ -70,11 +70,6 @@ if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
70
70
LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
71
71
fi
72
72
73
- AC_CHECK_LIB(c, socket, [:], [
74
- AC_CHECK_LIB(socket, socket, [
75
- LIBS="-lsocket $LIBS"
76
- AC_DEFINE(HAVE_LIBSOCKET) ], []) ])
77
-
78
73
AC_CHECK_LIB(c, dlopen, [
79
74
# fake it
80
75
AC_DEFINE(HAVE_LIBDL) ], [
You can’t perform that action at this time.
0 commit comments