does #ifndef #define.
/* Define if you have the <smi.h> header file. */
#undef HAVE_SMI_H
-/* Is T_AAAA predefined? */
-#undef HAVE_AAAA
-
-/* Fallback definition if not in headers */
-/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
-/* XXX or even #ifndef T_AAAA ... */
-#undef T_AAAA
-
/* define if you have struct __res_state_ext */
#undef HAVE_RES_STATE_EXT
/* Define if you enable support for the libsmi. */
#undef LIBSMI
-/* Is T_AAAA predefined? */
-#undef HAVE_AAAA
-
-/* Fallback definition if not in headers */
-/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
-/* XXX or even #ifndef T_AAAA ... */
-#undef T_AAAA
-
/* define if you have struct __res_state_ext */
#undef HAVE_RES_STATE_EXT
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.105 2000-01-19 05:34:17 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.106 2000-01-20 06:50:57 fenner Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.105 $)
+AC_REVISION($Revision: 1.106 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
missing_includes=yes
fi
-dnl
-dnl Checks for AAAA
-AC_CHECK_AAAA(ac_cv_aaaa)
-if test "$ac_cv_aaaa" = no; then
- AC_DEFINE(T_AAAA, 28)
-fi
-
dnl
dnl Checks for res_state_ext structure
AC_STRUCT_RES_STATE_EXT(ac_cv_res_state_ext)