* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: config.h.in,v 1.126 2000/07/12 22:59:12 petere Exp $
+ * $Id: config.h.in,v 1.127 2000/07/14 16:39:35 petere Exp $
*/
#ifndef CONFIG_H
/* Set to 1 if you have inet_aton() */
#undef HAVE_INET_ATON
+
#ifndef HAVE_INET_ATON
-# ifdef HAVE_ARPA_INET_H
-# ifdef HAVE_NETINET_IN_H
-# include <sys/types.h>
-# include <netinet/in.h>
-# endif
-# include <arpa/inet.h>
-# endif
+# include <sys/types.h>
+# include <netinet/in.h>
+# include <arpa/inet.h>
extern int inet_aton(const char *cp, struct in_addr * addr);
#endif