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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
/* Define if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
#define HAVE_COM_ERR_H 1
#define HAVE_SYS_FILIO_H 1
/* Define if you have the com_err library (-lcom_err). */
#define HAVE_LIBCOM_ERR 1
/* Define if you have the des425 library (-ldes425). */
#define HAVE_LIBDES425 1
/* Define if you have the k5crypto library (-lk5crypto). */
#define HAVE_LIBK5CRYPTO 1
/* Define if you have the krb4 library (-lkrb4). */
#define HAVE_LIBKRB4 1
/* Define if you have the krb5 library (-lkrb5). */
#define HAVE_LIBKRB5 1
/* Define if you have the ncurses library (-lncurses). */
#define HAVE_LIBNCURSES 1
/* Define if you have the nsl library (-lnsl). */
#define HAVE_LIBNSL 1
/* Define if you have the socket library (-lsocket). */
#define HAVE_LIBSOCKET 1
/* Define if you have the zephyr library (-lzephyr). */
#define HAVE_LIBZEPHYR 1
/* Define if libzephyr contains ZInitLocationInfo */
#define HAVE_LIBZEPHYR_ZINITLOCATIONINFO
#define HAVE_USE_DEFAULT_COLORS 1
#define HAVE_DES_STRING_TO_KEY 1
#define HAVE_DES_KEY_SCHED 1
#define HAVE_DES_ECB_ENCRYPT 1
/* #undef HAVE_DES_ECB_ENCRYPT_PROTO */
#define TERMINFO "/usr/share/lib/terminfo"
|