Remove rlm_x99_token. There's no maintainer, and it's causing
[freeradius.git] / acconfig.h
index e56285c..c04a5dd 100644 (file)
@@ -8,36 +8,24 @@ config.h - created by autoconf; contains defines generated by autoconf
 
 @TOP@
 
+/* style of gethost*_r functions */
+#define GNUSTYLE 1
+#define SYSVSTYLE 2
+#define BSDSTYLE 3
+#undef GETHOSTBYADDRRSTYLE
+#undef GETHOSTBYNAMERSTYLE
+
+/* style of ctime_r function */
+#define POSIXSTYLE 1
+#define SOLARISSTYLE 2
+#undef CTIMERSTYLE
+
 /* Do we have the crypt function ? */
 #undef HAVE_CRYPT
 
 /* Do we have shadow support? */
 #undef HAVE_GETSPNAM
 
-/* 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
 
@@ -50,6 +38,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* uint8_t should be the canonical 'octet' for network traffic */
 #undef uint8_t
 
+/* uint16_t should be the canonical '2 octets' for network traffic */
+#undef uint16_t
+
 /* uint32_t should be the canonical 'network integer' */
 #undef uint32_t
 
@@ -77,4 +68,71 @@ 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
 
+/* Include SNMP subagent */
+#undef WITH_SNMP
+
+/* Include user collision code*/
+#undef WITH_USERCOLLIDE
+
+/* Define if you have the <ucd-snmp/asn1.h>, <ucd-snmp/snmp_impl.h> and <ucd-snmp/snmp.h> header file.  */
+#undef HAVE_UCD_SNMP_ASN1_SNMP_SNMPIMPL_H
+
+/* Define if you have the <asn1.h>, <snmp_impl.h> and <snmp.h> header file.  */
+#undef HAVE_ASN1_SNMP_SNMPIMPL_H
+
+/* Define if you have the snmp library (-lsnmp).  */
+#undef HAVE_LIBSNMP
+
+/* 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 the <regex.h> header file */
+#undef HAVE_REGEX_H
+
+/* define this if we have REG_EXTENDED (from <regex.h>) */
+#undef HAVE_REG_EXTENDED
+
+/* define this if you have the <mysql.h> header file */
+#undef HAVE_MYSQL_H
+
+/* define this if you have the <isql.h> header file */
+#undef HAVE_ISQL_H
+
+/* define this if you have the <oci.h> header file */
+#undef HAVE_OCI_H
+
+/* define to something if you don't have ut_xtime in struct utmpx */
+#undef ut_xtime
+
+/* define if you have OSFC2 authentication */
+#undef OSFC2
+
+/* define if you have OSFSIA authentication */
+#undef OSFSIA
+
+/* define if you have IP_PKTINFO (Linux) */
+#undef HAVE_IP_PKTINFO
+
+/* define if you want udpfromto */
+#undef WITH_UDPFROMTO
+
+/* define if you have openssl/ssl.h */
+#undef HAVE_OPENSSL_SSL_H
+
+/* define if you have initgroups() */
+#undef HAVE_INITGROUPS
+
 @BOTTOM@
+
+#ifndef HAVE_SNPRINTF
+#define HAVE_LOCAL_SNPRINTF
+#define snprintf lrad_snprintf
+#endif
+
+#ifndef HAVE_VSNPRINTF
+#define HAVE_LOCAL_SNPRINTF
+#define vsnprintf lrad_vsnprintf
+#endif