1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Enable 2Mb limit to attachments */
4#undef ATTACH_LIMIT
5
6/* block device file to be used as password */
7#undef BLOCK_DEV
8
9/* BLOCK_DEV is a proper floppy device */
10#undef BLOCK_DEV_IS_FLOPPY
11
12/* always defined to indicate that i18n is enabled */
13#undef ENABLE_NLS
14
15/* Validate the environmental variables at startup */
16#undef ENV_CHECK
17
18/* Package for GettText */
19#undef GETTEXT_PACKAGE
20
21/* The program name with capital initial letter */
22#undef GRG_CAP_NAME
23
24/* The version of the XML format used to save files */
25#undef GRG_FILE_SUBVERSION
26
27/* The program name */
28#undef GRG_NAME
29
30/* The program version */
31#undef GRG_VERSION
32
33/* Define to 1 if you have the `bind_textdomain_codeset' function. */
34#undef HAVE_BIND_TEXTDOMAIN_CODESET
35
36/* Define to 1 if you have the `clearenv' function. */
37#undef HAVE_CLEARENV
38
39/* Define to 1 if you have the `dcgettext' function. */
40#undef HAVE_DCGETTEXT
41
42/* Define to 1 if you have the `environ' function. */
43#undef HAVE_ENVIRON
44
45/* Define if the GNU gettext() function is already present or preinstalled. */
46#undef HAVE_GETTEXT
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define to 1 if you have the `isatty' function. */
52#undef HAVE_ISATTY
53
54/* Define if your <locale.h> file defines LC_MESSAGES. */
55#undef HAVE_LC_MESSAGES
56
57/* Define to 1 if you have the <linux/fd.h> header file. */
58#undef HAVE_LINUX_FD_H
59
60/* Define to 1 if you have the <locale.h> header file. */
61#undef HAVE_LOCALE_H
62
63/* Define to 1 if you have the <memory.h> header file. */
64#undef HAVE_MEMORY_H
65
66/* Define to 1 if you have the `mlockall' function. */
67#undef HAVE_MLOCKALL
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#undef HAVE_STDINT_H
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
74
75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
77
78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the <sys/fsuid.h> header file. */
82#undef HAVE_SYS_FSUID_H
83
84/* Define to 1 if you have the <sys/stat.h> header file. */
85#undef HAVE_SYS_STAT_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have the `tcgetattr' function. */
91#undef HAVE_TCGETATTR
92
93/* Define to 1 if you have the `ttyname' function. */
94#undef HAVE_TTYNAME
95
96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Enable checks normally unneeded */
100#undef MAINTAINER_MODE
101
102/* Name of package */
103#undef PACKAGE
104
105/* Define to the address where bug reports for this package should be sent. */
106#undef PACKAGE_BUGREPORT
107
108/* Define to the full name of this package. */
109#undef PACKAGE_NAME
110
111/* Define to the full name and version of this package. */
112#undef PACKAGE_STRING
113
114/* Define to the one symbol short name of this package. */
115#undef PACKAGE_TARNAME
116
117/* Define to the version of this package. */
118#undef PACKAGE_VERSION
119
120/* Strictly forbids access to the root user */
121#undef ROOT_FILTER
122
123/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
124#undef STAT_MACROS_BROKEN
125
126/* Define to 1 if you have the ANSI C header files. */
127#undef STDC_HEADERS
128
129/* Version number of package */
130#undef VERSION
131
132/* Define to 1 if the X Window System is missing or not being used. */
133#undef X_DISPLAY_MISSING
134
135/* Define to empty if `const' does not conform to ANSI C. */
136#undef const
137