Add check for HAVE_MKSTEMP to make build work again on
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Aug 2009 23:11:52 +0000 (23:11 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Aug 2009 23:11:52 +0000 (23:11 +0000)
platforms that know about mkstemp().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29645 f5534014-38df-0310-8fa8-9805f1628bb7

ConfigureChecks.cmake
cmakeconfig.h.in

index 4c17f58fbe9298d400686f650c2de3a05e8691e8..c9ac11ad4bfa0988fb4e32450cf25ca1800530cd 100644 (file)
@@ -48,4 +48,5 @@ check_function_exists("inet_ntop"        HAVE_INET_NTOP_PROTO)
 check_function_exists("issetugid"        HAVE_ISSETUGID)\r
 check_function_exists("mmap"             HAVE_MMAP)\r
 check_function_exists("mprotect"         HAVE_MPROTECT)\r
+check_function_exists("mkstemp"          HAVE_MKSTEMP)\r
 check_function_exists("sysconf"          HAVE_SYSCONF)\r
index 499b00acd0d61b8ff7740a5739b9278614adff83..bc38d8a2549ba0ae0790b98a22d9118b7b95ef3a 100644 (file)
 /* 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