diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-21 11:49:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-21 11:49:47 +0000 |
commit | 0ca2f5d5d325074c83d457e7a0cba34f578180cc (patch) | |
tree | 574986a113be1a9e6ee17331cd380d12c6fb5980 /ld/config.in | |
parent | b16b813f9dd79282a8a4313f05c1b460c82c9403 (diff) | |
download | gdb-0ca2f5d5d325074c83d457e7a0cba34f578180cc.zip gdb-0ca2f5d5d325074c83d457e7a0cba34f578180cc.tar.gz gdb-0ca2f5d5d325074c83d457e7a0cba34f578180cc.tar.bz2 |
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index aca6e2d..01ec4ff 100644 --- a/ld/config.in +++ b/ld/config.in @@ -61,6 +61,9 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the glob function. */ +#undef HAVE_GLOB + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP @@ -145,12 +148,12 @@ /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES -/* Define to 1 if NLS is requested */ -#undef ENABLE_NLS - /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Define to 1 if NLS is requested */ +#undef ENABLE_NLS + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN |