mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 17:50:12 +01: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:
parent
7dfe1c56b0
commit
584a9715c3
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue