diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-01-15 00:23:13 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-01-15 00:23:13 +0000 |
commit | 339d67b043a1f1ac860b84ed48ec6ba77d96f487 (patch) | |
tree | 0ab0f799055b6e6bb48ddc02d21fa608874b4ee4 /acconfig.h | |
parent | dbf3bf6177946f2e21efdb7a64ec32c8ee02eb74 (diff) | |
download | wireshark-339d67b043a1f1ac860b84ed48ec6ba77d96f487.tar.gz wireshark-339d67b043a1f1ac860b84ed48ec6ba77d96f487.tar.bz2 wireshark-339d67b043a1f1ac860b84ed48ec6ba77d96f487.zip |
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.
svn path=/trunk/; revision=1479
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
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 |