2
0

config.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* include/config.h. Generated by configure. */
  2. /* include/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the <dlfcn.h> header file. */
  4. #define strcasecmp stricmp
  5. #define strncasecmp strnicmp
  6. #define HAVE_DLFCN_H 1
  7. /* Define to 1 if you have the <errno.h> header file. */
  8. #define HAVE_ERRNO_H 1
  9. /* Define to 1 if you have the `getaddrinfo' function. */
  10. //#define HAVE_GETADDRINFO 1
  11. /* Define to 1 if you have the `getopt_long' function. */
  12. //#define HAVE_GETOPT_LONG 1
  13. /* "Use libgnutls" */
  14. //#define HAVE_GNUTLS
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #define HAVE_INTTYPES_H 1
  17. /* Define to 1 if you have the `wsock32' library (-lwsock32). */
  18. /* #undef HAVE_LIBWSOCK32 */
  19. /* Define to 1 if you have the <memory.h> header file. */
  20. #define HAVE_MEMORY_H 1
  21. /* Define to 1 if you have the <stdint.h> header file. */
  22. #define HAVE_STDINT_H 1
  23. /* Define to 1 if you have the <stdlib.h> header file. */
  24. #define HAVE_STDLIB_H 1
  25. /* Define to 1 if you have the <strings.h> header file. */
  26. #define HAVE_STRINGS_H 1
  27. /* Define to 1 if you have the <string.h> header file. */
  28. #define HAVE_STRING_H 1
  29. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  30. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31. /* Define to 1 if you have the <sys/stat.h> header file. */
  32. #define HAVE_SYS_STAT_H 1
  33. /* Define to 1 if you have the <sys/types.h> header file. */
  34. #define HAVE_SYS_TYPES_H 1
  35. /* Define to 1 if you have the <unistd.h> header file. */
  36. //#define HAVE_UNISTD_H 1
  37. /* Name of package */
  38. #define PACKAGE "iksemel"
  39. /* Define to the address where bug reports for this package should be sent. */
  40. #define PACKAGE_BUGREPORT ""
  41. /* Define to the full name of this package. */
  42. #define PACKAGE_NAME ""
  43. /* Define to the full name and version of this package. */
  44. #define PACKAGE_STRING ""
  45. /* Define to the one symbol short name of this package. */
  46. #define PACKAGE_TARNAME ""
  47. /* Define to the version of this package. */
  48. #define PACKAGE_VERSION ""
  49. /* Define to 1 if you have the ANSI C header files. */
  50. #define STDC_HEADERS 1
  51. /* Define this is you want default transport */
  52. #define USE_DEFAULT_IO 1
  53. /* Version number of package */
  54. #define VERSION "1.3"
  55. /* Define to empty if `const' does not conform to ANSI C. */
  56. /* #undef const */
  57. /* Define to `__inline__' or `__inline' if that's what the C compiler
  58. calls it, or to nothing if 'inline' is not supported under any name. */
  59. #ifndef __cplusplus
  60. /* #undef inline */
  61. #endif
  62. /* Define to `unsigned' if <sys/types.h> does not define. */
  63. /* #undef size_t */