summaryrefslogtreecommitdiff
path: root/polux/application/boa/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'polux/application/boa/acconfig.h')
-rw-r--r--polux/application/boa/acconfig.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/polux/application/boa/acconfig.h b/polux/application/boa/acconfig.h
new file mode 100644
index 0000000000..c36a9b6526
--- /dev/null
+++ b/polux/application/boa/acconfig.h
@@ -0,0 +1,14 @@
+/* define if GUNZIP found */
+#undef GUNZIP
+
+/* sockaddr_in has sin_len member */
+#undef HAVE_SIN_LEN
+
+/* how many times we shift left for unsigned long */
+#undef NEEDS_ESCAPE_SHIFT
+
+/* if struct tm has tm_gmtoff structure */
+#undef HAVE_TM_GMTOFF
+
+/* if struct tm has tm_zone structure */
+#undef HAVE_TM_ZONE