Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libedit/config.h
39475 views
1
/* Define to 1 if you have the <curses.h> header file. */
2
#define HAVE_CURSES_H 1
3
4
/* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
5
versions. */
6
/* #undef HAVE_GETPW_R_DRAFT */
7
8
/* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
9
compatible. */
10
#define HAVE_GETPW_R_POSIX 1
11
12
/* Define to 1 if you have the `issetugid' function. */
13
#define HAVE_ISSETUGID 1
14
15
/* Define to 1 if you have the <ncurses.h> header file. */
16
/* #undef HAVE_NCURSES_H */
17
18
/* Define to 1 if struct dirent has member d_namlen */
19
#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
20
21
/* Define to 1 if you have the <sys/cdefs.h> header file. */
22
#define HAVE_SYS_CDEFS_H 1
23
24
/* Define to 1 if you have the <termcap.h> header file. */
25
#define HAVE_TERMCAP_H 1
26
27
/* Define to 1 if you have the <term.h> header file. */
28
#define HAVE_TERM_H 1
29
30
#include "sys.h"
31
32
33