Preliminary checks for mysql libraries && header files.
[freeradius.git] / src / include / autoconf.h.in
index a8f5d70..f6cc65c 100644 (file)
@@ -48,36 +48,15 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Do we have the crypt function ? */
 #undef HAVE_CRYPT
 
-/* Do we have socklen_t? */
-#undef HAVE_SOCKLEN_T
-
-/* 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
@@ -111,6 +117,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* 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
 
@@ -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,9 +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
 
@@ -204,5 +231,18 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* 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