You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
670 B

25 years ago
25 years ago
  1. // Defines OS dependent macros
  2. #ifndef _CL_BASE_CONFIG_H
  3. #define _CL_BASE_CONFIG_H
  4. /* These definitions are adjusted by `configure' automatically. */
  5. /* functions and declarations */
  6. /* CL_GETTIMEOFDAY */
  7. /* Define if you have the gettimeofday() function. */
  8. #undef HAVE_GETTIMEOFDAY
  9. /* Define if the declaration of gettimeofday() needs dots. */
  10. #undef GETTIMEOFDAY_DOTS
  11. /* Define as the type of `tzp' in gettimeofday() declaration. */
  12. #undef GETTIMEOFDAY_TZP_T
  13. /* CL_TIMES_CLOCK */
  14. /* Define if you have the times() function and it returns the real time,
  15. but don't have the gettimeofday() function. */
  16. #undef HAVE_TIMES_CLOCK
  17. #endif /* _CL_BASE_CONFIG_H */