summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2007-08-12 11:18:24 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2007-08-12 11:18:24 +0000
commit3b653b3f833af020aec190952848736352ab65f1 (patch)
tree1757b29de21d5adb6cc103f1a352b2bfc402b71d /src/settings.h
parentf33f66df588d9f6e5c05dfb3580fb1c261d76e2e (diff)
downloadlighttpd-3b653b3f833af020aec190952848736352ab65f1.tar.gz
added (incomplete) support for a non-glib compile
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@1885 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 963784fa..4572d4cb 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -26,7 +26,9 @@
*/
#define MAX_HTTP_REQUEST_HEADER (32 * 1024)
+#ifdef HAVE_GLIB_H
#include <glib.h>
+#endif
/**
* if glib supports threads we will use it for async file-io