summaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-15 18:45:09 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-15 18:45:09 +0000
commita892d100850e69a5646a81a58e5eae95886cea3b (patch)
tree47e45f8fd83083e724cb605ae9a80080a2200296 /fastjar/config.h.in
parentd189542ba96b1f4ae9264b8801a5c48e850c37ff (diff)
downloadgcc-a892d100850e69a5646a81a58e5eae95886cea3b.tar.gz
* jargrep.c: Include getopt.h if it exists.
(optind): Declare. * configure, config.h: Rebuilt. * configure.in: Check for getopt.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r--fastjar/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in
index 1dce3af5a9f..2db4bad8c56 100644
--- a/fastjar/config.h.in
+++ b/fastjar/config.h.in
@@ -34,6 +34,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H