1 /* include/cdk_config.h.  Generated automatically by configure.  */
2 /*
3  * $Id: config.hin,v 1.2 2000/01/17 14:48:19 tom Exp $
4  */
5 
6 #ifndef CDK_CONFIG_H
7 #define CDK_CONFIG_H 1
8 
9 
10 #define CC_HAS_PROTOS 1
11 #define CDK_CONST /*nothing*/
12 #define CDK_CSTRING CDK_CONST char *
13 #define CDK_CSTRING2 CDK_CONST char * CDK_CONST *
14 #define CDK_PATCHDATE 20140118
15 #define CDK_VERSION "5.0"
16 #define HAVE_DIRENT_H 1
17 #define HAVE_GETBEGX 1
18 #define HAVE_GETBEGY 1
19 #define HAVE_GETCWD 1
20 #define HAVE_GETLOGIN 1
21 #define HAVE_GETMAXX 1
22 #define HAVE_GETMAXY 1
23 #define HAVE_GETOPT_H 1
24 #define HAVE_GETOPT_HEADER 1
25 #if !_WIN32
26 #define HAVE_GRP_H 1
27 #endif
28 #define HAVE_INTTYPES_H 1
29 #define HAVE_LIMITS_H 1
30 #if !_WIN32
31 #define HAVE_LSTAT 1
32 #endif
33 #define HAVE_MEMORY_H 1
34 #define HAVE_MKTIME 1
35 //#define HAVE_NCURSES_H 1
36 #if !_WIN32
37 #define HAVE_PWD_H 1
38 #endif
39 #define HAVE_SETLOCALE 1
40 #define HAVE_SLEEP 1
41 #define HAVE_START_COLOR 1
42 #define HAVE_STDINT_H 1
43 #define HAVE_STDLIB_H 1
44 #define HAVE_STRDUP 1
45 #define HAVE_STRERROR 1
46 #define HAVE_STRINGS_H 1
47 #define HAVE_STRING_H 1
48 #define HAVE_SYS_STAT_H 1
49 #define HAVE_SYS_TYPES_H 1
50 #define HAVE_TERM_H 1
51 #define HAVE_TYPE_CHTYPE 1
52 #define HAVE_UNCTRL_H 1
53 #define HAVE_UNISTD_H 1
54 #define MIXEDCASE_FILENAMES 1
55 //#define NCURSES 1
56 #define NCURSES_OPAQUE 0
57 #define PACKAGE "cdk"
58 #define STDC_HEADERS 1
59 #define SYSTEM_NAME "linux-gnu"
60 #define TYPE_CHTYPE_IS_SCALAR 1
61 #define setbegyx(win,y,x) ((win)->_begy = (y), (win)->_begx = (x), OK)
62 
63 #if !defined(HAVE_LSTAT) && !defined(lstat)
64 #define lstat(f,b) stat(f,b)
65 #endif
66 
67 #endif /* CDK_CONFIG_H */
68