/usr/include/cdk/cdk_config.h is in libcdk5-dev 5.0.20060507-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | /* include/cdk_config.h. Generated automatically by configure. */
/*
* $Id: config.hin,v 1.2 2000/01/17 14:48:19 tom Exp $
*/
#ifndef CDK_CONFIG_H
#define CDK_CONFIG_H 1
#define CDK_CC_HAS_PROTOS 1
#define CDK_PATCHDATE 20060507
#define CDK_VERSION "5.0"
#define CDK_HAVE_CURSES_H 1
#define CDK_HAVE_CURSES_H 1
#define CDK_HAVE_DIRENT_H 1
#define CDK_HAVE_GETBEGX 1
#define CDK_HAVE_GETBEGY 1
#define CDK_HAVE_GETCWD 1
#define CDK_HAVE_GETMAXX 1
#define CDK_HAVE_GETMAXY 1
#define CDK_HAVE_GETOPT_H 1
#define CDK_HAVE_GETOPT_HEADER 1
#define CDK_HAVE_LIMITS_H 1
#define CDK_HAVE_LSTAT 1
#define CDK_HAVE_MKTIME 1
#define CDK_HAVE_SETLOCALE 1
#define CDK_HAVE_START_COLOR 1
#define CDK_HAVE_STRDUP 1
#define CDK_HAVE_STRERROR 1
#define CDK_HAVE_TERM_H 1
#define CDK_HAVE_TYPE_CHTYPE 1
#define CDK_HAVE_UNISTD_H 1
#define CDK_MIXEDCASE_FILENAMES 1
#define CDK_NCURSES 1
#define CDK_PACKAGE "cdk"
#define CDK_STDC_HEADERS 1
#define CDK_SYSTEM_NAME "linux-gnu"
#define CDK_TYPE_CHTYPE_IS_SCALAR 1
#define setbegyx(win,y,x) ((win)->_begy = (y), (win)->_begx = (x), OK)
#if !defined(CDK_HAVE_LSTAT) && !defined(lstat)
#define lstat(f,b) stat(f,b)
#endif
#endif /* CDK_CONFIG_H */
|