SOLARIS port

This commit is contained in:
Jeff Hill
1996-06-21 02:18:11 +00:00
parent 160aab02eb
commit f67af0cd21
3 changed files with 20 additions and 0 deletions

View File

@@ -5,11 +5,18 @@
//
//
// $Log$
// Revision 1.1.1.1 1996/06/20 00:28:19 jhill
// ca server installation
//
//
#include <server.h>
#include <sigPipeIgnore.h>
#ifdef SOLARIS
# include <sys/filio.h>
#endif
const unsigned caServerConnectPendQueueSize = 10u;
int caServerIO::staticInitialized;

View File

@@ -35,6 +35,9 @@
//
#include <server.h>
#ifdef SOLARIS
# include <sys/filio.h>
#endif
//
// casDGIO::casDGIO()

View File

@@ -5,9 +5,19 @@
//
//
// $Log$
// Revision 1.1.1.1 1996/06/20 00:28:19 jhill
// ca server installation
//
//
#include <server.h>
#ifdef SOLARIS
# include <sys/filio.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
//