(file) Return to HTTPAcceptor.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPAcceptor.cpp between version 1.24.6.2 and 1.25

version 1.24.6.2, 2003/02/12 00:42:48 version 1.25, 2003/03/11 21:26:54
Line 38 
Line 38 
 #include <windows.h> #include <windows.h>
 #else #else
 # include <cctype> # include <cctype>
 # ifdef PEGASUS_LOCAL_DOMAIN_SOCKET  
 #  include <unistd.h> #  include <unistd.h>
 #  include <sys/un.h>  
 # endif  
 # include <cstdlib> # include <cstdlib>
 # include <errno.h> # include <errno.h>
 # include <fcntl.h> # include <fcntl.h>
Line 49 
Line 46 
 # include <netinet/in.h> # include <netinet/in.h>
 # include <arpa/inet.h> # include <arpa/inet.h>
 # include <sys/socket.h> # include <sys/socket.h>
   # ifdef PEGASUS_LOCAL_DOMAIN_SOCKET
   #  include <sys/un.h>
   # endif
 #endif #endif
  
 #include "Socket.h" #include "Socket.h"


Legend:
Removed from v.1.24.6.2  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2