NetBSD/dist/cdk/include/cdk_config.h
garbled 5940edcfb4 Initial import of CDK 4.9.9. The work to port this was performed by
Charles Hannum, and that is the version being imported:
cdk-4.9.9-20000407-myc3
2001-01-04 19:57:58 +00:00

37 lines
848 B
C

/* include/cdk_config.h. Generated automatically by configure. */
/*
* $Id: cdk_config.h,v 1.1.1.1 2001/01/04 19:58:54 garbled Exp $
*/
#ifndef CDK_CONFIG_H
#define CDK_CONFIG_H 1
#define HAVE_DIRENT_H 1
#define HAVE_GETCWD 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_HEADER 1
/* #undef HAVE_LIBXT */
/* #undef HAVE_LIB_XAW */
#define HAVE_LIMITS_H 1
#define HAVE_LSTAT 1
#define HAVE_MKTIME 1
/* #undef HAVE_NCURSES_H */
#define HAVE_RADIXSORT 1
#define HAVE_START_COLOR 1
/* #undef HAVE_STDLIB_H */
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_TYPE_CHTYPE 1
#define HAVE_UNISTD_H 1
/* #undef NCURSES */
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define SYSTEM_NAME "netbsd1.4Y"
#define TYPE_CHTYPE_IS_SCALAR 1
#if !defined(HAVE_LSTAT) && !defined(lstat)
#define lstat(f,b) stat(f,b)
#endif
#endif /* CDK_CONFIG_H */