summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-01 02:44:52 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-01 02:44:52 +0000
commit3331642eb6589e92af9f1508e32973a296f28b11 (patch)
tree81bb06408d9e627e3ba578ac3565e2f213a8bbff /config.h.win32
parent025578a1bd54742c3f0f98247f99385bc6a25429 (diff)
downloadwireshark-3331642eb6589e92af9f1508e32973a296f28b11.tar.gz
Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not on
whether there's a "dlfcn.h" header file; that lets us support plugins on HP-UX. svn path=/trunk/; revision=3390
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index 779bd21065..5ae0f8a53c 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.27 2001/04/05 05:58:03 gram Exp $ */
+/* $Id: config.h.win32,v 1.28 2001/05/01 02:44:51 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -55,9 +55,6 @@
/* Define if you have the <arpa/inet.h> header file. */
/* #undef HAVE_ARPA_INET_H */
-/* Define if you have the <dlfcn.h> header file. */
-/* #undef HAVE_DLFCN_H */
-
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1