aboutsummaryrefslogtreecommitdiff
path: root/contrib/libedit/config.h
blob: b6fe27461b0e5da89aa3e85bd06735a0b7adfad3 (plain) (blame)
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
/* Define to 1 if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1

/* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
   versions. */
/* #undef HAVE_GETPW_R_DRAFT */

/* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
   compatible. */
#define HAVE_GETPW_R_POSIX 1

/* Define to 1 if you have the `issetugid' function. */
#define HAVE_ISSETUGID 1

/* Define to 1 if you have the <ncurses.h> header file. */
/* #undef HAVE_NCURSES_H */

/* Define to 1 if struct dirent has member d_namlen */
#define HAVE_STRUCT_DIRENT_D_NAMLEN 1

/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1

/* Define to 1 if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1

/* Define to 1 if you have the <term.h> header file. */
#define HAVE_TERM_H 1

#include "sys.h"