summaryrefslogtreecommitdiff
path: root/lib/libcurses/ncurses_cfg.h
blob: e465257d06688eac275d08ef580231193d233b79 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* generated by configure-script
 * On host: OpenBSD xerxes.courtesan.com 2.2 XERXES#13 i386
 */
#ifndef NC_CONFIG_H
#define NC_CONFIG_H

#define CC_HAS_INLINE_FUNCS	1
#define GCC_NORETURN	__attribute__((noreturn))
#define GCC_PRINTF	1
#define GCC_SCANF	1
#define GCC_UNUSED	__attribute__((unused))
#define HAVE_BUILTIN_H	1
#define HAVE_DIRENT_H	1
#define HAVE_EXTERN_ERRNO	1
#define HAVE_EXTERN_SYS_ERRLIST	1
#define HAVE_FCNTL_H	1
#define HAVE_FORM_H	1
#define HAVE_GETTIMEOFDAY	1
#define HAVE_GETTTYNAM	1
#define HAVE_LIMITS_H	1
#define HAVE_LOCALE_H	1
#define HAVE_MEMCCPY	1
#define HAVE_MENU_H	1
#define HAVE_NC_ALLOC_H	1
#define HAVE_PANEL_H	1
#define HAVE_POLL	1
#define HAVE_POLL_H	1
#define HAVE_REGEX_H	1
#define HAVE_SELECT	1
#define HAVE_SETBUF	1
#define HAVE_SETBUFFER	1
#define HAVE_SETVBUF	1
#define HAVE_SIGACTION	1
#define HAVE_SIGVEC	1
#define HAVE_STRDUP	1
#define HAVE_SYS_IOCTL_H	1
#define HAVE_SYS_PARAM_H	1
#define HAVE_SYS_SELECT_H	1
#define HAVE_SYS_TIMES_H	1
#define HAVE_SYS_TIME_H	1
#define HAVE_TCGETATTR	1
#define HAVE_TERMIOS_H	1
#define HAVE_TIMES	1
#define HAVE_TTYENT_H	1
#define HAVE_TYPEINFO	1
#define HAVE_UNISTD_H	1
#define HAVE_USLEEP	1
#define HAVE_VSSCANF	1
#define PURE_TERMINFO	1
#define RETSIGTYPE	void
#define STDC_HEADERS	1
#define SYSTEM_NAME	"OpenBSD 2.2"

	/* The C compiler may not treat these properly, but C++ has to */
#ifdef __cplusplus
#undef const
#undef inline
#else
#if defined(lint) || defined(TRACE)
#undef inline
#define inline /* nothing */
#endif
#endif

#endif /* NC_CONFIG_H */