SOLARIS port
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
//
|
||||
|
||||
#include <server.h>
|
||||
#ifdef SOLARIS
|
||||
# include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
//
|
||||
// casDGIO::casDGIO()
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user