aboutsummaryrefslogtreecommitdiff
path: root/jimautoconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'jimautoconf.h.in')
-rw-r--r--jimautoconf.h.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/jimautoconf.h.in b/jimautoconf.h.in
index 6c0772f..fbb871f 100644
--- a/jimautoconf.h.in
+++ b/jimautoconf.h.in
@@ -9,9 +9,15 @@
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
+/* Define to 1 if you have the `getaddrinfo' function. */
+#undef HAVE_GETADDRINFO
+
/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
+/* Define to 1 if you have the `inet_ntop' function. */
+#undef HAVE_INET_NTOP
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -27,6 +33,15 @@
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
+/* Define to 1 if you have the `opendir' function. */
+#undef HAVE_OPENDIR
+
+/* Define to 1 if you have the `pipe' function. */
+#undef HAVE_PIPE
+
+/* Define to 1 if you have the `readlink' function. */
+#undef HAVE_READLINK
+
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH
@@ -36,6 +51,9 @@
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
+/* Define to 1 if you have the `sleep' function. */
+#undef HAVE_SLEEP
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -54,6 +72,9 @@
/* Define to 1 if you have the `sysinfo' function. */
#undef HAVE_SYSINFO
+/* Define to 1 if you have the `syslog' function. */
+#undef HAVE_SYSLOG
+
/* Define to 1 if you have the `sys_siglist' function. */
#undef HAVE_SYS_SIGLIST
@@ -66,18 +87,27 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <sys/un.h> header file. */
+#undef HAVE_SYS_UN_H
+
/* Define to 1 if you have the `ualarm' function. */
#undef HAVE_UALARM
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `usleep' function. */
+#undef HAVE_USLEEP
+
/* Define to 1 if you have the `vfork' function. */
#undef HAVE_VFORK
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
+/* Must declare 'environ' to use it. */
+#undef NEED_ENVIRON_EXTERN
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT