diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-22 03:16:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-22 03:16:33 +0000 |
commit | a4e5c0d804022472c55aee002346b6d029ffbb0b (patch) | |
tree | 26edbc69d641ba09605d8f0e359a944644070fc0 /libiberty/config.in | |
parent | 7edb1832f2485b5e79d23a516efd014f63c18ea6 (diff) | |
download | gdb-a4e5c0d804022472c55aee002346b6d029ffbb0b.zip gdb-a4e5c0d804022472c55aee002346b6d029ffbb0b.tar.gz gdb-a4e5c0d804022472c55aee002346b6d029ffbb0b.tar.bz2 |
merge from gcc
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 |