1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* Location of Python library to dlopen() */
7#undef GEANYPY_PYTHON_LIBRARY
8
9/* The domain to use with gettext */
10#undef GETTEXT_PACKAGE
11
12/* Define to 1 if you have the `bind_textdomain_codeset' function. */
13#undef HAVE_BIND_TEXTDOMAIN_CODESET
14
15/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
16   CoreFoundation framework. */
17#undef HAVE_CFLOCALECOPYCURRENT
18
19/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
20   the CoreFoundation framework. */
21#undef HAVE_CFPREFERENCESCOPYAPPVALUE
22
23/* Define to 1 if you have the `dcgettext' function. */
24#undef HAVE_DCGETTEXT
25
26/* Define to 1 if you have the <dlfcn.h> header file. */
27#undef HAVE_DLFCN_H
28
29/* Define to 1 if you have the `fdopen' function. */
30#undef HAVE_FDOPEN
31
32/* Define if the GNU gettext() function is already present or preinstalled. */
33#undef HAVE_GETTEXT
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
37
38/* Define if your <locale.h> file defines LC_MESSAGES. */
39#undef HAVE_LC_MESSAGES
40
41/* Define to 1 if you have the <libutil.h> header file. */
42#undef HAVE_LIBUTIL_H
43
44/* Define to 1 if you have the <locale.h> header file. */
45#undef HAVE_LOCALE_H
46
47/* Define to 1 if you have the <memory.h> header file. */
48#undef HAVE_MEMORY_H
49
50/* Define to 1 if you have the <mkdio.h> header file. */
51#undef HAVE_MKDIO_H
52
53/* Define to 1 if you have the <pty.h> header file. */
54#undef HAVE_PTY_H
55
56/* If available, contains the Python version number currently in use. */
57#undef HAVE_PYTHON
58
59/* Define to 1 if you have the <stdint.h> header file. */
60#undef HAVE_STDINT_H
61
62/* Define to 1 if you have the <stdlib.h> header file. */
63#undef HAVE_STDLIB_H
64
65/* Define to 1 if you have the <strings.h> header file. */
66#undef HAVE_STRINGS_H
67
68/* Define to 1 if you have the <string.h> header file. */
69#undef HAVE_STRING_H
70
71/* Define to 1 if you have the <sys/stat.h> header file. */
72#undef HAVE_SYS_STAT_H
73
74/* Define to 1 if you have the <sys/types.h> header file. */
75#undef HAVE_SYS_TYPES_H
76
77/* Define to 1 if you have the <unistd.h> header file. */
78#undef HAVE_UNISTD_H
79
80/* Define to 1 if you have the <util.h> header file. */
81#undef HAVE_UTIL_H
82
83/* Define to the sub-directory where libtool stores uninstalled libraries. */
84#undef LT_OBJDIR
85
86/* Name of package */
87#undef PACKAGE
88
89/* Define to the address where bug reports for this package should be sent. */
90#undef PACKAGE_BUGREPORT
91
92/* Define to the full name of this package. */
93#undef PACKAGE_NAME
94
95/* Define to the full name and version of this package. */
96#undef PACKAGE_STRING
97
98/* Define to the one symbol short name of this package. */
99#undef PACKAGE_TARNAME
100
101/* Define to the home page for this package. */
102#undef PACKAGE_URL
103
104/* Define to the version of this package. */
105#undef PACKAGE_VERSION
106
107/* Define to 1 if you have the ANSI C header files. */
108#undef STDC_HEADERS
109
110/* GtkSpell support */
111#undef USE_GTKSPELL
112
113/* Enable extensions on AIX 3, Interix.  */
114#ifndef _ALL_SOURCE
115# undef _ALL_SOURCE
116#endif
117/* Enable GNU extensions on systems that have them.  */
118#ifndef _GNU_SOURCE
119# undef _GNU_SOURCE
120#endif
121/* Enable threading extensions on Solaris.  */
122#ifndef _POSIX_PTHREAD_SEMANTICS
123# undef _POSIX_PTHREAD_SEMANTICS
124#endif
125/* Enable extensions on HP NonStop.  */
126#ifndef _TANDEM_SOURCE
127# undef _TANDEM_SOURCE
128#endif
129/* Enable general extensions on Solaris.  */
130#ifndef __EXTENSIONS__
131# undef __EXTENSIONS__
132#endif
133
134
135/* Version number of package */
136#undef VERSION
137
138/* we are cross compiling for WIN32 */
139#undef WIN32
140
141/* Enable large inode numbers on Mac OS X 10.5.  */
142#ifndef _DARWIN_USE_64_BIT_INODE
143# define _DARWIN_USE_64_BIT_INODE 1
144#endif
145
146/* Number of bits in a file offset, on hosts where this is settable. */
147#undef _FILE_OFFSET_BITS
148
149/* Define for large files, on AIX-style hosts. */
150#undef _LARGE_FILES
151
152/* Define to 1 if on MINIX. */
153#undef _MINIX
154
155/* Define to 2 if the system does not provide POSIX.1 features except with
156   this defined. */
157#undef _POSIX_1_SOURCE
158
159/* Define to 1 if you need to in order for `stat' and other things to work. */
160#undef _POSIX_SOURCE
161