diff src/config.h.in @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 65c19d2020f7
children 405dd6d1825b
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 10:22:10 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 10:23:02 2007 +0200
@@ -88,9 +88,12 @@
 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */
 #undef GNU_MALLOC
 
-/* Define if you are using the GNU C Library. -- experimental */
+/* Define if you are using the GNU C Library. -- experimental. */
 #undef DOUG_LEA_MALLOC
 
+/* Define if you are using dlmalloc from the Linux C library. */
+#undef _NO_MALLOC_WARNING_
+
 /* Use the system malloc? */
 #undef USE_SYSTEM_MALLOC
 
@@ -276,6 +279,7 @@
 
 #undef HAVE_SOCKETS
 #undef HAVE_SOCKADDR_SUN_LEN
+#undef HAVE_MULTICAST
 #undef HAVE_SYSVIPC
 
 #undef SYSV_SYSTEM_DIR
@@ -325,6 +329,13 @@
 /* Do we have either DBM or Berkeley DB database support? */
 #undef HAVE_DATABASE
 
+/* Do we have LDAP support? */
+#undef HAVE_LDAP
+/* Do we have the LDAP library of the University of Michigan ? */
+#undef HAVE_UMICH_LDAP
+/* Do we have Netscape LDAP SDK library */
+#undef HAVE_NS_LDAP
+
 /* Do you have the Xauth library present?  This will add some extra
    functionality to gnuserv. */
 #undef HAVE_XAUTH
@@ -421,8 +432,8 @@
    if you're working with ASCII files. */
 #undef MULE
 
-/* Define this if you want Mule coding support */
-#undef MULE_CODING
+/* Define this if you want file coding support */
+#undef FILE_CODING
 
 /* Do we want to use X window input methods for use with Mule? (requires X11R5)
    If so, use raw Xlib or higher level Motif interface? */