aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-04 18:38:53 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-04 18:38:53 +0000
commit07697e98d3e9912053c1d080a70db4487459bf5e (patch)
treef5bb9b22eed82bb7b00ca01cf8a398e0c37aeb54 /plugins/asn1
parentaf59706124a2c0b315078d8d596872c380c4f089 (diff)
From Masaki Chikama: fix static compilation of "generic ASN.1" and
Gryphon plugins. svn path=/trunk/; revision=8878
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/packet-asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index e517fdebd6..c1085cc9c2 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2003 by Matthijs Melchior <matthijs.melchior@xs4all.nl>
*
- * $Id: packet-asn1.c,v 1.8 2003/11/04 16:44:25 gerald Exp $
+ * $Id: packet-asn1.c,v 1.9 2003/11/04 18:37:30 guy Exp $
*
* A plugin for:
*
@@ -4771,7 +4771,7 @@ proto_reg_handoff_asn1(void) {
/* Start the functions we need for the plugin stuff */
-#ifndef __ETHEREAL_STATIC__
+#ifndef ENABLE_STATIC
G_MODULE_EXPORT void
plugin_reg_handoff(void){