diff options
author | Karl Ramm <kcr@1ts.org> | 2010-03-17 15:29:13 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2010-03-17 15:29:13 +0000 |
commit | 19e0c9e581edc42f2f9af7dab1d91c8e4687ef1c (patch) | |
tree | 1d2cf09da5f3e583d252289ac6c0a75cd863db5e /h | |
parent | 9a378d1a622dd7d69da60b0973f212409be53d9c (diff) |
autoconf test for etext, cleanup #ifdefs for ancient stuff we don't build on
Diffstat (limited to 'h')
-rw-r--r-- | h/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in index d8de8da..6303fc6 100644 --- a/h/config.h.in +++ b/h/config.h.in @@ -191,6 +191,9 @@ /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR +/* Define to 1 if you have the `strerror' symbol. */ +#undef HAVE_ETEXT + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |