]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Never make changes to config.h.in directly; it is automatically generated.
authorfenner <fenner>
Tue, 14 Dec 1999 16:34:41 +0000 (16:34 +0000)
committerfenner <fenner>
Tue, 14 Dec 1999 16:34:41 +0000 (16:34 +0000)
acconfig.h
config.h.in

index 144d686ee80c268bbed85b4c761b35858521a135..fefaec1d5922a1f9fba442247c5b02263ce86948 100644 (file)
@@ -1,3 +1,7 @@
+/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
+ * make them to acconfig.h and rerun autoheader */
+@TOP@
+
 /* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
 #undef CRYPTO
 
@@ -8,6 +12,12 @@
 #undef ENABLE_IPV6
 #undef INET6
 
+/* Define if you enable support for the libsmi. */
+#undef LIBSMI
+
+/* Define if you have the <smi.h> header file.  */
+#undef HAVE_SMI_H
+
 /* Is T_AAAA predefined? */
 #undef HAVE_AAAA
 
index b4291f3a1c295b6f2862b10c7da7f4ec0061cd74..5c44d6bd57b2c85b1e5c277936fb603d1c8b984c 100644 (file)
@@ -1,8 +1,13 @@
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
+ * make them to acconfig.h and rerun autoheader */
 
 /* Define to empty if the keyword does not work.  */
 #undef const
 
+/* Define as __inline if that's what the C compiler calls it.  */
+#undef inline
+
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
@@ -26,9 +31,6 @@
 /* Define if you enable support for the libsmi. */
 #undef LIBSMI
 
-/* Define if you have the <smi.h> header file.  */
-#undef HAVE_SMI_H
-
 /* Is T_AAAA predefined? */
 #undef HAVE_AAAA
 
 /* The number of bytes in a short.  */
 #undef SIZEOF_SHORT
 
-/* Define if you have the ether_ntoa function.  */
-#undef HAVE_ETHER_NTOA
+/* Define if you have the ether_ntohost function.  */
+#undef HAVE_ETHER_NTOHOST
 
 /* Define if you have the getaddrinfo function.  */
 #undef HAVE_GETADDRINFO
 /* Define if you have the <rpc/rpcent.h> header file.  */
 #undef HAVE_RPC_RPCENT_H
 
+/* Define if you have the <smi.h> header file.  */
+#undef HAVE_SMI_H
+
 /* Define if you have the <zlib.h> header file.  */
 #undef HAVE_ZLIB_H
 
 /* Define if you have the rpc library (-lrpc).  */
 #undef HAVE_LIBRPC
 
+/* Define if you have the smi library (-lsmi).  */
+#undef HAVE_LIBSMI
+
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET