don't bother resolving onbld python module deps
[unleashed.git] / lib / libedit / config.h
blob0b4163ab67432cb115f7107eeeef6cf289d42beb
1 /* $OpenBSD: config.h,v 1.3 2016/03/20 22:09:24 schwarze Exp $ */
2 /* config.h. Generated automatically by configure. */
3 /* #undef SUNOS */
5 /* #undef HAVE_SYS_CDEFS_H */
6 #define HAVE_TERMCAP_H 1
7 #define HAVE_CURSES_H 1
9 /* Define to 1 if you have the `getline' function. */
10 #define HAVE_GETLINE 1
12 /* #undef HAVE_NCURSES_H */
13 /* #undef HAVE_TERM_H */
14 #define HAVE_VIS_H 1
15 #define HAVE_ISSETUGID 1
17 #define HAVE_STRLCAT 1
18 #define HAVE_STRLCPY 1
19 #define HAVE_FGETLN 1
20 #define HAVE_STRVIS 1
21 #define HAVE_STRUNVIS 1
23 /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
25 #ifndef __STDC_ISO_10646__
26 #define __STDC_ISO_10646__
27 #endif
28 #ifndef __dso_hidden
29 #define __dso_hidden __attribute__((__visibility__("hidden")))
30 #endif
32 #include "sys.h"