-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.h
43 lines (30 loc) · 1.04 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* config.h. Generated from config.h.in by configure. */
/* The version string */
#define VERSION "2.5"
/* The package name. */
#define PACKAGE @PACKAGE@
/* Do you have tgetent()? */
#define HAVE_TGETENT 1
/* Should we need to include termcap.h? */
#define HAVE_TERMCAP_H 1
/* Should we need to include curses.h? */
/* #undef HAVE_CURSES_H */
/* Is there a tgmath.h? */
#define HAVE_TGMATH_H 1
/* Define this as 1 if your system has lrint(). */
#define HAVE_LRINT 1
/* Define this as 1 if your system has nanosleep(). */
#define HAVE_NANOSLEEP 1
/* What does tputs return? */
/* #undef TPUTS_RETURNS_VOID */
/* Define as 1 if you use dmalloc. */
/* #undef USE_DMALLOC */
/* Define as 1 if you want LR0 parser. */
/* #undef USE_LR0 */
/* Define either for large file support, if your OS needs them. */
#define _FILE_OFFSET_BITS 64
/* #undef _LARGE_FILES */
/* Define if you have the msgfmt(1) program and the gettext(3) function. */
/* #undef HAVE_GETTEXT */
/* Define if timeouts do not work in your termios (broken termios). */
/* #undef USE_SELECT */