/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Full Gambas version */ #define GAMBAS_FULL_VERSION 0x02130001 /* Gambas bytecode version */ #define GAMBAS_PCODE_VERSION 0x02000000 /* Gambas version */ #define GAMBAS_VERSION 2 /* Gambas version string */ #define GAMBAS_VERSION_STRING "2" /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Whether gcc supports -fvisibility=hidden */ #define HAVE_GCC_VISIBILITY 1 /* Define to 1 if you have the `getdomainname' function. */ #define HAVE_GETDOMAINNAME 1 /* Define to 1 if you have the `getpt' function. */ #define HAVE_GETPT 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Have ODBC driver */ /* #undef HAVE_ODBC_COMPONENT */ /* Define to 1 if you have the `setenv' function. */ #define HAVE_SETENV 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `unsetenv' function. */ #define HAVE_UNSETENV 1 /* Target system is of BSD family */ /* #undef OS_BSD */ /* Target system is Cygwin/Windows */ /* #undef OS_CYGWIN */ /* Target system is FreeBSD */ /* #undef OS_FREEBSD */ /* Target system is Linux */ #define OS_LINUX 1 /* Target system is MacOS X */ /* #undef OS_MACOSX */ /* Target system is NetBSD */ /* #undef OS_NETBSD */ /* Target system is OpenBSD */ /* #undef OS_OPENBSD */ /* Target system is Solaris */ /* #undef OS_SOLARIS */ /* Name of package */ #define PACKAGE "gambas2-gb-db-odbc" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Shared library extension is '.so' */ #define SHARED_LIBRARY_EXT "so" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "2.13.1"