Author: hikari <hikari@undernet.org>
[ircu2.10.12-pk.git] / config.h.in
index e576949fdfe3dc9a5fd67f5da73e01b7c4ec07a4..03167a8ca4b868d0d7c398cc98e651316b4f48ae 100644 (file)
@@ -19,7 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: config.h.in,v 1.5 2004-07-01 12:38:31 entrope Exp $
+ * $Id: config.h.in,v 1.10 2004-09-19 12:19:30 shad0w Exp $
  */
 
 /* Define if you have the setrlimit function */
 /* Define to 1 if you have the <sys/event.h> header file. */
 #undef HAVE_SYS_EVENT_H
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
 /* Define if we have __va_copy */
 #undef HAVE___VA_COPY
 
+/* Enable IPv6 support */
+#undef IPV6
+
 /* Path to debugging log file */
 #undef LPATH
 
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
-/* Define to enable the adns resolver */
-#undef USE_ADNS
-
 /* Define to enable the /dev/poll engine */
 #undef USE_DEVPOLL
 
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #undef WORDS_BIGENDIAN
 
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+   `char[]'. */
+#undef YYTEXT_POINTER
+
 /* Define to `int' if <sys/types.h> doesn't define. */
 #undef gid_t
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef socklen_t
+
 /* Define to `unsigned short' if <sys/types.h> does not define. */
 #undef u_int16_t