diff options
author | Ben Elliston <bje@gnu.org> | 2005-07-22 13:14:38 +1000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2005-07-22 13:14:38 +1000 |
commit | 8b82b724829a3715136860ab6528ec435855f1aa (patch) | |
tree | 10a10b3dee3bbf8b0e863ea991bf1edc35f0e3d6 /libiberty/config.in | |
parent | 30480ec4bb9c2ec84d954943728b0d75ba00aa01 (diff) | |
download | gcc-8b82b724829a3715136860ab6528ec435855f1aa.zip gcc-8b82b724829a3715136860ab6528ec435855f1aa.tar.gz gcc-8b82b724829a3715136860ab6528ec435855f1aa.tar.bz2 |
configure.ac: Check for a getopt(3) declaration.
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.
From-SVN: r102267
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 |