~gnaservicesinc/tpad-project/6.x

« back to all changes in this revision

Viewing changes to config.h.in~

  • Committer: Andrew Joseph Smith
  • Date: 2016-08-11 02:07:54 UTC
  • Revision ID: andrew@gnaservicesinc.com-20160811020754-xbyktseivjmbuut5
Mis bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Enable autotab toggle */
 
4
#undef AUTO_TAB_TOGGLE
 
5
 
 
6
/* Enable debug toggle */
 
7
#undef DEBUG_TOGGLE
 
8
 
 
9
/* always defined to indicate that i18n is enabled */
 
10
#undef ENABLE_NLS
 
11
 
 
12
/* GETTEXT package name */
 
13
#undef GETTEXT_PACKAGE
 
14
 
 
15
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
16
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
17
 
 
18
/* Define to 1 if you have the `dcgettext' function. */
 
19
#undef HAVE_DCGETTEXT
 
20
 
 
21
/* Define to 1 if you have the <dlfcn.h> header file. */
 
22
#undef HAVE_DLFCN_H
 
23
 
 
24
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
25
#undef HAVE_DOPRNT
 
26
 
 
27
/* Define to 1 if you have the `fork' function. */
 
28
#undef HAVE_FORK
 
29
 
 
30
/* Define if the GNU gettext() function is already present or preinstalled. */
 
31
#undef HAVE_GETTEXT
 
32
 
 
33
/* Define to 1 if you have the <inttypes.h> header file. */
 
34
#undef HAVE_INTTYPES_H
 
35
 
 
36
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
37
#undef HAVE_LC_MESSAGES
 
38
 
 
39
/* Define to 1 if you have the <libintl.h> header file. */
 
40
#undef HAVE_LIBINTL_H
 
41
 
 
42
/* Defined if libmagic support is enabled */
 
43
#undef HAVE_LIBMAGIC
 
44
 
 
45
/* Define to 1 if you have the <locale.h> header file. */
 
46
#undef HAVE_LOCALE_H
 
47
 
 
48
/* Define to 1 if you have the <magic.h> header file. */
 
49
#undef HAVE_MAGIC_H
 
50
 
 
51
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
52
   to 0 otherwise. */
 
53
#undef HAVE_MALLOC
 
54
 
 
55
/* Define to 1 if you have the <memory.h> header file. */
 
56
#undef HAVE_MEMORY_H
 
57
 
 
58
/* Define to 1 if you have the `memset' function. */
 
59
#undef HAVE_MEMSET
 
60
 
 
61
/* Define to 1 if you have the `pathconf' function. */
 
62
#undef HAVE_PATHCONF
 
63
 
 
64
/* Define to 1 if you have the `readlink' function. */
 
65
#undef HAVE_READLINK
 
66
 
 
67
/* Define to 1 if you have the `realpath' function. */
 
68
#undef HAVE_REALPATH
 
69
 
 
70
/* Define to 1 if you have the <stdint.h> header file. */
 
71
#undef HAVE_STDINT_H
 
72
 
 
73
/* Define to 1 if you have the <stdlib.h> header file. */
 
74
#undef HAVE_STDLIB_H
 
75
 
 
76
/* Define to 1 if you have the `strerror' function. */
 
77
#undef HAVE_STRERROR
 
78
 
 
79
/* Define to 1 if you have the <strings.h> header file. */
 
80
#undef HAVE_STRINGS_H
 
81
 
 
82
/* Define to 1 if you have the <string.h> header file. */
 
83
#undef HAVE_STRING_H
 
84
 
 
85
/* Define to 1 if you have the `strrchr' function. */
 
86
#undef HAVE_STRRCHR
 
87
 
 
88
/* Define to 1 if you have the `symlink' function. */
 
89
#undef HAVE_SYMLINK
 
90
 
 
91
/* Define to 1 if you have the <syslog.h> header file. */
 
92
#undef HAVE_SYSLOG_H
 
93
 
 
94
/* Define to 1 if you have the <sys/stat.h> header file. */
 
95
#undef HAVE_SYS_STAT_H
 
96
 
 
97
/* Define to 1 if you have the <sys/time.h> header file. */
 
98
#undef HAVE_SYS_TIME_H
 
99
 
 
100
/* Define to 1 if you have the <sys/types.h> header file. */
 
101
#undef HAVE_SYS_TYPES_H
 
102
 
 
103
/* Define to 1 if you have the <sys/utsname.h> header file. */
 
104
#undef HAVE_SYS_UTSNAME_H
 
105
 
 
106
/* Define to 1 if you have the `uname' function. */
 
107
#undef HAVE_UNAME
 
108
 
 
109
/* Define to 1 if you have the <unistd.h> header file. */
 
110
#undef HAVE_UNISTD_H
 
111
 
 
112
/* Define to 1 if you have the `vfork' function. */
 
113
#undef HAVE_VFORK
 
114
 
 
115
/* Define to 1 if you have the <vfork.h> header file. */
 
116
#undef HAVE_VFORK_H
 
117
 
 
118
/* Define to 1 if you have the `vprintf' function. */
 
119
#undef HAVE_VPRINTF
 
120
 
 
121
/* Define to 1 if you have the <wchar.h> header file. */
 
122
#undef HAVE_WCHAR_H
 
123
 
 
124
/* Define to 1 if `fork' works. */
 
125
#undef HAVE_WORKING_FORK
 
126
 
 
127
/* Define to 1 if `vfork' works. */
 
128
#undef HAVE_WORKING_VFORK
 
129
 
 
130
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
131
   */
 
132
#undef LT_OBJDIR
 
133
 
 
134
/* Define to 1 if assertions should be disabled. */
 
135
#undef NDEBUG
 
136
 
 
137
/* Name of package */
 
138
#undef PACKAGE
 
139
 
 
140
/* Define to the address where bug reports for this package should be sent. */
 
141
#undef PACKAGE_BUGREPORT
 
142
 
 
143
/* Define to the full name of this package. */
 
144
#undef PACKAGE_NAME
 
145
 
 
146
/* Define to the full name and version of this package. */
 
147
#undef PACKAGE_STRING
 
148
 
 
149
/* Define to the one symbol short name of this package. */
 
150
#undef PACKAGE_TARNAME
 
151
 
 
152
/* Define to the home page for this package. */
 
153
#undef PACKAGE_URL
 
154
 
 
155
/* Define to the version of this package. */
 
156
#undef PACKAGE_VERSION
 
157
 
 
158
/* Define to 1 if you have the ANSI C header files. */
 
159
#undef STDC_HEADERS
 
160
 
 
161
/* Version number of package */
 
162
#undef VERSION
 
163
 
 
164
/* Define to empty if `const' does not conform to ANSI C. */
 
165
#undef const
 
166
 
 
167
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
168
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
169
#ifndef __cplusplus
 
170
#undef inline
 
171
#endif
 
172
 
 
173
/* Define to rpl_malloc if the replacement function should be used. */
 
174
#undef malloc
 
175
 
 
176
/* Define to `int' if <sys/types.h> does not define. */
 
177
#undef pid_t
 
178
 
 
179
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
180
#undef size_t
 
181
 
 
182
/* Define as `fork' if `vfork' does not work. */
 
183
#undef vfork