aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-15 00:23:13 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-15 00:23:13 +0000
commitd4b22903404b2c56e789e9d2a2d9441ff12aff7c (patch)
tree0ab0f799055b6e6bb48ddc02d21fa608874b4ee4 /acconfig.h
parent90e3924651e15be56566f7f25352625cf64f6966 (diff)
Merge in the final code to make Ethereal run on Win32, compiled
with MSVC 6.0 and 'nmake', the make tool that comes with MSVC. It compiles, links, and runs. It doesn't run correctly. There's a problem when reading files. I'm getting short reads. I'm not linking in zlib or libsnmp because it first needs to be debugged. I changed the plugin code to use gmodule instead of libltdl, but the Unix build still links ethereal against libltdl. I'll fix that tonight; sorry about leaving it in such a sad state, but I wanted to check in this code before I left work on a Friday night. Ethereal still works, but the building is less than optimal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1479 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index da48106a98..a16b4d0b84 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,7 +1,7 @@
/* acconfig.h
* #ifdefs to be controlled by "configure"
*
- * $Id: acconfig.h,v 1.13 1999/12/28 04:40:05 gerald Exp $
+ * $Id: acconfig.h,v 1.14 2000/01/15 00:22:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -37,4 +37,6 @@
#undef NEED_STRERROR_H
+#undef NEED_MKSTEMP
+
#undef PLUGIN_DIR