File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 88 * or in config.h afterwards. Of course, if you edit config.h, then your
99 * changes will be overwritten the next time you run configure.
1010 *
11- * $Id: config.h.in,v 1.126 2000/07/12 22:59:12 petere Exp $
11+ * $Id: config.h.in,v 1.127 2000/07/14 16:39:35 petere Exp $
1212 */
1313
1414#ifndef CONFIG_H
@@ -408,14 +408,11 @@ extern int gethostname(char *name, int namelen);
408408
409409/* Set to 1 if you have inet_aton() */
410410#undef HAVE_INET_ATON
411+
411412#ifndef HAVE_INET_ATON
412- # ifdef HAVE_ARPA_INET_H
413- # ifdef HAVE_NETINET_IN_H
414- # include <sys/types.h>
415- # include <netinet/in.h>
416- # endif
417- # include <arpa/inet.h>
418- # endif
413+ # include <sys/types.h>
414+ # include <netinet/in.h>
415+ # include <arpa/inet.h>
419416extern int inet_aton (const char * cp , struct in_addr * addr );
420417#endif
421418
You can’t perform that action at this time.
0 commit comments