-
-
Save eht16/e15e74e5f7bffebdf5f4ada38077ea59 to your computer and use it in GitHub Desktop.
Geany vs. CTags mingw64-i686 config.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* config.h. Generated from config.h.in by configure. */ | |
/* config.h.in. Generated from configure.ac by autoheader. */ | |
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | |
systems. This function is required for `alloca.c' support on those systems. | |
*/ | |
/* #undef CRAY_STACKSEG_END */ | |
/* Define to 1 if using `alloca.c'. */ | |
/* #undef C_ALLOCA */ | |
/* Use AutoPackage? */ | |
/* #undef ENABLE_BINRELOC */ | |
/* always defined to indicate that i18n is enabled */ | |
#define ENABLE_NLS 1 | |
/* Gettext package. */ | |
#define GETTEXT_PACKAGE "geany" | |
/* Define to 1 if you have `alloca', as a function or macro. */ | |
#define HAVE_ALLOCA 1 | |
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | |
*/ | |
/* #undef HAVE_ALLOCA_H */ | |
/* Define to 1 if you have the `asprintf' function. */ | |
#define HAVE_ASPRINTF 1 | |
/* Define to 1 if you have the `bind_textdomain_codeset' function. */ | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the | |
CoreFoundation framework. */ | |
/* #undef HAVE_CFLOCALECOPYCURRENT */ | |
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in | |
the CoreFoundation framework. */ | |
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ | |
/* Define to 1 if you have the `chsize' function. */ | |
/* #undef HAVE_CHSIZE */ | |
/* define if the compiler supports basic C++11 syntax */ | |
/* #undef HAVE_CXX11 */ | |
/* Define to 1 if you have the `dcgettext' function. */ | |
#define HAVE_DCGETTEXT 1 | |
/* Define to 1 if you have the declaration of `_NSGetEnviron', and to 0 if you | |
don't. */ | |
#define HAVE_DECL__NSGETENVIRON 0 | |
/* Define to 1 if you have the declaration of `__environ', and to 0 if you | |
don't. */ | |
#define HAVE_DECL___ENVIRON 0 | |
/* Define to 1 if you have the <direct.h> header file. */ | |
#define HAVE_DIRECT_H 1 | |
/* Define to 1 if you have the <dlfcn.h> header file. */ | |
/* #undef HAVE_DLFCN_H */ | |
/* Define to 1 if you have the <errno.h> header file. */ | |
#define HAVE_ERRNO_H 1 | |
/* Define to 1 if you have the <fcntl.h> header file. */ | |
#define HAVE_FCNTL_H 1 | |
/* Define to 1 if you have the <fnmatch.h> header file. */ | |
/* #undef HAVE_FNMATCH_H */ | |
/* Define to 1 if you have the `ftruncate' function. */ | |
/* #undef HAVE_FTRUNCATE */ | |
/* Define if the GNU gettext() function is already present or preinstalled. */ | |
#define HAVE_GETTEXT 1 | |
/* Define to 1 if you have the <glob.h> header file. */ | |
/* #undef HAVE_GLOB_H */ | |
/* Define to 1 if you have the <inttypes.h> header file. */ | |
#define HAVE_INTTYPES_H 1 | |
/* Define to 1 if you have the <io.h> header file. */ | |
#define HAVE_IO_H 1 | |
/* Define to 1 if you have the `isblank' function. */ | |
#define HAVE_ISBLANK 1 | |
/* Define to 1 if you have the <langinfo.h> header file. */ | |
/* #undef HAVE_LANGINFO_H */ | |
/* Define if your <locale.h> file defines LC_MESSAGES. */ | |
/* #undef HAVE_LC_MESSAGES */ | |
/* Define to 1 if you have the <libintl.h> header file. */ | |
#define HAVE_LIBINTL_H 1 | |
/* Define to 1 if you have the <limits.h> header file. */ | |
#define HAVE_LIMITS_H 1 | |
/* Define to 1 if you have the <locale.h> header file. */ | |
#define HAVE_LOCALE_H 1 | |
/* Define to 1 if you have the `mbrtowc' function. */ | |
#define HAVE_MBRTOWC 1 | |
/* Define to 1 if you have the `memcpy' function. */ | |
#define HAVE_MEMCPY 1 | |
/* Define to 1 if you have the <memory.h> header file. */ | |
#define HAVE_MEMORY_H 1 | |
/* Define to 1 if you have the `mkstemp' function. */ | |
#define HAVE_MKSTEMP 1 | |
/* Define if plugins are enabled. */ | |
#define HAVE_PLUGINS 1 | |
/* Define to 1 if you have the `realpath' function. */ | |
/* #undef HAVE_REALPATH */ | |
/* Should always be 1, required for CTags. */ | |
#define HAVE_REGCOMP 1 | |
/* Define if you want to detect a running instance */ | |
#define HAVE_SOCKET 1 | |
/* whether or not to use <stdbool.h>. */ | |
#define HAVE_STDBOOL_H 1 | |
/* Define to 1 if you have the <stdint.h> header file. */ | |
#define HAVE_STDINT_H 1 | |
/* Define to 1 if you have the <stdlib.h> header file. */ | |
#define HAVE_STDLIB_H 1 | |
/* Define to 1 if you have the `strcasecmp' function. */ | |
#define HAVE_STRCASECMP 1 | |
/* Define to 1 if you have the `strerror' function. */ | |
#define HAVE_STRERROR 1 | |
/* Define to 1 if you have the `stricmp' function. */ | |
/* #undef HAVE_STRICMP */ | |
/* Define to 1 if you have the <strings.h> header file. */ | |
#define HAVE_STRINGS_H 1 | |
/* Define to 1 if you have the <string.h> header file. */ | |
#define HAVE_STRING_H 1 | |
/* Define to 1 if you have the `strncasecmp' function. */ | |
#define HAVE_STRNCASECMP 1 | |
/* Define to 1 if you have the `strnicmp' function. */ | |
/* #undef HAVE_STRNICMP */ | |
/* Define to 1 if you have the `strstr' function. */ | |
#define HAVE_STRSTR 1 | |
/* Define to 1 if you have the <sys/dir.h> header file. */ | |
/* #undef HAVE_SYS_DIR_H */ | |
/* Define to 1 if you have the <sys/stat.h> header file. */ | |
#define HAVE_SYS_STAT_H 1 | |
/* Define to 1 if you have the <sys/time.h> header file. */ | |
#define HAVE_SYS_TIME_H 1 | |
/* Define to 1 if you have the <sys/types.h> header file. */ | |
#define HAVE_SYS_TYPES_H 1 | |
/* Define to 1 if you have the `tempnam' function. */ | |
/* #undef HAVE_TEMPNAM */ | |
/* Define to 1 if you have the `truncate' function. */ | |
#define HAVE_TRUNCATE 1 | |
/* Define to 1 if you have the <unistd.h> header file. */ | |
#define HAVE_UNISTD_H 1 | |
/* Define if you want VTE support */ | |
/* #undef HAVE_VTE */ | |
/* Define to 1 if you have the <wchar.h> header file. */ | |
#define HAVE_WCHAR_H 1 | |
/* Define to 1 if you have the `wcrtomb' function. */ | |
#define HAVE_WCRTOMB 1 | |
/* Define to 1 if you have the `wcscoll' function. */ | |
#define HAVE_WCSCOLL 1 | |
/* Define to 1 if you have the <wctype.h> header file. */ | |
#define HAVE_WCTYPE_H 1 | |
/* Define if running the test suite so that test #27 works on MinGW. */ | |
/* #undef LT_MINGW_STATIC_TESTSUITE_HACK */ | |
/* Define to the sub-directory where libtool stores uninstalled libraries. */ | |
#define LT_OBJDIR ".libs/" | |
/* Name of package */ | |
#define PACKAGE "geany" | |
/* Define to the address where bug reports for this package should be sent. */ | |
#define PACKAGE_BUGREPORT "https://github.com/geany/geany/issues" | |
/* Define to the full name of this package. */ | |
#define PACKAGE_NAME "Geany" | |
/* Define to the full name and version of this package. */ | |
#define PACKAGE_STRING "Geany 1.38" | |
/* Define to the one symbol short name of this package. */ | |
#define PACKAGE_TARNAME "geany" | |
/* Define to the home page for this package. */ | |
#define PACKAGE_URL "" | |
/* Define to the version of this package. */ | |
#define PACKAGE_VERSION "1.38" | |
/* git revision hash */ | |
#define REVISION "c5303c949" | |
/* If using the C implementation of alloca, define if you know the | |
direction of stack growth for your system; otherwise it will be | |
automatically deduced at runtime. | |
STACK_DIRECTION > 0 => grows toward higher addresses | |
STACK_DIRECTION < 0 => grows toward lower addresses | |
STACK_DIRECTION = 0 => direction of growth unknown */ | |
/* #undef STACK_DIRECTION */ | |
/* Define to 1 if you have the ANSI C header files. */ | |
#define STDC_HEADERS 1 | |
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ | |
/* #undef TM_IN_SYS_TIME */ | |
/* Enable extensions on AIX 3, Interix. */ | |
#ifndef _ALL_SOURCE | |
# define _ALL_SOURCE 1 | |
#endif | |
/* Enable GNU extensions on systems that have them. */ | |
#ifndef _GNU_SOURCE | |
# define _GNU_SOURCE 1 | |
#endif | |
/* Enable threading extensions on Solaris. */ | |
#ifndef _POSIX_PTHREAD_SEMANTICS | |
# define _POSIX_PTHREAD_SEMANTICS 1 | |
#endif | |
/* Enable extensions on HP NonStop. */ | |
#ifndef _TANDEM_SOURCE | |
# define _TANDEM_SOURCE 1 | |
#endif | |
/* Enable general extensions on Solaris. */ | |
#ifndef __EXTENSIONS__ | |
# define __EXTENSIONS__ 1 | |
#endif | |
/* Version number of package */ | |
#define VERSION "1.38" | |
/* Path to a loadable libvte */ | |
/* #undef VTE_MODULE_PATH */ | |
/* we are cross compiling for WIN32 */ | |
#define WIN32 1 | |
/* Define to 1 if on MINIX. */ | |
/* #undef _MINIX */ | |
/* Define to 2 if the system does not provide POSIX.1 features except with | |
this defined. */ | |
/* #undef _POSIX_1_SOURCE */ | |
/* Define to 1 if you need to in order for `stat' and other things to work. */ | |
/* #undef _POSIX_SOURCE */ | |
/* Define to `long int' if <sys/types.h> does not define. */ | |
/* #undef off_t */ | |
/* Define to `unsigned int' if <sys/types.h> does not define. */ | |
/* #undef size_t */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment