diff options
author | DJ Delorie <dj@delorie.com> | 2005-07-22 03:26:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-07-22 03:26:05 +0000 |
commit | 55b412e5f10d0a07d381e5b0746f4ae64545dce9 (patch) | |
tree | 02d2a6a8d60ad6bcfd9932ccf55d5107dff81ed5 /libiberty/config.in | |
parent | e2d990812a449d4cbcf04c38b2578b9ba3a459e6 (diff) | |
download | gdb-55b412e5f10d0a07d381e5b0746f4ae64545dce9.tar.gz |
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 7525d331399..436a58d7e79 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 |