Preliminary checks for mysql libraries && header files.
[freeradius.git] / src / include / autoconf.h.in
index 789d617..f6cc65c 100644 (file)
@@ -21,6 +21,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef gid_t
 
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
+#undef HAVE_SYS_WAIT_H
+
 /* Define to `long' if <sys/types.h> doesn't define.  */
 #undef off_t
 
@@ -36,48 +39,24 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
+/* Define if you can safely include both <sys/time.h> and <time.h>.  */
+#undef TIME_WITH_SYS_TIME
+
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t
 
 /* Do we have the crypt function ? */
 #undef HAVE_CRYPT
 
-/* Do we have socklen_t? */
-#undef HAVE_SOCKLEN_T
-
-/* Define if you have the DLOPEN function.  */
-#undef HAVE_DLOPEN
-
-/* Define if you need preceding underscores in dynamic library linking */
-#undef MODULE_NEED_USCORE
-
-/* Do we want to compile in DBM support? */
-#undef WITH_DBM
-
-/* Do we want to compile in NDBM support? */
-#undef WITH_NDBM
-
-/* Include Ascend hacks */
-#undef WITH_ASCEND_HACK
-
-/* Set Ascend Channels Per Line to N */
-#undef ASCEND_CHANNELS_PER_LINE
-
-/* Include NT Domain hack */
-#undef WITH_NTDOMAIN_HACK
-
-/* Include Specialix Jetstream hacks */
-#undef WITH_SPECIALIX_JETSTREAM_HACK
-
 /* Make dictionary case-independant */
 #undef WITH_DICT_NOCASE
 
-/* Use USR-style vendor specific attributes */
-#undef ATTRIB_NMC
-
 /* Include support for Ascend binary filter attributes */
 #undef ASCEND_BINARY
 
+/* socklen_t is generally 'int' on systems which don't use it */
+#undef socklen_t
+
 /* uint8_t should be the canonical 'octet' for network traffic */
 #undef uint8_t
 
@@ -87,8 +66,35 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* use a pool of threads to handle requests, instead of spawning threads? */
 #undef WITH_THREAD_POOL
 
-/* The number of bytes in a unsigned int.  */
-#undef SIZEOF_UNSIGNED_INT
+/* Include SNMP subagent */
+#undef WITH_SNMP
+
+/* Define if you have the <snmp.h> header file.  */
+#undef HAVE_SNMP_H
+
+/* Define if you have the <ucd_snmp/snmp.h> header file.  */
+#undef HAVE_UCD_SNMP_SNMP_H
+
+/* Define if you have the <snmp_impl.h> header file.  */
+#undef HAVE_SNMP_IMPL_H
+
+/* Define if you have the <ucd_snmp/snmp_impl.h> header file.  */
+#undef HAVE_UCD_SNMP_SNMP_IMPL_H
+
+/* Define if you have the <asn1.h> header file.  */
+#undef HAVE_ASN1_H
+
+/* Define if you have the <ucd_snmp/asn1.h> header file.  */
+#undef HAVE_UCD_SNMP_ASN1_H
+
+/* define if you have the <libpq_fe.h> header file.  */
+#undef HAVE_LIBPQ_FE_H
+
+/* define if you have the <postgres.h> header file.  */
+#undef HAVE_POSTGRES_H
+
+/* define this if we have REG_EXTENDED (from <regex.h>) */
+#undef HAVE_REG_EXTENDED
 
 /* Define if you have the gethostname function.  */
 #undef HAVE_GETHOSTNAME
@@ -105,18 +111,21 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF
 
-/* Define if you have the pthread_cancel function.  */
-#undef HAVE_PTHREAD_CANCEL
-
 /* Define if you have the setlinebuf function.  */
 #undef HAVE_SETLINEBUF
 
 /* Define if you have the setsid function.  */
 #undef HAVE_SETSID
 
+/* Define if you have the setvbuf function.  */
+#undef HAVE_SETVBUF
+
 /* Define if you have the sigaction function.  */
 #undef HAVE_SIGACTION
 
+/* Define if you have the sigprocmask function.  */
+#undef HAVE_SIGPROCMASK
+
 /* Define if you have the snprintf function.  */
 #undef HAVE_SNPRINTF
 
@@ -126,12 +135,21 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the strncasecmp function.  */
 #undef HAVE_STRNCASECMP
 
+/* Define if you have the strsep function.  */
+#undef HAVE_STRSEP
+
 /* Define if you have the strsignal function.  */
 #undef HAVE_STRSIGNAL
 
 /* Define if you have the vsnprintf function.  */
 #undef HAVE_VSNPRINTF
 
+/* Define if you have the </include/libpq-fe.h> header file.  */
+#undef HAVE__INCLUDE_LIBPQ_FE_H
+
+/* Define if you have the </include/postgres.h> header file.  */
+#undef HAVE__INCLUDE_POSTGRES_H
+
 /* Define if you have the <arpa/inet.h> header file.  */
 #undef HAVE_ARPA_INET_H
 
@@ -141,9 +159,6 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
-/* Define if you have the <dlfcn.h> header file.  */
-#undef HAVE_DLFCN_H
-
 /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H
 
@@ -159,6 +174,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H
 
+/* Define if you have the <netinet/in.h> header file.  */
+#undef HAVE_NETINET_IN_H
+
 /* Define if you have the <pthread.h> header file.  */
 #undef HAVE_PTHREAD_H
 
@@ -168,6 +186,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <resource.h> header file.  */
 #undef HAVE_RESOURCE_H
 
+/* Define if you have the <signal.h> header file.  */
+#undef HAVE_SIGNAL_H
+
 /* Define if you have the <stdint.h> header file.  */
 #undef HAVE_STDINT_H
 
@@ -180,6 +201,15 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <sys/select.h> header file.  */
 #undef HAVE_SYS_SELECT_H
 
+/* Define if you have the <sys/socket.h> header file.  */
+#undef HAVE_SYS_SOCKET_H
+
+/* Define if you have the <sys/time.h> header file.  */
+#undef HAVE_SYS_TIME_H
+
+/* Define if you have the <sys/types.h> header file.  */
+#undef HAVE_SYS_TYPES_H
+
 /* Define if you have the <syslog.h> header file.  */
 #undef HAVE_SYSLOG_H
 
@@ -195,8 +225,24 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the nsl library (-lnsl).  */
 #undef HAVE_LIBNSL
 
+/* Define if you have the posix4 library (-lposix4).  */
+#undef HAVE_LIBPOSIX4
+
 /* Define if you have the resolv library (-lresolv).  */
 #undef HAVE_LIBRESOLV
 
+/* Define if you have the snmp library (-lsnmp).  */
+#undef HAVE_LIBSNMP
+
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET
+
+#ifndef HAVE_SNPRINTF
+#define HAVE_LOCAL_SNPRINTF
+#define snprintf lrad_snprintf
+#endif
+
+#ifndef HAVE_VSNPRINTF
+#define HAVE_LOCAL_SNPRINTF
+#define vsnprintf lrad_vsnprintf
+#endif