Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite754574

Browse files
committed
Remove references to symbols that no longer get defined
1 parent466f8ff commite754574

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
#ifndefCONFIG_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
#ifndefHAVE_INET_ATON
412-
# ifdefHAVE_ARPA_INET_H
413-
# ifdefHAVE_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
externintinet_aton(constchar*cp,structin_addr*addr);
420417
#endif
421418

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp