config.h
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:2k
源码类别:

CA认证

开发平台:

C/C++

  1. /* config.h.  Generated automatically by configure.  */
  2. /*
  3.  * config.h -- Configuration file for BigNum library.
  4.  *
  5.  * This file is automatically filled in by configure.
  6.  * Everything must start out turned *off*, because configure
  7.  * (or, more properly, config.status) only knows how to turn them
  8.  * *on*.
  9.  */
  10. #ifndef CONFIG_H
  11. #define CONFIG_H
  12. /* Define to empty if the compiler does not support 'const' variables. */
  13. /* #undef const */
  14. /* Define to `unsigned' if <sys/types.h> doesn't define it. */
  15. /* #undef size_t */
  16. /* Checks for the presence and absence of various header files */
  17. #define HAVE_ASSERT_H 1
  18. #define NO_ASSERT_H !HAVE_ASSERT_H
  19. #define HAVE_LIMITS_H 1
  20. #define NO_LIMITS_H !HAVE_LIMITS_H
  21. #define HAVE_STDLIB_H 1
  22. #define NO_STDLIB_H !HAVE_STDLIB_H
  23. #define HAVE_STRING_H 1
  24. #define NO_STRING_H !HAVE_STRING_H
  25. #define HAVE_STRINGS_H 0
  26. #define NEED_MEMORY_H 0
  27. /* We go to some trouble to find accurate times... */
  28. /* Define if you have Posix.4 glock_gettime() */
  29. #define HAVE_CLOCK_GETTIME 0
  30. /* Define if you have Solaris-style gethrvtime() */
  31. #define HAVE_GETHRVTIME 1
  32. /* Define if you have getrusage() */
  33. #define HAVE_GETRUSAGE 0
  34. /* Define if you have clock() */
  35. #define HAVE_CLOCK 1
  36. /* Define if you have time() */
  37. #define HAVE_TIME 1
  38. /*
  39.  * Define as 0 if #including <sys/time.h> automatically
  40.  * #includes <time.h>, and doing so explicitly causes an
  41.  * error.
  42.  */
  43. #define TIME_WITH_SYS_TIME 1
  44. /* Defines for various kinds of library brokenness */
  45. /* Define if <stdio.h> is missing prototypes (= lots of warnings!) */
  46. #define NO_STDIO_PROTOS 0
  47. /* Define if <assert.h> depends on <stdio.h> and breaks without it */
  48. #define ASSERT_NEEDS_STDIO 0
  49. /* Define if <assert.h> depends on <stdlib.h> and complains without it */
  50. #define ASSERT_NEEDS_STDLIB 0
  51. /*
  52.  * Define if <string.h> delcares the mem* functions to take char *
  53.  * instead of void * parameters (= lots of warnings)
  54.  */
  55. #define MEM_PROTOS_BROKEN 0
  56. /* If not available, bcopy() is substituted */
  57. #define HAVE_MEMMOVE 1
  58. #define NO_MEMMOVE !HAVE_MEMMOVE
  59. #define HAVE_MEMCPY 1
  60. #define NO_MEMCPY !HAVE_MEMCPY
  61. #endif /* CONFIG_H */