ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/netdisp.h
Revision: 1.1
Committed: Mon Nov 24 17:28:08 2003 UTC (20 years, 6 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_1_0, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rel-1_9, rel-3_6, before_astyle, after_astyle, rel-1-3, rel-1-2, rel-2_7
Log Message:
*** empty log message ***

File Contents

# Content
1 /* On Solaris link with -lsocket and -lnsl */
2 #include <sys/types.h>
3 #include <sys/socket.h>
4
5 /* these next two are probably only on Sun (not Solaris) */
6 #ifdef HAVE_SYS_SOCKIO_H
7 #include <sys/sockio.h>
8 #endif
9 #ifdef HAVE_SYS_BYTEORDER_H
10 #include <sys/byteorder.h>
11 #endif
12
13 #include <netinet/in.h>
14 #include <arpa/inet.h>
15 #include <net/if.h>
16 #include <net/if_arp.h>
17
18 #include "netdisp.intpro" /* PROTOS for internal routines */