mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
unifdef apollo
Apollo Domain/OS died in the 1990's and has never been supported in the modular Xserver builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -87,16 +87,10 @@ SOFTWARE.
|
||||
#if defined(TCPCONN)
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef apollo
|
||||
#ifndef NO_TCP_H
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
#else
|
||||
#ifdef CSRG_BASED
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user