Minor spelling etc updates.
[metze/wireshark/wip.git] / acconfig.h
index b28b7f024cf2c446fba1c3f73d8b01c83a5eff64..e80610e9271a2859b9ece42f6b46b8e6c34f9e78 100644 (file)
@@ -1,23 +1,22 @@
 /* acconfig.h
  * #ifdefs to be controlled by "configure"
  *
- * $Id: acconfig.h,v 1.11 1999/10/06 03:37:52 guy Exp $
+ * $Id: acconfig.h,v 1.27 2002/10/23 18:24:04 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.org>
  * Copyright 1998 Gerald Combs
  *
- * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -27,6 +26,8 @@
 
 #undef VERSION
 
+#undef HAVE_PLUGINS
+
 #undef HAVE_SA_LEN
 
 #undef DATAFILE_DIR
 #undef NEED_SNPRINTF_H
 
 #undef NEED_STRERROR_H
+
+#undef NEED_STRPTIME_H
+
+#undef HAVE_LIBPCAP
+
+#undef HAVE_PCAP_VERSION
+
+#undef HAVE_LIBZ
+
+#undef HAVE_NET_SNMP
+
+#undef HAVE_UCD_SNMP
+
+#undef PLUGIN_DIR
+
+@BOTTOM@
+#if defined(HAVE_NET_SNMP) || defined(HAVE_UCD_SNMP)
+#define HAVE_SOME_SNMP
+#endif