sys/time.h

This commit is contained in:
David Rose 2002-10-26 03:19:46 +00:00
parent 843cf7291b
commit e11f713860
5 changed files with 11 additions and 1 deletions

View File

@ -88,6 +88,7 @@
// Do we have <sys/types.h>?
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
// Do we have <unistd.h>?
#define HAVE_UNISTD_H 1

View File

@ -88,6 +88,7 @@
// Do we have <sys/types.h>?
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
// Do we have <unistd.h>?
#define HAVE_UNISTD_H 1

View File

@ -88,6 +88,7 @@
// Do we have <sys/types.h>?
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H
// Do we have <unistd.h>?
#define HAVE_UNISTD_H

View File

@ -202,7 +202,10 @@ $[cdefine HAVE_SSTREAM]
$[cdefine HAVE_NEW]
/* Define if you have the <sys/types.h> header file. */
$[cdefine HAVE_SYS_TYPES]
$[cdefine HAVE_SYS_TYPES_H]
/* Define if you have the <sys/time.h> header file. */
$[cdefine HAVE_SYS_TIME_H]
/* Define if you have the <unistd.h> header file. */
$[cdefine HAVE_UNISTD_H]

View File

@ -97,6 +97,10 @@
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef CPPPARSER
#include <stdtypedefs.h>