From a729d1c375dc37455f06bcf8e6ea883d3c0ba407 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 15 Apr 1999 01:50:52 +0000 Subject: * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define. * configure.in: Use. * configure: Rebuilt. * acconfig.h (MKDIR_TAKES_ONE_ARG): Add. * config.in: Rebuilt. * system.h: Use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26469 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index fe5a37b41d1..ffe401efa0a 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -115,6 +115,9 @@ /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER +/* Define if host mkdir takes a single argument. */ +#undef MKDIR_TAKES_ONE_ARG + /* Define to the name of the distribution. */ #undef PACKAGE @@ -296,6 +299,9 @@ /* Define if you have the header file. */ #undef HAVE_ARGZ_H +/* Define if you have the header file. */ +#undef HAVE_DIRECT_H + /* Define if you have the header file. */ #undef HAVE_FCNTL_H -- cgit v1.2.1