Author: Isomer <Isomer@undernet.org>
[ircu2.10.12-pk.git] / config.h.in
index aca336e251e15a84eb8fbfbb097e00512b3268d0..fbfebc6c89ef32c9ceff7bc81ad9ad46af6bb4c9 100644 (file)
@@ -79,6 +79,9 @@
 /* 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/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H
 
 /* The size of a `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
+/* The size of a `int64_t', as computed by sizeof. */
+#undef SIZEOF_INT64_T
+
 /* The size of a `long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
 /* The size of a `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
 /* Define to `long' if <sys/types.h> does not define. */
 #undef int32_t
 
+/* Define to `long long' if <sys/types.h> does not define. */
+#undef int64_t
+
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
 
 
 /* Define to `unsigned long' if <sys/types.h> does not define. */
 #undef uint32_t
+
+/* Define to `unsigned long long' if <sys/types.h> does not define. */
+#undef uint64_t