config.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the <inttypes.h> header file. */
  4. #define HAVE_INTTYPES_H 1
  5. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  6. to 0 otherwise. */
  7. #define HAVE_MALLOC 1
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #define HAVE_MEMORY_H 1
  10. /* Define to 1 if you have the `memset' function. */
  11. #define HAVE_MEMSET 1
  12. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  13. and to 0 otherwise. */
  14. #define HAVE_REALLOC 1
  15. /* Define to 1 if stdbool.h conforms to C99. */
  16. #define HAVE_STDBOOL_H 1
  17. /* Define to 1 if you have the <stdint.h> header file. */
  18. #define HAVE_STDINT_H 1
  19. /* Define to 1 if you have the <stdlib.h> header file. */
  20. #define HAVE_STDLIB_H 1
  21. /* Define to 1 if you have the <strings.h> header file. */
  22. #define HAVE_STRINGS_H 1
  23. /* Define to 1 if you have the <string.h> header file. */
  24. #define HAVE_STRING_H 1
  25. /* Define to 1 if you have the <sys/stat.h> header file. */
  26. #define HAVE_SYS_STAT_H 1
  27. /* Define to 1 if you have the <sys/types.h> header file. */
  28. #define HAVE_SYS_TYPES_H 1
  29. /* Define to 1 if you have the <unistd.h> header file. */
  30. #define HAVE_UNISTD_H 1
  31. /* Define to 1 if the system has the type `_Bool'. */
  32. #define HAVE__BOOL 1
  33. /* Name of package */
  34. #define PACKAGE "mfoc"
  35. /* Define to the address where bug reports for this package should be sent. */
  36. #define PACKAGE_BUGREPORT "mifare@nethemba.com"
  37. /* Define to the full name of this package. */
  38. #define PACKAGE_NAME "mfoc"
  39. /* Define to the full name and version of this package. */
  40. #define PACKAGE_STRING "mfoc 0.10.7"
  41. /* Define to the one symbol short name of this package. */
  42. #define PACKAGE_TARNAME "mfoc"
  43. /* Define to the home page for this package. */
  44. #define PACKAGE_URL ""
  45. /* Define to the version of this package. */
  46. #define PACKAGE_VERSION "0.10.7"
  47. /* Define to 1 if you have the ANSI C header files. */
  48. #define STDC_HEADERS 1
  49. /* Version number of package */
  50. #define VERSION "0.10.7"
  51. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  52. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  53. #define below would cause a syntax error. */
  54. /* #undef _UINT32_T */
  55. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  56. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  57. #define below would cause a syntax error. */
  58. /* #undef _UINT64_T */
  59. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  60. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  61. #define below would cause a syntax error. */
  62. /* #undef _UINT8_T */
  63. /* Define to `__inline__' or `__inline' if that's what the C compiler
  64. calls it, or to nothing if 'inline' is not supported under any name. */
  65. #ifndef __cplusplus
  66. /* #undef inline */
  67. #endif
  68. /* Define to rpl_malloc if the replacement function should be used. */
  69. /* #undef malloc */
  70. /* Define to rpl_realloc if the replacement function should be used. */
  71. /* #undef realloc */
  72. /* Define to `unsigned int' if <sys/types.h> does not define. */
  73. /* #undef size_t */
  74. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  75. such a type exists and the standard includes do not define it. */
  76. /* #undef uint16_t */
  77. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  78. such a type exists and the standard includes do not define it. */
  79. /* #undef uint32_t */
  80. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  81. such a type exists and the standard includes do not define it. */
  82. /* #undef uint64_t */
  83. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  84. such a type exists and the standard includes do not define it. */
  85. /* #undef uint8_t */