aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/acconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris1-1/+3
"=DIR" argument to specify the directory in subdirectories of which zlib's headers and libraries can be found. svn path=/trunk/; revision=5115
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=4199
2000-10-17Wiretap no longer works with "GLib 1.0[.x]" (the version that cameGuy Harris1-3/+1
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
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
forwarding e-mail address. svn path=/trunk/; revision=1522
1999-10-06Give it a copyright notice and RCS ID.Guy Harris1-0/+23
svn path=/trunk/; revision=775
1999-03-01Add an "acinclude.m4", from which "aclocal.m4" is made.Guy Harris1-0/+2
Add "HAVE_GLIB10" to "acconfig.h", so that all the "auto*" stuff is happy. svn path=/trunk/; revision=201
1998-11-15Add "acconfig.h" to make the "auto*" stuff happy.Guy Harris1-0/+3
svn path=/trunk/; revision=90