37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
*** config.h.orig Thu May 16 07:27:06 1996
|
|
--- config.h Thu Jul 15 16:40:35 1999
|
|
***************
|
|
*** 36,42 ****
|
|
#ifndef vic_config_h
|
|
#define vic_config_h
|
|
|
|
! #if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__)
|
|
#include <sys/types.h>
|
|
#elif defined(linux)
|
|
#include <sys/bitypes.h>
|
|
--- 36,42 ----
|
|
#ifndef vic_config_h
|
|
#define vic_config_h
|
|
|
|
! #if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
#include <sys/types.h>
|
|
#elif defined(linux)
|
|
#include <sys/bitypes.h>
|
|
***************
|
|
*** 83,89 ****
|
|
#include <arpa/inet.h>
|
|
int strcasecmp(const char *, const char *);
|
|
clock_t clock(void);
|
|
! #if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__)
|
|
int gethostid(void);
|
|
#endif
|
|
time_t time(time_t *);
|
|
--- 83,89 ----
|
|
#include <arpa/inet.h>
|
|
int strcasecmp(const char *, const char *);
|
|
clock_t clock(void);
|
|
! #if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
int gethostid(void);
|
|
#endif
|
|
time_t time(time_t *);
|