summaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-15 18:41:47 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-15 18:41:47 +0000
commite87babdde49647dcd5ae861a2a65737b487d59af (patch)
treebd7dfad9fd0135b297ead6520f1c81b22cb855f0 /fastjar/config.h.in
parent147868726428bfaaab6533c3c6c1c782d0ccc0cf (diff)
downloadgcc-e87babdde49647dcd5ae861a2a65737b487d59af.tar.gz
2002-10-15 Ranjit Mathew <rmathew@hotmail.com>
* configure, config.h.in: Rebuilt. * configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r--fastjar/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in
index 5d8f6d65eb5..ae4fb96c5cb 100644
--- a/fastjar/config.h.in
+++ b/fastjar/config.h.in
@@ -39,6 +39,10 @@
/* Version number of package */
#undef VERSION
+/* Define if host mkdir takes a
+single argument. */
+#undef MKDIR_TAKES_ONE_ARG
+
/* The number of bytes in type char */
#undef SIZEOF_CHAR