diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-28 14:18:50 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-28 14:18:50 -0400 |
commit | 132787852d4cabd16c3fb46ecda9f5f544d60abd (patch) | |
tree | 314cf32e062373ea172e7087034c01fefcb84712 /config.hin | |
parent | 953d3d55fdeda61c1de8ca84cb0a561eb39777bf (diff) | |
download | lynx-snapshots-132787852d4cabd16c3fb46ecda9f5f544d60abd.tar.gz |
snapshot of project "lynx", label v2-8-2pre_8
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 */ |