diff options
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 |