]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/setup.h.in
[svn] - better text for RPL_LOAD2HI explaining in a better way what is going on
[irc/rqf/shadowircd.git] / include / setup.h.in
index 54a7b80781965f01a0a65a509ef6f98eaa612eae..ea38d3d7c4b08c64a05e6915f4d7d5af148287ee 100644 (file)
@@ -39,9 +39,6 @@
 /* Define to 1 if you have the <crypt.h> header file. */
 #undef HAVE_CRYPT_H
 
-/* Define to 1 if you have the <devpoll.h> header file. */
-#undef HAVE_DEVPOLL_H
-
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -93,6 +90,9 @@
 /* Define to 1 if you have the `poll' function. */
 #undef HAVE_POLL
 
+/* Define to 1 if you have the `port_getn' function. */
+#undef HAVE_PORT_GETN
+
 /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT
 
 /* Define to 1 if you have the `strndup' function. */
 #undef HAVE_STRNDUP
 
-/* Define to 1 if you have the <sys/devpoll.h> header file. */
-#undef HAVE_SYS_DEVPOLL_H
-
 /* Define to 1 if you have the <sys/epoll.h> header file. */
 #undef HAVE_SYS_EPOLL_H
 
 /* the system's memory page size */
 #undef MALLOC_PAGESIZE
 
-/* Maximum number of network connections */
-#undef MAX_CLIENTS
-
 /* Sizeof member heap. */
 #undef MEMBER_HEAP_SIZE
 
 /* Size of the pre-client heap. */
 #undef PCLIENT_HEAP_SIZE
 
-/* Define to 1 if you are using the assembly-based hashing routines. */
-#undef RICER_HASHING
-
 /* This is the type of IO loop we are using */
 #undef SELECT_TYPE
 
 /* Suffix for shared libraries on this platform. */
 #undef SHARED_SUFFIX
 
-/* The size of `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
-/* The size of `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
-/* The size of `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
-/* The size of `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
 /* Define to 1 if sockaddr has a 'sa_len' member. */
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
 /* If system does not define sa_family_t, define it here. */
 #undef sa_family_t
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* If we don't have a real socklen_t, unsigned int is good enough. */