diff options
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.hin b/config.hin index ef77977e..35793042 100644 --- a/config.hin +++ b/config.hin @@ -184,9 +184,11 @@ #undef uid_t /* defined by AC_TYPE_UID_T */ #undef vfork /* defined by AC_FUNC_FORK */ -/* 'const' may be defined externally by the compiler-wrapper, as in 'unproto' */ +/* 'const' may be defined externally by the compiler-wrapper, as in 'unproto' + * or by AC_C_CONST + */ #ifndef const -#undef const /* defined by AC_C_CONST */ +#undef const #endif /* FIXME:ALLOW_USERS_TO_CHANGE_EXEC_WITHIN_OPTIONS */ |