Home | History | Annotate | Line # | Download | only in libedit
      1  1.3  christos /* Define to 1 if you have the <curses.h> header file. */
      2  1.3  christos #define HAVE_CURSES_H 1
      3  1.3  christos 
      4  1.3  christos /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
      5  1.3  christos    versions. */
      6  1.3  christos /* #undef HAVE_GETPW_R_DRAFT */
      7  1.3  christos 
      8  1.3  christos /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
      9  1.3  christos    compatible. */
     10  1.3  christos #define HAVE_GETPW_R_POSIX 1
     11  1.3  christos 
     12  1.3  christos /* Define to 1 if you have the `issetugid' function. */
     13  1.3  christos #define HAVE_ISSETUGID 1
     14  1.3  christos 
     15  1.3  christos /* Define to 1 if you have the <ncurses.h> header file. */
     16  1.3  christos /* #undef HAVE_NCURSES_H */
     17  1.3  christos 
     18  1.5  christos /* Define to 1 if struct dirent has member d_namlen */
     19  1.5  christos #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
     20  1.5  christos 
     21  1.3  christos /* Define to 1 if you have the <sys/cdefs.h> header file. */
     22  1.1  christos #define HAVE_SYS_CDEFS_H 1
     23  1.1  christos 
     24  1.5  christos /* Define to 1 if you have the <termcap.h> header file. */
     25  1.5  christos #define HAVE_TERMCAP_H 1
     26  1.5  christos 
     27  1.3  christos /* Define to 1 if you have the <term.h> header file. */
     28  1.3  christos #define HAVE_TERM_H 1
     29  1.3  christos 
     30  1.1  christos #include "sys.h"
     31  1.5  christos 
     32