blob: 3ab2001b18efc828385496b8cd9e96cb7e2b61ce (
plain)
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
|
/*
* $Id: config.hin,v 1.1.1.1 2001/01/04 19:58:46 garbled Exp $
*/
#ifndef CDK_CONFIG_H
#define CDK_CONFIG_H 1
#undef HAVE_DIRENT_H
#undef HAVE_GETCWD
#undef HAVE_GETOPT_H
#undef HAVE_GETOPT_HEADER
#undef HAVE_LIBXT
#undef HAVE_LIB_XAW
#undef HAVE_LIMITS_H
#undef HAVE_LSTAT
#undef HAVE_MKTIME
#undef HAVE_NCURSES_H
#undef HAVE_RADIXSORT
#undef HAVE_START_COLOR
#undef HAVE_STDLIB_H
#undef HAVE_STRDUP
#undef HAVE_STRERROR
#undef HAVE_TYPE_CHTYPE
#undef HAVE_UNISTD_H
#undef NCURSES
#define RETSIGTYPE @RETSIGTYPE@
#undef STDC_HEADERS
#define SYSTEM_NAME @SYSTEM_NAME@
#undef TYPE_CHTYPE_IS_SCALAR
#if !defined(HAVE_LSTAT) && !defined(lstat)
#define lstat(f,b) stat(f,b)
#endif
#endif /* CDK_CONFIG_H */
|