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:
parent
7dfe1c56b0
commit
584a9715c3
|
@ -87,16 +87,10 @@ SOFTWARE.
|
||||||
#if defined(TCPCONN)
|
#if defined(TCPCONN)
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#ifdef apollo
|
|
||||||
#ifndef NO_TCP_H
|
|
||||||
#include <netinet/tcp.h>
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#ifdef CSRG_BASED
|
#ifdef CSRG_BASED
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#endif
|
#endif
|
||||||
#include <netinet/tcp.h>
|
#include <netinet/tcp.h>
|
||||||
#endif
|
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue