aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-09 14:01:57 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-09 14:01:57 +0000
commit2547ce21bfe68ef54fbf09a8aa41b1b52a3d240d (patch)
tree599d915706b4d675271727bde25250c247f60944 /config.h.win32
parent8694c4ba3ce6830d2b8962f75366468acfce42bd (diff)
We no longer support the old plugin API so remove it completely from the build system
svn path=/trunk/; revision=29821
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win3211
1 files changed, 0 insertions, 11 deletions
diff --git a/config.h.win32 b/config.h.win32
index eff90988ca..6cc50556c1 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -40,17 +40,6 @@
#define YYTEXT_POINTER 1
#define HAVE_PLUGINS 1
-#define PLUGINS_NEED_ADDRESS_TABLE 1
-
-/* Plugins can also use the import library of libwireshark.dll instead
- of the old API. In that case we undefine PLUGINS_NEED_ADDRESS_TABLE
- for the plugin. We don't undefine PLUGINS_NEED_ADDRESS_TABLE globally.
- Thus Wireshark will be still able to load plugins using the old API.
- The macro HAVE_WIN32_LIBWIRESHARK_LIB has to be defined in plugin's
- makefile.nmake. A template is available in doc/README.plugins */
-#ifdef HAVE_WIN32_LIBWIRESHARK_LIB
-#undef PLUGINS_NEED_ADDRESS_TABLE
-#endif
/* #undef HAVE_SA_LEN */