diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-22 02:10:56 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-22 02:10:56 +0000 |
commit | e865f979accb9f41cb24d4e49cf90d935819d651 (patch) | |
tree | 26edbc69d641ba09605d8f0e359a944644070fc0 /libiberty/config.in | |
parent | 7e6ac9b6315c089ea06f4ebfe1a5c4f43e154f78 (diff) | |
download | gdb-e865f979accb9f41cb24d4e49cf90d935819d651.zip gdb-e865f979accb9f41cb24d4e49cf90d935819d651.tar.gz gdb-e865f979accb9f41cb24d4e49cf90d935819d651.tar.bz2 |
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 7525d33..436a58d 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -56,6 +56,10 @@ */ #undef HAVE_DECL_GETENV +/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. + */ +#undef HAVE_DECL_GETOPT + /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. */ #undef HAVE_DECL_MALLOC |