From a6e33f26b17202e4fddec64a56d9c272b537f73d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Oct 1998 06:40:04 +0000 Subject: -Wall cleanup, second phase. svn path=/trunk/; revision=2121 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') 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 -- cgit v1.2.3