Add check for HAVE_MKSTEMP to make build work again on

platforms that know about mkstemp().

svn path=/trunk/; revision=29645
This commit is contained in:
Jörg Mayer 2009-08-31 23:11:52 +00:00
parent 8bd7ebc6a1
commit 1925235323
2 changed files with 4 additions and 0 deletions

View File

@ -48,4 +48,5 @@ check_function_exists("inet_ntop" HAVE_INET_NTOP_PROTO)
check_function_exists("issetugid" HAVE_ISSETUGID)
check_function_exists("mmap" HAVE_MMAP)
check_function_exists("mprotect" HAVE_MPROTECT)
check_function_exists("mkstemp" HAVE_MKSTEMP)
check_function_exists("sysconf" HAVE_SYSCONF)

View File

@ -102,6 +102,9 @@
/* Define to use MIT kerberos */
#cmakedefine HAVE_MIT_KERBEROS 1
/* Define to 1 if you have the `mkstemp' function. */
#cmakedefine HAVE_MKSTEMP 1
/* Define to 1 if you have the `mmap' function. */
#cmakedefine HAVE_MMAP 1