2
0

config.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* include/config.h. Generated by configure. */
  2. /* include/config.h.in. Generated from configure.in by autoheader. */
  3. /* Default location for FILEDSN data sources */
  4. #define DEFAULT_FILEDSNPATH "/etc/ODBCDataSources"
  5. /* Define if we detected a GUI library we can use */
  6. #define GUI 1
  7. /* Define to 1 if you have the `asprintf' function. */
  8. #define HAVE_ASPRINTF 1
  9. /* Define to 1 if you have the `dladdr' function */
  10. #define HAVE_DLADDR 1
  11. /* Define if you have the -ldld library */
  12. /* #undef HAVE_DLD */
  13. /* Define to 1 if you have the <dld.h> header file. */
  14. /* #undef HAVE_DLD_H */
  15. /* Define to 1 if you have the <dlfcn.h> header file. */
  16. #define HAVE_DLFCN_H 1
  17. /* Define to 1 if you have the `dlopen' function. */
  18. /* #undef HAVE_DLOPEN */
  19. /* Define to 1 if you have the <dl.h> header file. */
  20. /* #undef HAVE_DL_H */
  21. /* Define to 1 if you have the Dl_info structure */
  22. /* #undef HAVE_DL_INFO */
  23. /* Define if you have the DYLD library */
  24. /* #undef HAVE_DYLD */
  25. /* Define to 1 if you have the `gettimeofday' function. */
  26. #define HAVE_GETTIMEOFDAY 1
  27. /* Define to 1 if you have the <inttypes.h> header file. */
  28. #define HAVE_INTTYPES_H 1
  29. /* Define if you have the -ldl library */
  30. #define HAVE_LIBDL 1
  31. /* Define to 1 if you have the `localtime_r' function. */
  32. #define HAVE_LOCALTIME_R 1
  33. /* Define to 1 if you have the <memory.h> header file. */
  34. #define HAVE_MEMORY_H 1
  35. /* Define to 1 if you have the `setenv' function. */
  36. #define HAVE_SETENV 1
  37. /* Define if you have the shl_load function */
  38. /* #undef HAVE_SHL_LOAD */
  39. /* Define to 1 if you have the `snprintf' function. */
  40. #define HAVE_SNPRINTF 1
  41. /* Define to 1 if you have the <stdint.h> header file. */
  42. #define HAVE_STDINT_H 1
  43. /* Define to 1 if you have the <stdlib.h> header file. */
  44. #define HAVE_STDLIB_H 1
  45. /* Define to 1 if you have the `strerror' function. */
  46. #define HAVE_STRERROR 1
  47. /* Define to 1 if you have the <strings.h> header file. */
  48. #define HAVE_STRINGS_H 1
  49. /* Define to 1 if you have the <string.h> header file. */
  50. #define HAVE_STRING_H 1
  51. /* Define to 1 if you have the <sys/stat.h> header file. */
  52. #define HAVE_SYS_STAT_H 1
  53. /* Define to 1 if you have the <sys/types.h> header file. */
  54. #define HAVE_SYS_TYPES_H 1
  55. /* Define to 1 if you have the `towlower' function. */
  56. #define HAVE_TOWLOWER 1
  57. /* Define to 1 if you have the <unistd.h> header file. */
  58. #define HAVE_UNISTD_H 1
  59. /* Define to 1 if you have the <wchar.h> header file. */
  60. #define HAVE_WCHAR_H 1
  61. /* Define to 1 if you have the `wcscat' function. */
  62. #define HAVE_WCSCAT 1
  63. /* Define to 1 if you have the `wcschr' function. */
  64. #define HAVE_WCSCHR 1
  65. /* Define to 1 if you have the `wcscmp' function. */
  66. #define HAVE_WCSCMP 1
  67. /* Define to 1 if you have the `wcscpy' function. */
  68. #define HAVE_WCSCPY 1
  69. /* Define to 1 if you have the `wcslen' function. */
  70. #define HAVE_WCSLEN 1
  71. /* Define to 1 if you have the `wcsncasecmp' function. */
  72. #define HAVE_WCSNCASECMP 1
  73. /* Define to 1 if you have the `wcsncpy' function. */
  74. #define HAVE_WCSNCPY 1
  75. /* Define to 1 if you have the `_dlopen' function. */
  76. /* #undef HAVE__DLOPEN */
  77. /* Define if dlsym() requires a leading underscode in symbol names. */
  78. /* #undef NEED_USCORE */
  79. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  80. /* #undef NO_MINUS_C_MINUS_O */
  81. /* Name of package */
  82. #define PACKAGE "libiodbc"
  83. /* Define to the address where bug reports for this package should be sent. */
  84. #define PACKAGE_BUGREPORT "[email protected]"
  85. /* Define to the full name of this package. */
  86. #define PACKAGE_NAME "iODBC Driver Manager"
  87. /* Define to the full name and version of this package. */
  88. #define PACKAGE_STRING "iODBC Driver Manager 3.52.12"
  89. /* Define to the one symbol short name of this package. */
  90. #define PACKAGE_TARNAME "libiodbc"
  91. /* Define to the version of this package. */
  92. #define PACKAGE_VERSION "3.52.12"
  93. /* Define to 1 if you have the ANSI C header files. */
  94. #define STDC_HEADERS 1
  95. /* Define path to systemwide odbcinst.ini file */
  96. #define SYS_ODBCINST_INI "/etc/odbcinst.ini"
  97. /* Define path to systemwide odbc.ini file */
  98. #define SYS_ODBC_INI "/etc/odbc.ini"
  99. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  100. #define TIME_WITH_SYS_TIME 1
  101. /* Version number of package */
  102. #define VERSION "3.52.12"
  103. /* Define to empty if `const' does not conform to ANSI C. */
  104. /* #undef const */