diff options
-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 |