Skip to content

Commit e754574

Browse files
committed
Remove references to symbols that no longer get defined
1 parent 466f8ff commit e754574

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/include/config.h.in

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
419416
extern int inet_aton(const char *cp, struct in_addr * addr);
420417
#endif
421418

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy