diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:53:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:53:03 +0000 |
commit | 04576b7edc1cffd4a43b698b6627c53a30a28129 (patch) | |
tree | 72514749697002b4e49d52e09d6fffb86c30bce8 /dmake/config.h.in | |
parent | 0160823c5a4870a98bfa6d9c6958eca7fef34a5c (diff) |
INTEGRATION: CWS geordi2q15 (1.9.10); FILE MERGED
2004/02/20 12:28:56 hr 1.9.10.1: #111934#: merge CWS ooo111fix3
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r-- | dmake/config.h.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index 76acb5512803..454b85aac6a3 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -28,6 +28,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkstemp' function. */ +#undef HAVE_MKSTEMP + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -67,12 +70,6 @@ /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR -/* Define if you have the mkstemp function. */ -#undef HAVE_MKSTEMP - -/* Define if you have the tempnam function. */ -#undef HAVE_TEMPNAM - /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H @@ -90,6 +87,9 @@ /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the `tempnam' function. */ +#undef HAVE_TEMPNAM + /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET |