summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:59 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:59 +0100
commit16cadaab87d25fc026ac777746eabbff3030f0cc (patch)
treeebd408dc2d6d5d821137994e93203e57ab8f25f6 /config.h.in
parent985230456afb0b945234dfac919a6ece3df4a715 (diff)
downloadlighttpd-16cadaab87d25fc026ac777746eabbff3030f0cc.tar.gz
Imported Upstream version 1.4.28upstream/1.4.28
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 9a5d86d..703e2ac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -27,6 +27,9 @@
/* Define to 1 if you have the <errmsg.h> header file. */
#undef HAVE_ERRMSG_H
+/* Define to 1 if you have the <ev.h> header file. */
+#undef HAVE_EV_H
+
/* Define to 1 if you have the `FAMNoExists' function. */
#undef HAVE_FAMNOEXISTS
@@ -108,6 +111,9 @@
/* libdl */
#undef HAVE_LIBDL
+/* libev support */
+#undef HAVE_LIBEV
+
/* libfam */
#undef HAVE_LIBFAM
@@ -225,9 +231,6 @@
/* Define to 1 if you have the `signal' function. */
#undef HAVE_SIGNAL
-/* Define to 1 if you have the `sigtimedwait' function. */
-#undef HAVE_SIGTIMEDWAIT
-
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET