/usr/include/elektra/kdbconfig.h is in libelektra-dev 0.8.14-5.
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | /***************************************************************************
kdbconfig.h - Build system configuration
-------------------
begin : Apr 22 2010
copyright : (C) 2010 by Markus Raab
email : elektra@markus-raab.org
***************************************************************************/
/***************************************************************************
* *
* This header file is AUTO GENERATED. *
* Do not edit this file, otherwise your changes will be discarded in the *
* next cmake run. *
* *
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the BSD License (revised). *
* *
***************************************************************************/
#ifndef KDBCONFIG_H
#define KDBCONFIG_H
/**Below this directory the system configuration (system/) will be searched.*/
#define KDB_DB_SYSTEM "/etc/kdb"
/** Depending on the resolver this might be the
* postfix to search for user configuration. */
#define KDB_DB_USER ".config"
/** Prefix to search specification configuration (spec/). */
#define KDB_DB_SPEC "/usr/share/elektra/specification"
/** The folder to add for directory namespace */
#define KDB_DB_DIR ".dir"
/** Depending on the resolver this might be the root
* to search for user configuration. */
#define KDB_DB_HOME "/home"
#define KDB_DB_FILE "default.ecf"
#define KDB_DEFAULT_STORAGE "dump"
#define KDB_DEFAULT_RESOLVER "resolver"
#define ELEKTRA_PLUGINS "dump;resolver;sync;error;template;doc;ccode;fstab;csvstorage;lineendings;hexcode;hidden;ni;null;struct;tracer;counter;type;constants;noresolver;wresolver;ini;list;logchange;glob;hosts;iconv;network;path;enum;mathcheck;conditionals;keytometa;rename;syslog;uname;timeofday;simpleini;line;validation;regexstore;filecheck;resolver_fm_b_b;resolver_fm_hb_b;resolver_fm_hp_b;resolver_fm_ub_x;resolver_fm_xb_x;resolver_fm_xp_x;resolver_fm_xhp_x;resolver_fm_uhb_xb;yajl;dbus;tcl;xmltool;augeas;journald;jni;python;python2;lua;crypto"
#define ELEKTRA_TOOLS "kdb;gen;race;qt-gui"
/** Declares a parameter as unused. */
#define ELEKTRA_UNUSED __attribute__ ((unused))
/** Declares an API as deprecated. */
#define ELEKTRA_DEPRECATED __attribute__ ((deprecated))
#define BUILTIN_EXEC_FOLDER "/usr/lib/x86_64-linux-gnu/elektra/tool_exec"
#define BUILTIN_DATA_FOLDER "/usr/share/elektra/test_data"
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_MODE_T 4
#define HAVE_SIZEOF_LONG_LONG
#ifdef HAVE_SIZEOF_LONG_LONG
# define SIZEOF_LONG_LONG 8
#endif
#define HAVE_SIZEOF_LONG_DOUBLE
#ifdef HAVE_SIZEOF_LONG_DOUBLE
# define SIZEOF_LONG_DOUBLE 16
#endif
/* disable debug output messages */
#define DEBUG 0
#ifndef DEBUG
# define NDEBUG
#endif
/* disable verbose output messages */
#define VERBOSE 0
/* cmakedefine if your system has the `clearenv' function. */
#ifndef HAVE_CLEARENV
#define HAVE_CLEARENV
#endif
/* cmakedefine if your system has the <ctype.h> header file. */
#ifndef HAVE_CTYPE_H
#define HAVE_CTYPE_H
#endif
/* cmakedefine if your system has the <errno.h> header file. */
#ifndef HAVE_ERRNO_H
#define HAVE_ERRNO_H
#endif
/* cmakedefine if your system has the <locale.h> header file. */
#ifndef HAVE_LOCALE_H
#define HAVE_LOCALE_H
#endif
/* cmakedefine if your system has the `setenv' function. */
#ifndef HAVE_SETENV
#define HAVE_SETENV
#endif
/* cmakedefine if your system has the `futimens' function. */
#ifndef HAVE_FUTIMENS
#define HAVE_FUTIMENS
#endif
/* cmakedefine if your system has the `futimes' function. */
#ifndef HAVE_FUTIMES
#define HAVE_FUTIMES
#endif
/* cmakedefine if your system has the <stdio.h> header file. */
#ifndef HAVE_STDIO_H
#define HAVE_STDIO_H
#endif
/* cmakedefine if your system has the <stdlib.h> header file. */
#ifndef HAVE_STDLIB_H
#define HAVE_STDLIB_H
#endif
/* cmakedefine if your system has the <string.h> header file. */
#ifndef HAVE_STRING_H
#define HAVE_STRING_H
#endif
/* cmakedefine if your system has the <time.h> header file. */
#ifndef HAVE_TIME_H
#define HAVE_TIME_H
#endif
/* cmakedefine if your system has the <unistd.h> header file. */
#ifndef HAVE_UNISTD_H
#define HAVE_UNISTD_H
#endif
#endif
|