diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 14:47:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 14:47:01 +0000 |
commit | e1ea1d755eb65ed85160b0c5750bbaa02b175690 (patch) | |
tree | e2d27b6153a4650e41ee70bb35906f56575efd56 /gdb/config.in | |
parent | ef66e766fa33dcead625856d096bc829ab38fa27 (diff) | |
download | gdb-e1ea1d755eb65ed85160b0c5750bbaa02b175690.zip gdb-e1ea1d755eb65ed85160b0c5750bbaa02b175690.tar.gz gdb-e1ea1d755eb65ed85160b0c5750bbaa02b175690.tar.bz2 |
* configure.in: Fix typo in last change.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index 037aade..206edfd 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -199,9 +199,6 @@ /* Define if you have the __argz_stringify function. */ #undef HAVE___ARGZ_STRINGIFY -/* Define if you have the btowc function. */ -#undef HAVE_BTOWC - /* Define if you have the canonicalize_file_name function. */ #undef HAVE_CANONICALIZE_FILE_NAME @@ -214,9 +211,6 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE -/* Define if you have the isascii function. */ -#undef HAVE_ISASCII - /* Define if you have the munmap function. */ #undef HAVE_MUNMAP |