version 1.3 | version 1.4 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_includes_h = | * static char *rcsid_includes_h = | |||
* "$Id: includes.h,v 1.3 2001/03/29 07:46:49 mwedel Exp $"; | * "$Id: includes.h,v 1.4 2001/03/29 07:52:08 mwedel Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
#include <sys/time.h> | #include <sys/time.h> | |||
#endif | #endif | |||
#ifdef HAVE_TIME_H | #if defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME) | |||
#include <time.h> | #include <time.h> | |||
#endif | #endif | |||
Legend:
|