mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
sys/time.h
This commit is contained in:
parent
843cf7291b
commit
e11f713860
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -97,6 +97,10 @@
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef CPPPARSER
|
||||
#include <stdtypedefs.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user