Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/gnu/lib/libdialog/dlg_config.h
34859 views
1
/* dlg_config.h. Generated automatically by configure. */
2
/*
3
* The configure script expands this as a set of definitions
4
*/
5
6
#define CURSES_WACS_ARRAY _nc_wacs
7
#define CURSES_WACS_SYMBOLS 1
8
#define DIALOG_PATCHDATE 20210117
9
#define DIALOG_VERSION "1.3"
10
#ifndef GCC_NORETURN
11
#define GCC_NORETURN __attribute__((noreturn))
12
#endif
13
#define GCC_PRINTF 1
14
#ifndef GCC_PRINTFLIKE
15
#define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
16
#endif
17
#define GCC_SCANF 1
18
#ifndef GCC_SCANFLIKE
19
#define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
20
#endif
21
#ifndef GCC_UNUSED
22
#define GCC_UNUSED __attribute__((unused))
23
#endif
24
#define HAVE_ALLOCA 1
25
#define HAVE_BTOWC 1
26
#define HAVE_COLOR 1
27
#define HAVE_DIRENT_H 1
28
#define HAVE_DLG_FORMBOX 1
29
#define HAVE_DLG_GAUGE 1
30
#define HAVE_DLG_MIXEDFORM 1
31
#define HAVE_DLG_TAILBOX 1
32
#define HAVE_DLG_TRACE 1
33
#define HAVE_FEOF_UNLOCKED 1
34
#define HAVE_FLUSHINP 1
35
#define HAVE_FSEEKO 1
36
#define HAVE_GETATTRS 1
37
#define HAVE_GETBEGX 1
38
#define HAVE_GETBEGY 1
39
#define HAVE_GETBEGYX 1
40
#define HAVE_GETCURX 1
41
#define HAVE_GETCURY 1
42
#define HAVE_GETCWD 1
43
#define HAVE_GETEGID 1
44
#define HAVE_GETEUID 1
45
#define HAVE_GETGID 1
46
#define HAVE_GETMAXX 1
47
#define HAVE_GETMAXY 1
48
#define HAVE_GETMAXYX 1
49
#define HAVE_GETPAGESIZE 1
50
#define HAVE_GETPARX 1
51
#define HAVE_GETPARY 1
52
#define HAVE_GETPARYX 1
53
#define HAVE_GETUID 1
54
#define HAVE_ICONV 1
55
#define HAVE_INTTYPES_H 1
56
#define HAVE_LANGINFO_CODESET 1
57
#define HAVE_LC_MESSAGES 1
58
#define HAVE_LIMITS_H 1
59
#define HAVE_LOCALE_H 1
60
#define HAVE_MBLEN 1
61
#define HAVE_MBRLEN 1
62
#define HAVE_MBRTOWC 1
63
#define HAVE_MBSTATE_T 1
64
#define HAVE_MBTOWC 1
65
#define HAVE_MEMORY_H 1
66
#define HAVE_MIXEDGAUGE 1
67
#define HAVE_MKTIME 1
68
#define HAVE_MMAP 1
69
#define HAVE_MUNMAP 1
70
#define HAVE_NCURSES_H 1
71
#define HAVE_NL_TYPES_H 1
72
#define HAVE_PUTENV 1
73
#define HAVE_RC_FILE 1
74
#define HAVE_RC_FILE2 1
75
#define HAVE_SEARCH_H 1
76
#define HAVE_SETENV 1
77
#define HAVE_SETLOCALE 1
78
#define HAVE_SIZECHANGE 1
79
#define HAVE_STDDEF_H 1
80
#define HAVE_STDINT_H 1
81
#define HAVE_STDLIB_H 1
82
#define HAVE_STPCPY 1
83
#define HAVE_STRCASECMP 1
84
#define HAVE_STRCHR 1
85
#define HAVE_STRDUP 1
86
#define HAVE_STRFTIME 1
87
#define HAVE_STRINGS_H 1
88
#define HAVE_STRING_H 1
89
#define HAVE_STRTOUL 1
90
#define HAVE_SYS_IOCTL_H 1
91
#define HAVE_SYS_PARAM_H 1
92
#define HAVE_SYS_STAT_H 1
93
#define HAVE_SYS_TYPES_H 1
94
#define HAVE_SYS_WAIT_H 1
95
#define HAVE_TERMIOS_H 1
96
#define HAVE_TERM_H 1
97
#define HAVE_TSEARCH 1
98
#define HAVE_TYPE_CHTYPE 1
99
#define HAVE_UNCTRL_H 1
100
#define HAVE_UNISTD_H 1
101
#define HAVE_USE_DEFAULT_COLORS 1
102
#define HAVE_WAITPID 1
103
#define HAVE_WCHGAT 1
104
#define HAVE_WCSRTOMBS 1
105
#define HAVE_WCSTOMBS 1
106
#define HAVE_WCTOB 1
107
#define HAVE_WCTOMB 1
108
#define HAVE_WCURSYNCUP 1
109
#define HAVE_WGETPARENT 1
110
#define HAVE_WGET_WCH 1
111
#define HAVE_WHIPTAIL 1
112
#define HAVE_WSYNCUP 1
113
#define HAVE_XDIALOG 1
114
#define HAVE_XDIALOG2 1
115
#define ICONV_CONST
116
#define MIXEDCASE_FILENAMES 1
117
#define NCURSES 1
118
#define NEED_WCHAR_H 1
119
#define PACKAGE "dialog"
120
#define RETSIGTYPE void
121
#define STDC_HEADERS 1
122
#define SYSTEM_NAME "FreeBSD"
123
#define TIME_WITH_SYS_TIME 1
124
#define TYPE_CHTYPE_IS_SCALAR 1
125
#define USE_WIDE_CURSES 1
126
#define WIDEC_CURSES 1
127
128