Remove rlm_x99_token. There's no maintainer, and it's causing
[freeradius.git] / acconfig.h
index c72d159..c04a5dd 100644 (file)
@@ -11,7 +11,14 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* 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
@@ -19,9 +26,6 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Do we have shadow support? */
 #undef HAVE_GETSPNAM
 
-/* Make dictionary case-independant */
-#undef WITH_DICT_NOCASE
-
 /* Use USR-style vendor specific attributes */
 #undef ATTRIB_NMC
 
@@ -70,14 +74,11 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Include user collision code*/
 #undef WITH_USERCOLLIDE
 
-/* Define if you have the <snmp.h> header file.  */
-#undef HAVE_SNMP_H
-
-/* Define if you have the <snmp_impl.h> header file.  */
-#undef HAVE_SNMP_IMPL_H
+/* 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> header file.  */
-#undef HAVE_ASN1_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
@@ -112,6 +113,17 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* 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@