/* Define if you have and want to use libcrypt */
#define HAVE_LIBCRYPT 0
-/* Define if you have and want to use libnsl */
-#define HAVE_LIBNSL 0
-
-/* Define if you have and want to use libsocket */
-#define HAVE_LIBSOCKET 0
-
/* Define if you have and want to use libpam */
#define HAVE_LIBPAM 0
/* define ulong by configure if it is missed (most probably is) */
#undef ulong
-/* Define if you have the resolv library (-lresolv). */
-#define HAVE_LIBRESOLV 0
-
/* Define if you have libdl (used for dynamic linking) */
#define HAVE_LIBDL 0
-/* Define if you have and want to use libnsl */
-#define HAVE_LIBNSL 0
-
-/* Define if you have and want to use libsocket */
-#define HAVE_LIBSOCKET 0
-
#undef ZEND_DEBUG
/* Define if you want to enable memory limit support */
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
-
-/* Define if you have the resolv library (-lresolv). */
-#undef HAVE_LIBRESOLV
LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
fi
-AC_CHECK_LIB(c, socket, [:], [
- AC_CHECK_LIB(socket, socket, [
- LIBS="-lsocket $LIBS"
- AC_DEFINE(HAVE_LIBSOCKET) ], []) ])
-
AC_CHECK_LIB(c, dlopen, [
# fake it
AC_DEFINE(HAVE_LIBDL) ], [