summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 957114b73b4..a3b4d181d43 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -56,6 +56,9 @@
/* Set to 1 if you have tzset() */
#undef HAVE_TZSET
+/* Set to 1 if you have gethostname() */
+#undef HAVE_GETHOSTNAME
+
/* Set to 1 if you have int timezone */
#undef HAVE_INT_TIMEZONE