summaryrefslogtreecommitdiff
path: root/lib/libICE/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-08-29 19:55:47 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-08-29 19:55:47 +0000
commitfcf1e1957171d17f352eb58cc03011ac72356929 (patch)
tree7290e5cefe0a15363566bfd4c98d1eef53ca5081 /lib/libICE/config.h.in
parent185321219e95a8166652ee4403f33de0ad5acb60 (diff)
regen
Diffstat (limited to 'lib/libICE/config.h.in')
-rw-r--r--lib/libICE/config.h.in32
1 files changed, 19 insertions, 13 deletions
diff --git a/lib/libICE/config.h.in b/lib/libICE/config.h.in
index c56bc9cd0..d8aeeaf32 100644
--- a/lib/libICE/config.h.in
+++ b/lib/libICE/config.h.in
@@ -3,6 +3,9 @@
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS
+/* Define to 1 if you have the `arc4random_buf' function. */
+#undef HAVE_ARC4RANDOM_BUF
+
/* Define to 1 if you have the `asprintf' function. */
#undef HAVE_ASPRINTF
@@ -70,6 +73,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -94,19 +100,6 @@
/* Support UNIX socket connections */
#undef UNIXCONN
-/* Version number of package */
-#undef VERSION
-
-/* Define to 1 if on MINIX. */
-#undef _MINIX
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
-#undef _POSIX_1_SOURCE
-
-/* Define to 1 if you need to in order for `stat' and other things to work. */
-#undef _POSIX_SOURCE
-
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
@@ -128,3 +121,16 @@
# undef __EXTENSIONS__
#endif
+
+/* Version number of package */
+#undef VERSION
+
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE