aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 06:40:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 06:40:04 +0000
commita6e33f26b17202e4fddec64a56d9c272b537f73d (patch)
tree863f88840eb4b155dcd1acfd22f5ab431ae02333 /acconfig.h
parenta8fb4194926aa22732192b37768be34aec0c9360 (diff)
downloadfetchmail-a6e33f26b17202e4fddec64a56d9c272b537f73d.tar.gz
fetchmail-a6e33f26b17202e4fddec64a56d9c272b537f73d.tar.bz2
fetchmail-a6e33f26b17202e4fddec64a56d9c272b537f73d.zip
-Wall cleanup, second phase.
svn path=/trunk/; revision=2121
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b02cdf45..69607154 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -23,6 +23,9 @@
/* Define if your C compiler allows void * as a function result */
#undef HAVE_VOIDPOINTER
+/* Define if your C compiler allows ANSI volatile */
+#undef HAVE_VOLATILE
+
/* Define if `union wait' is the type of the first arg to wait functions. */
#undef HAVE_UNION_WAIT