Remove Unixware and openserver support
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
#if !defined(__osf__) && !defined(linux) && !defined(CSRG_BASED) && \
|
||||
!defined(sun)
|
||||
#include <osfcn.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -34,9 +34,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(USL)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "FlexBuffer.h"
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if !defined(USL)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
#if !defined(__osf__) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
# include <osfcn.h>
|
||||
#endif
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
#if !defined(__osf__) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
#include <osfcn.h>
|
||||
#endif
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#if !defined(USL)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sstream>
|
||||
|
||||
@@ -77,26 +77,6 @@ CC_Boolean kv_pair<CC_String, int>::f_needRemove = FALSE;
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef USL
|
||||
#pragma instantiate Stack<int>
|
||||
#pragma instantiate CC_TPtrSlist<CC_String>
|
||||
#pragma instantiate hashTable<CC_String, BTCollectable>
|
||||
#pragma instantiate hashTable<CC_String, int>
|
||||
#pragma instantiate hashTableIterator<CC_String, BTCollectable>
|
||||
#pragma instantiate hashTableIterator<CC_String, int>
|
||||
#pragma instantiate Stack<Rec>
|
||||
#pragma instantiate CC_TValSlist<int>
|
||||
#pragma instantiate CC_TPtrSlist<kv_pair<CC_String, BTCollectable> >
|
||||
#pragma instantiate CC_TPtrSlist<kv_pair<CC_String, int> >
|
||||
#pragma instantiate CC_TValSlist<Rec>
|
||||
#pragma instantiate CC_TValSlistIterator<int>
|
||||
#pragma instantiate CC_TValSlistIterator<Rec>
|
||||
#pragma instantiate kv_pair<CC_String, BTCollectable>
|
||||
#pragma instantiate pointer_vector<CC_TPtrSlist<kv_pair<CC_String, BTCollectable> > >
|
||||
#pragma instantiate kv_pair<CC_String, int>
|
||||
#pragma instantiate pointer_vector<CC_TPtrSlist<kv_pair<CC_String, int> > >
|
||||
#endif
|
||||
|
||||
#if !defined(__osf__) && !defined(IBMR2)
|
||||
typedef Stack<int> _f1_;
|
||||
typedef CC_TPtrSlist<CC_String> _f2_;
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
#if !defined(__osf__) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
# include <osfcn.h>
|
||||
#else
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <stdlib.h>
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
#if !defined(__osf__) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
#include <osfcn.h>
|
||||
#endif
|
||||
@@ -191,7 +191,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
||||
#define YY_CHAR unsigned char
|
||||
#define INITIAL 0
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
#if !defined(__osf__) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
#include <osfcn.h>
|
||||
#else
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%{ /* -*- c++ -*- */
|
||||
/* $XConsortium: lex.l /main/5 1996/11/19 16:55:12 drk $ */
|
||||
|
||||
#if !defined(__osf__) && !defined(USL) && !defined(linux) && !defined(CSRG_BASED)
|
||||
#if !defined(__osf__) && !defined(linux) && !defined(CSRG_BASED)
|
||||
#include <osfcn.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user