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