]> git.deb.at Git - pkg/abook.git/blob - config.h.in
autoconf/automake update
[pkg/abook.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Handle multibyte characters */
4 #undef HANDLE_MULTIBYTE
5
6 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
7    don't. */
8 #undef HAVE_DECL_WCWIDTH
9
10 /* Define to 1 if you have the <history.h> header file. */
11 #undef HAVE_HISTORY_H
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define if you have a readline compatible library */
17 #undef HAVE_LIBREADLINE
18
19 /* Define to 1 if you have the <linux/termios.h> header file. */
20 #undef HAVE_LINUX_TERMIOS_H
21
22 /* Define to 1 if you have the <locale.h> header file. */
23 #undef HAVE_LOCALE_H
24
25 /* Define to 1 if you have the `mbrtowc' function. */
26 #undef HAVE_MBRTOWC
27
28 /* Define to 1 if you have the `mbsinit' function. */
29 #undef HAVE_MBSINIT
30
31 /* Define to 1 if you have the `mbtowc' function. */
32 #undef HAVE_MBTOWC
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
36
37 /* Define to 1 if you have the <ncurses.h> header file. */
38 #undef HAVE_NCURSES_H
39
40 /* Define to 1 if you have the <readline.h> header file. */
41 #undef HAVE_READLINE_H
42
43 /* Define if your readline library has \`add_history' */
44 #undef HAVE_READLINE_HISTORY
45
46 /* Define to 1 if you have the <readline/history.h> header file. */
47 #undef HAVE_READLINE_HISTORY_H
48
49 /* Define to 1 if you have the <readline/readline.h> header file. */
50 #undef HAVE_READLINE_READLINE_H
51
52 /* Define to 1 if you have the `resizeterm' function. */
53 #undef HAVE_RESIZETERM
54
55 /* Define to 1 if you have the `setlocale' function. */
56 #undef HAVE_SETLOCALE
57
58 /* Define to 1 if you have the `snprintf' function. */
59 #undef HAVE_SNPRINTF
60
61 /* Define if you have the <stdarg.h> header file. */
62 #undef HAVE_STDARG_H
63
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #undef HAVE_STDINT_H
66
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #undef HAVE_STDLIB_H
69
70 /* Define to 1 if you have the `strcoll' function and it is properly defined.
71    */
72 #undef HAVE_STRCOLL
73
74 /* Define to 1 if you have the <strings.h> header file. */
75 #undef HAVE_STRINGS_H
76
77 /* Define to 1 if you have the <string.h> header file. */
78 #undef HAVE_STRING_H
79
80 /* Define to 1 if you have the <sys/ioctl.h> header file. */
81 #undef HAVE_SYS_IOCTL_H
82
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #undef HAVE_SYS_STAT_H
85
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #undef HAVE_SYS_TYPES_H
88
89 /* Define to 1 if you have the <termios.h> header file. */
90 #undef HAVE_TERMIOS_H
91
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #undef HAVE_UNISTD_H
94
95 /* Define to 1 if you have the `vsnprintf' function. */
96 #undef HAVE_VSNPRINTF
97
98 /* Define if you have the <wchar.h> header file. */
99 #undef HAVE_WCHAR_H
100
101 /* Define to 1 if you have the `wcwidth' function. */
102 #undef HAVE_WCWIDTH
103
104 /* Name of package */
105 #undef PACKAGE
106
107 /* Define to the address where bug reports for this package should be sent. */
108 #undef PACKAGE_BUGREPORT
109
110 /* Define to the full name of this package. */
111 #undef PACKAGE_NAME
112
113 /* Define to the full name and version of this package. */
114 #undef PACKAGE_STRING
115
116 /* Define to the one symbol short name of this package. */
117 #undef PACKAGE_TARNAME
118
119 /* Define to the version of this package. */
120 #undef PACKAGE_VERSION
121
122 /* Define to 1 if the C compiler supports function prototypes. */
123 #undef PROTOTYPES
124
125 /* Define to 1 if you have the ANSI C header files. */
126 #undef STDC_HEADERS
127
128 /* Version number of package */
129 #undef VERSION
130
131 /* Define like PROTOTYPES; this can be used by system headers. */
132 #undef __PROTOTYPES
133
134 /* Define to `__inline__' or `__inline' if that's what the C compiler
135    calls it, or to nothing if 'inline' is not supported under any name.  */
136 #ifndef __cplusplus
137 #undef inline
138 #endif