aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 17:20:27 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 17:20:27 +0000
commit3cccdf86442ace51610b710e5a83534661636ba5 (patch)
treef0d1a8503bfebe75fcb95ebbfc905154f58b21de /config.h.win32
parent5604295b1d794a5764a51562f033096cab752143 (diff)
Pull mkstemp() into tempfile.c. That's the only place we use it now, and
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28920 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 5196d6e3ec..5b04308131 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -56,7 +56,8 @@
/* #undef NEED_STRERROR_H */
-#define NEED_MKSTEMP 1
+/* #undef HAVE_MKSTEMP */
+/* #undef HAVE_MKDTEMP */
@HAVE_LIBPCAP@
@HAVE_PCAP_BREAKLOOP@