Home | History | Annotate | Download | only in include
      1 /* include/config.h.default.
      2    A semi-sane set of defaults for more recent Linux platforms. Please tailor
      3    to meet your needs.
      4  */
      5 
      6 /* Define to 1 if you have the new implementation of quotactl that only
      7    requires sys/types.h and sys/quota.h */
      8 #define HAS_NEW_MINIMAL_QUOTACTL 1
      9 
     10 /* Define to 1 if you have the RHEL ~4.6 version of quotactl, e.g. require
     11    linux/quota.h instead of sys/quota.h */
     12 #undef HAS_RHEL46_QUOTACTL
     13 
     14 /* Define to 1 if you have the RHEL 4.8+ version of quotactl, e.g. require
     15    sys/quota.h */
     16 #define HAS_RHEL48_QUOTACTL
     17 
     18 /* Define to 1 if you have the <asm/ldt.h> header file. */
     19 #undef HAVE_ASM_LDT_H
     20 
     21 /* Define to 1 if you have the <attr/xattr.h> header file. */
     22 #undef HAVE_ATTR_XATTR_H
     23 
     24 /* Define to 1 if you have the declaration of `CAP_BSET_DROP', and to 0 if you
     25    don't. */
     26 #undef HAVE_DECL_CAP_BSET_DROP
     27 
     28 /* Define to 1 if you have the declaration of `CAP_BSET_READ', and to 0 if you
     29    don't. */
     30 #undef HAVE_DECL_CAP_BSET_READ
     31 
     32 /* Define to 1 if you have the declaration of `cap_compare', and to 0 if you
     33    don't. */
     34 #undef HAVE_DECL_CAP_COMPARE
     35 
     36 /* Define to 1 if you have the declaration of `cap_free', and to 0 if you
     37    don't. */
     38 #undef HAVE_DECL_CAP_FREE
     39 
     40 /* Define to 1 if you have the declaration of `cap_from_text', and to 0 if you
     41    don't. */
     42 #undef HAVE_DECL_CAP_FROM_TEXT
     43 
     44 /* Define to 1 if you have the declaration of `cap_get_proc', and to 0 if you
     45    don't. */
     46 #undef HAVE_DECL_CAP_GET_PROC
     47 
     48 /* Define to 1 if you have the declaration of `cap_set_file', and to 0 if you
     49    don't. */
     50 #undef HAVE_DECL_CAP_SET_FILE
     51 
     52 /* Define to 1 if you have the declaration of `cap_set_flag', and to 0 if you
     53    don't. */
     54 #undef HAVE_DECL_CAP_SET_FLAG
     55 
     56 /* Define to 1 if you have the declaration of `cap_set_proc', and to 0 if you
     57    don't. */
     58 #undef HAVE_DECL_CAP_SET_PROC
     59 
     60 /* Define to 1 if you have the declaration of `cap_to_text', and to 0 if you
     61    don't. */
     62 #undef HAVE_DECL_CAP_TO_TEXT
     63 
     64 /* Define to 1 if you have the declaration of `PR_CAPBSET_READ', and to 0 if
     65    you don't. */
     66 #undef HAVE_DECL_PR_CAPBSET_READ
     67 
     68 /* Define to 1 if you have the declaration of `PTRACE_GETSIGINFO', and to 0 if
     69    you don't. */
     70 #define HAVE_DECL_PTRACE_GETSIGINFO 1
     71 
     72 /* Define to 1 if you have the declaration of `PTRACE_O_TRACEVFORKDONE', and
     73    to 0 if you don't. */
     74 #define HAVE_DECL_PTRACE_O_TRACEVFORKDONE 1
     75 
     76 /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
     77    you don't. */
     78 #undef HAVE_DECL_PTRACE_SETOPTIONS
     79 
     80 /* Define to 1 if you have the <dmapi.h> header file. */
     81 #undef HAVE_DMAPI_H
     82 
     83 /* Define to 1 if you have the <ifaddrs.h> header file. */
     84 #define HAVE_IFADDRS_H 1
     85 
     86 /* Define to 1 if you have the <inttypes.h> header file. */
     87 #define HAVE_INTTYPES_H 1
     88 
     89 /* Define to 1 if you have the `io_set_eventfd' function. */
     90 #undef HAVE_IO_SET_EVENTFD
     91 
     92 /* Define to 1 if you have the <libaio.h> header file. */
     93 #undef HAVE_LIBAIO_H
     94 
     95 /* Define to 1 if you have both SELinux libraries and headers. */
     96 #undef HAVE_LIBSELINUX_DEVEL
     97 
     98 /* Define to 1 if you have the <linux/genetlink.h> header file. */
     99 #undef HAVE_LINUX_GENETLINK_H
    100 
    101 /* Define to 1 if you have the <linux/module.h> header file. */
    102 #undef HAVE_LINUX_MODULE_H
    103 
    104 /* Define to 1 if you have the <linux/netlink.h> header file. */
    105 #undef HAVE_LINUX_NETLINK_H
    106 
    107 /* Define to 1 if you have the <linux/ptrace.h> header file. */
    108 #undef HAVE_LINUX_PTRACE_H
    109 
    110 /* Define to 1 if you have the <linux/signalfd.h> header file. */
    111 #undef HAVE_LINUX_SIGNALFD_H
    112 
    113 /* Define to 1 if you have the <linux/taskstats.h> header file. */
    114 #undef HAVE_LINUX_TASKSTATS_H
    115 
    116 /* Define to 1 if you have the <linux/types.h> header file. */
    117 #undef HAVE_LINUX_TYPES_H
    118 
    119 /* Define to 1 if you have the <memory.h> header file. */
    120 #undef HAVE_MEMORY_H
    121 
    122 /* Define to 1 if you have the <mm.h> header file. */
    123 #undef HAVE_MM_H
    124 
    125 /* Define to 1 if you have the `modify_ldt' function. */
    126 #undef HAVE_MODIFY_LDT
    127 
    128 /* 2.6 version of swapon/swapoff */
    129 #define HAVE_NEW_SWAPONOFF 1
    130 
    131 /* Define to 1 if you have the `numa_alloc_onnode' function. */
    132 #undef HAVE_NUMA_ALLOC_ONNODE
    133 
    134 /* Define to 1 if you have the <numa.h> header file. */
    135 #undef HAVE_NUMA_H
    136 
    137 /* 2.4 version of swapon/swapoff */
    138 #undef HAVE_OLD_SWAPONOFF
    139 
    140 /* Define to 1 if you have the <openssl/sha.h> header file. */
    141 #undef HAVE_OPENSSL_SHA_H
    142 
    143 /* Define to 1 if you have the <pthread.h> header file. */
    144 #undef HAVE_PTHREAD_H
    145 
    146 /* Define to 1 if you have the <selinux/selinux.h> header file. */
    147 #undef HAVE_SELINUX_SELINUX_H
    148 
    149 /* Define to 1 if you have the `signalfd' function. */
    150 #define HAVE_SIGNALFD 1
    151 
    152 /* Define to 1 if you have the <signalfd.h> header file. */
    153 #define HAVE_SIGNALFD_H 1
    154 
    155 /* Define to 1 if you have the <stdint.h> header file. */
    156 #undef HAVE_STDINT_H
    157 
    158 /* Define to 1 if you have the <stdlib.h> header file. */
    159 #define HAVE_STDLIB_H 1
    160 
    161 /* Define to 1 if you have the <strings.h> header file. */
    162 #define HAVE_STRINGS_H 1
    163 
    164 /* Define to 1 if you have the <string.h> header file. */
    165 #define HAVE_STRING_H 1
    166 
    167 /* Define to 1 if the system has the type `struct modify_ldt_ldt_s'. */
    168 #undef HAVE_STRUCT_MODIFY_LDT_LDT_S
    169 
    170 /* Define to 1 if the system has the type `struct ptrace_peeksiginfo_args'. */
    171 #undef HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS
    172 
    173 /* Define to 1 if `signo' is member of `struct signalfd_siginfo'. */
    174 #undef HAVE_STRUCT_SIGNALFD_SIGINFO_SIGNO
    175 
    176 /* Define to 1 if `ssi_signo' is member of `struct signalfd_siginfo'. */
    177 #undef HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO
    178 
    179 /* Define to 1 if `freepages_count' is member of `struct taskstats'. */
    180 #undef HAVE_STRUCT_TASKSTATS_FREEPAGES_COUNT
    181 
    182 /* Define to 1 if `nvcsw' is member of `struct taskstats'. */
    183 #undef HAVE_STRUCT_TASKSTATS_NVCSW
    184 
    185 /* Define to 1 if `read_bytes' is member of `struct taskstats'. */
    186 #undef HAVE_STRUCT_TASKSTATS_READ_BYTES
    187 
    188 /* Define to 1 if the system has the type `struct user_desc'. */
    189 #undef HAVE_STRUCT_USER_DESC
    190 
    191 /* Define to 1 if you have the <sys/acl.h> header file. */
    192 #define HAVE_SYS_ACL_H 1
    193 
    194 /* Define to 1 if you have the <sys/capability.h> header file. */
    195 #define HAVE_SYS_CAPABILITY_H 1
    196 
    197 /* Define to 1 if you have the <sys/epoll.h> header file. */
    198 #define HAVE_SYS_EPOLL_H 1
    199 
    200 /* Define to 1 if you have the <sys/inotify.h> header file. */
    201 #define HAVE_SYS_INOTIFY_H 1
    202 
    203 /* Define to 1 if you have the <sys/jfsdmapi.h> header file. */
    204 #undef HAVE_SYS_JFSDMAPI_H
    205 
    206 /* Define to 1 if you have the <sys/prctl.h> header file. */
    207 #undef HAVE_SYS_PRCTL_H
    208 
    209 /* Define to 1 if you have the <sys/signalfd.h> header file. */
    210 #undef HAVE_SYS_SIGNALFD_H
    211 
    212 /* Define to 1 if you have the <sys/stat.h> header file. */
    213 #define HAVE_SYS_STAT_H 1
    214 
    215 /* Define to 1 if you have the <sys/types.h> header file. */
    216 #define HAVE_SYS_TYPES_H 1
    217 
    218 /* Define to 1 if you have the <unistd.h> header file. */
    219 #define HAVE_UNISTD_H 1
    220 
    221 /* Define to 1 if you have the `unshare' function. */
    222 #undef HAVE_UNSHARE
    223 
    224 /* Name of package */
    225 #undef PACKAGE
    226 
    227 /* Define to the address where bug reports for this package should be sent. */
    228 #undef PACKAGE_BUGREPORT
    229 
    230 /* Define to the full name of this package. */
    231 #undef PACKAGE_NAME
    232 
    233 /* Define to the full name and version of this package. */
    234 #undef PACKAGE_STRING
    235 
    236 /* Define to the one symbol short name of this package. */
    237 #undef PACKAGE_TARNAME
    238 
    239 /* Define to the version of this package. */
    240 #undef PACKAGE_VERSION
    241 
    242 /* Define to 1 if you have the ANSI C header files. */
    243 #define STDC_HEADERS 1
    244 
    245 /* Version number of package */
    246 #undef VERSION
    247 
    248 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    249    `char[]'. */
    250 #undef YYTEXT_POINTER
    251 
    252 /*
    253  * vim: syntax=c
    254  */
    255