aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/acconfig.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-17 00:09:43 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-17 00:09:43 +0000
commit81c030d01ae128ed3c0c1bfd6f74e40247622bad (patch)
tree4e722539684e165a0f5897a9a4af789989a78d87 /wiretap/acconfig.h
parent65102add6c920db853ea5ebe08ed2651b9227e98 (diff)
Wiretap no longer works with "GLib 1.0[.x]" (the version that came
bundled with GTK+ 1.0[.x]), it works only with 1.2[.x] and later, so we no longer need to check for 1.0[.x] and define HAVE_GLIB10. svn path=/trunk/; revision=2500
Diffstat (limited to 'wiretap/acconfig.h')
-rw-r--r--wiretap/acconfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wiretap/acconfig.h b/wiretap/acconfig.h
index 60dadad174..2f94b80627 100644
--- a/wiretap/acconfig.h
+++ b/wiretap/acconfig.h
@@ -1,6 +1,6 @@
/* acconfig.h
*
- * $Id: acconfig.h,v 1.4 2000/01/22 06:22:34 guy Exp $
+ * $Id: acconfig.h,v 1.5 2000/10/17 00:09:43 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -24,5 +24,3 @@
#undef PACKAGE
#undef VERSION
-
-#undef HAVE_GLIB10