Check for mkdtemp()

svn path=/trunk/; revision=29659
This commit is contained in:
Kovarththanan Rajaratnam 2009-09-01 19:19:41 +00:00
parent f8f4f0fb6b
commit f4c7321fc4
2 changed files with 4 additions and 0 deletions

View File

@ -48,5 +48,6 @@ 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("mkdtemp" HAVE_MKDTEMP)
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 `mkdtemp' function. */
#cmakedefine HAVE_MKDTEMP 1
/* Define to 1 if you have the `mkstemp' function. */
#cmakedefine HAVE_MKSTEMP 1