summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
commit986ab5e943db7aaed2aed98f8b74e4c26666fdd8 (patch)
tree58cfec1114686823dbdbf22cf2ca52f77eb1075d /acconfig.h
parent9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (diff)
CVS branch clean-up.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 1e79d39a..ab805047 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -48,9 +48,6 @@
/* Where new mail is spooled */
#undef MAILPATH
-/* Should I just use the domain name? (--enable-hidden-host) */
-#undef HIDDEN_HOST
-
/* Does your system have the srand48() suite? */
#undef HAVE_SRAND48
@@ -111,3 +108,6 @@
/* Does your system have the vsnprintf() call? */
#undef HAVE_VSNPRINTF
+
+/* Does your system have the fchdir() call? */
+#undef HAVE_FCHDIR