diff options
author | Gerald Combs <gerald@wireshark.org> | 2009-07-02 17:20:27 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2009-07-02 17:20:27 +0000 |
commit | 72a20c1695d963755190c2975ecdab05ad67c0f3 (patch) | |
tree | f0d1a8503bfebe75fcb95ebbfc905154f58b21de /config.h.win32 | |
parent | 9952ce524f3b196be80b175f6784438e856f7980 (diff) | |
download | wireshark-72a20c1695d963755190c2975ecdab05ad67c0f3.tar.gz wireshark-72a20c1695d963755190c2975ecdab05ad67c0f3.tar.bz2 wireshark-72a20c1695d963755190c2975ecdab05ad67c0f3.zip |
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).
svn path=/trunk/; revision=28920
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 3 |
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@ |