]> git.deb.at Git - pkg/abook.git/blob - config.h.in
use strcoll instead of strcmp for sorting entries
[pkg/abook.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3 /* Define if you have the strcoll function and it is properly defined.  */
4 #undef HAVE_STRCOLL
5
6 /* Define as __inline if that's what the C compiler calls it.  */
7 #undef inline
8
9 /* Define if you have the ANSI C header files.  */
10 #undef STDC_HEADERS
11
12 /* Define if you have the <stdarg.h> header file.  */
13 #undef HAVE_STDARG_H
14
15 #undef HAVE_SNPRINTF
16 #undef HAVE_VSNPRINTF
17
18 /* Define if you have the resizeterm function.  */
19 #undef HAVE_RESIZETERM
20
21 /* Define if you have the setlocale function.  */
22 #undef HAVE_SETLOCALE
23
24 /* Define if you have the <linux/termios.h> header file.  */
25 #undef HAVE_LINUX_TERMIOS_H
26
27 /* Define if you have the <locale.h> header file.  */
28 #undef HAVE_LOCALE_H
29
30 /* Define if you have the <ncurses.h> header file.  */
31 #undef HAVE_NCURSES_H
32
33 /* Define if you have the <string.h> header file.  */
34 #undef HAVE_STRING_H
35
36 /* Define if you have the <sys/ioctl.h> header file.  */
37 #undef HAVE_SYS_IOCTL_H
38
39 /* Define if you have the <termios.h> header file.  */
40 #undef HAVE_TERMIOS_H
41
42 /* Define if you have the <unistd.h> header file.  */
43 #undef HAVE_UNISTD_H
44
45 /* Name of package */
46 #undef PACKAGE
47
48 /* Version number of package */
49 #undef VERSION
50
51 /* Define if compiler has function prototypes */
52 #undef PROTOTYPES
53