ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/netdisp.h
Revision: 1.3
Committed: Fri Sep 14 17:10:34 2007 UTC (16 years, 8 months ago) by ayin
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Move rxvt_network_display to init.C and remove netdisp.{C,h}.

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>