Remove Unixware and openserver support
This commit is contained in:
@@ -1030,7 +1030,7 @@ _DtCmdCommandInvokerExecute (
|
||||
#ifdef _SUN_OS
|
||||
open_max = NOFILE;
|
||||
#else
|
||||
#if defined(USL) || defined(_AIX)
|
||||
#if defined(_AIX)
|
||||
open_max = FOPEN_MAX;
|
||||
#else
|
||||
open_max = FD_SETSIZE;
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <Dt/ActionUtilP.h>
|
||||
#include "myassertP.h"
|
||||
|
||||
#if defined(sun) || defined(USL)
|
||||
#if defined(sun)
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -53,11 +53,11 @@
|
||||
#include <ndir.h>
|
||||
#else
|
||||
|
||||
#if defined(sun) || defined(USL) || defined(sco)
|
||||
#if defined(sun)
|
||||
#include <dirent.h>
|
||||
#else
|
||||
#include <sys/dir.h>
|
||||
#endif /* sun || USL */
|
||||
#endif /* sun */
|
||||
|
||||
#endif /* __hpux */
|
||||
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
#include <ndir.h>
|
||||
#else
|
||||
|
||||
#if defined(sun) || defined(USL) || defined(sco)
|
||||
#if defined(sun)
|
||||
#include <dirent.h>
|
||||
#else
|
||||
#include <sys/dir.h>
|
||||
#endif /* sun || USL */
|
||||
#endif /* sun */
|
||||
|
||||
#endif /* __hpux */
|
||||
|
||||
|
||||
@@ -601,7 +601,7 @@ _DtDtsMMapDB(const char *CacheFile)
|
||||
mmaped_db = (char *)mmap(NULL,
|
||||
buf.st_size,
|
||||
PROT_READ,
|
||||
#if defined(sun) || defined(USL)
|
||||
#if defined(sun)
|
||||
/* MAP_NORESERVE is only supported
|
||||
on sun and novell platforms */
|
||||
MAP_SHARED|MAP_NORESERVE,
|
||||
|
||||
Reference in New Issue
Block a user