diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:40:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:40:04 +0000 |
commit | a6e33f26b17202e4fddec64a56d9c272b537f73d (patch) | |
tree | 863f88840eb4b155dcd1acfd22f5ab431ae02333 /acconfig.h | |
parent | a8fb4194926aa22732192b37768be34aec0c9360 (diff) | |
download | fetchmail-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |