ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/netdisp.h
Revision: 1.2
Committed: Sun Aug 15 00:37:04 2004 UTC (19 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-7_3, rel-7_2, rel-7_1, rel-7_0, rel-7_7, rel-7_6, rel-7_5, rel-7_4, rel-6_2, rel-6_3, rel-6_0, rel-7_8, rel-5_5, rel-5_4, rel-5_7, rel-5_1, rel-5_0, rel-5_3, rel-5_2, rel-4_4, rel-4_6, rel-4_7, rel-5_9, rel-5_8, rel-4_2, rel-4_3, rel-3_7, rel-3_8, rel-4_0, rel-4_1, rel-7_3a, rel-7_9, rel-6_1, rel-8_0, rel-8_1, rel-8_2, rel-8_3, rel-4_8, rel-4_9
Changes since 1.1: +0 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.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>