Deleted Added
full compact
e_os.h (68651) e_os.h (72613)
1/* e_os.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 341 unchanged lines hidden (view full) ---

350# ifndef MPE
351# include <sys/time.h> /* Needed under linux for FD_XXX */
352# endif
353
354# include <netdb.h>
355# if defined(VMS) && !defined(__DECC)
356# include <socket.h>
357# include <in.h>
1/* e_os.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 341 unchanged lines hidden (view full) ---

350# ifndef MPE
351# include <sys/time.h> /* Needed under linux for FD_XXX */
352# endif
353
354# include <netdb.h>
355# if defined(VMS) && !defined(__DECC)
356# include <socket.h>
357# include <in.h>
358# include <inet.h>
358# else
359# include <sys/socket.h>
360# ifdef FILIO_H
361# include <sys/filio.h> /* Added for FIONBIO under unixware */
362# endif
363# include <netinet/in.h>
359# else
360# include <sys/socket.h>
361# ifdef FILIO_H
362# include <sys/filio.h> /* Added for FIONBIO under unixware */
363# endif
364# include <netinet/in.h>
365# include <arpa/inet.h>
364# endif
365
366# if defined(NeXT) || defined(_NEXT_SOURCE)
367# include <sys/fcntl.h>
368# include <sys/types.h>
369# endif
370
371# ifdef AIX

--- 98 unchanged lines hidden ---
366# endif
367
368# if defined(NeXT) || defined(_NEXT_SOURCE)
369# include <sys/fcntl.h>
370# include <sys/types.h>
371# endif
372
373# ifdef AIX

--- 98 unchanged lines hidden ---