Remove rlm_x99_token. There's no maintainer, and it's causing
[freeradius.git] / acconfig.h
index 706130e..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
 
@@ -109,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@