113 lines
2.5 KiB
C
113 lines
2.5 KiB
C
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Full Gambas version */
|
||
|
#undef GAMBAS_FULL_VERSION
|
||
|
|
||
|
/* Gambas bytecode version */
|
||
|
#undef GAMBAS_PCODE_VERSION
|
||
|
|
||
|
/* Gambas version */
|
||
|
#undef GAMBAS_VERSION
|
||
|
|
||
|
/* Gambas version string */
|
||
|
#undef GAMBAS_VERSION_STRING
|
||
|
|
||
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||
|
#undef HAVE_DLFCN_H
|
||
|
|
||
|
/* Whether gcc supports -fvisibility=hidden */
|
||
|
#undef HAVE_GCC_VISIBILITY
|
||
|
|
||
|
/* Define to 1 if you have the `getdomainname' function. */
|
||
|
#undef HAVE_GETDOMAINNAME
|
||
|
|
||
|
/* Define to 1 if you have the `getpt' function. */
|
||
|
#undef HAVE_GETPT
|
||
|
|
||
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||
|
#undef HAVE_INTTYPES_H
|
||
|
|
||
|
/* Define to 1 if you have the <memory.h> header file. */
|
||
|
#undef HAVE_MEMORY_H
|
||
|
|
||
|
/* Have QT/Embedded component */
|
||
|
#undef HAVE_QTE_COMPONENT
|
||
|
|
||
|
/* Define to 1 if you have the `setenv' function. */
|
||
|
#undef HAVE_SETENV
|
||
|
|
||
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||
|
#undef HAVE_STDINT_H
|
||
|
|
||
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||
|
#undef HAVE_STDLIB_H
|
||
|
|
||
|
/* Define to 1 if you have the <strings.h> header file. */
|
||
|
#undef HAVE_STRINGS_H
|
||
|
|
||
|
/* Define to 1 if you have the <string.h> header file. */
|
||
|
#undef HAVE_STRING_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||
|
#undef HAVE_SYS_STAT_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
||
|
#undef HAVE_SYS_TYPES_H
|
||
|
|
||
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||
|
#undef HAVE_UNISTD_H
|
||
|
|
||
|
/* Define to 1 if you have the `unsetenv' function. */
|
||
|
#undef HAVE_UNSETENV
|
||
|
|
||
|
/* No X-Window system */
|
||
|
#undef NO_X_WINDOW
|
||
|
|
||
|
/* Target system is Cygwin/Windows */
|
||
|
#undef OS_CYGWIN
|
||
|
|
||
|
/* Target system is FreeBSD */
|
||
|
#undef OS_FREEBSD
|
||
|
|
||
|
/* Target system is Linux */
|
||
|
#undef OS_LINUX
|
||
|
|
||
|
/* Target system is MacOS X */
|
||
|
#undef OS_MACOSX
|
||
|
|
||
|
/* Target system is NetBSD */
|
||
|
#undef OS_NETBSD
|
||
|
|
||
|
/* Target system is Solaris */
|
||
|
#undef OS_SOLARIS
|
||
|
|
||
|
/* Name of package */
|
||
|
#undef PACKAGE
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#undef PACKAGE_BUGREPORT
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#undef PACKAGE_NAME
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#undef PACKAGE_STRING
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#undef PACKAGE_TARNAME
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#undef PACKAGE_VERSION
|
||
|
|
||
|
/* Shared library extension is '.so' */
|
||
|
#undef SHARED_LIBRARY_EXT
|
||
|
|
||
|
/* Define to 1 if you have the ANSI C header files. */
|
||
|
#undef STDC_HEADERS
|
||
|
|
||
|
/* Use QT/Embedded translation */
|
||
|
#undef USE_QT_TRANSLATION
|
||
|
|
||
|
/* Version number of package */
|
||
|
#undef VERSION
|