Remove UXPDS support

This commit is contained in:
chase
2018-05-15 20:11:08 -05:00
committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View File

@@ -230,7 +230,7 @@
# ifdef __sun
# include <sys/time.h>
# endif
#if defined(USL) || defined(__uxp__)
#if defined(USL)
# include <sys/time.h>
# endif
# ifdef __apollo
@@ -255,7 +255,7 @@
# include <sys/select.h>
# endif
/*
# if defined(USL) || defined(__uxp__)
# if defined(USL)
# include <sys/select.h>
# endif
*/
@@ -293,7 +293,7 @@
/* about above. So, declare them only if we don't already have them */
/* ----------------------------------------------------------------- */
#if defined(_HPUX_SOURCE) || defined(__sun) || defined(USL) || defined(_INCLUDE_BSD_SOURCE) || defined(_OSF_SOURCE) || defined(__aix) || defined(__uxp__) || defined(__osf__) || defined(linux)
#if defined(_HPUX_SOURCE) || defined(__sun) || defined(USL) || defined(_INCLUDE_BSD_SOURCE) || defined(_OSF_SOURCE) || defined(__aix) || defined(__osf__) || defined(linux)
/* the "u_types" are defined in standard files */
# undef _INCLUDE_BSD_SOURCE
#else