]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Unbreak autoheader
authorfenner <fenner>
Wed, 4 Oct 2000 16:59:04 +0000 (16:59 +0000)
committerfenner <fenner>
Wed, 4 Oct 2000 16:59:04 +0000 (16:59 +0000)
(was broken by rev. 1.123 of configure.in)

acconfig.h

index fab0854810e175626826919d8e931a0a08fdaf4f..ad9cce28be63abe0f0d5d74336da260a03c0e886 100644 (file)
 /* define if you have both getipnodebyname() and getipnodebyaddr() */
 #undef USE_GETIPNODEBY
 
 /* define if you have both getipnodebyname() and getipnodebyaddr() */
 #undef USE_GETIPNODEBY
 
+/* Define if you have the inet_aton function.  */
+#undef HAVE_INET_ATON
+
+/* Define if you have the inet_ntop function.  */
+#undef HAVE_INET_NTOP
+
+/* Define if you have the inet_pton function.  */
+#undef HAVE_INET_PTON
+
 /* define if unaligned memory accesses fail */
 #undef LBL_ALIGN
 
 /* define if unaligned memory accesses fail */
 #undef LBL_ALIGN