diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-15 01:50:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-15 01:50:52 +0000 |
commit | a729d1c375dc37455f06bcf8e6ea883d3c0ba407 (patch) | |
tree | 7f0a22d8749b525a937122060c414a1524b8fb9c /gcc/config.in | |
parent | 8f737188b5305bd6fd4b08242df63d0c41ec3b36 (diff) | |
download | gcc-a729d1c375dc37455f06bcf8e6ea883d3c0ba407.tar.gz |
* 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
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 <argz.h> header file. */ #undef HAVE_ARGZ_H +/* Define if you have the <direct.h> header file. */ +#undef HAVE_DIRECT_H + /* Define if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H |