libexplain
1.4.D001
|
00001 #ifndef LIBEXPLAIN_PUBLIC_CONFIG_H 00002 #define LIBEXPLAIN_PUBLIC_CONFIG_H 00003 00004 /* libexplain/config.h. Generated from config.h.in by configure. */ 00005 /* libexplain/config.h.in. Generated from etc/configure.ac by autoheader. */ 00006 00007 /* 00008 * libexplain - Explain errno values returned by libc functions 00009 * Copyright (C) 2008-2014 Peter Miller 00010 * 00011 * This program is free software; you can redistribute it and/or modify it 00012 * under the terms of the GNU Lesser General Public License as published by 00013 * the Free Software Foundation; either version 3 of the License, or (at your 00014 * option) any later version. 00015 * 00016 * This program is distributed in the hope that it will be useful, but WITHOUT 00017 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00018 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 00019 * more details. 00020 * 00021 * You should have received a copy of the GNU Lesser General Public License 00022 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00023 */ 00024 00025 00026 00027 /* Define this symbol if your system has <sys/types.h> and <linux/types.h> AND 00028 they can both be included in the same compilation unit in that order. */ 00029 #define LIBEXPLAIN_CAN_INLUDE_BOTH_sys_types_h_AND_linux_types_h 1 00030 00031 /* Define this symbol to the value of pathconf("/", _PC_NAME_MAX) if your 00032 system does not have a native NAME_MAX symbol defined in the <limits.h> or 00033 <sys/param.h> system include files. */ 00034 #define LIBEXPLAIN_CONF_NAME_MAX 255 00035 00036 /* Set this to be the absolute path of a Bourne shell which understands 00037 functions. */ 00038 #define LIBEXPLAIN_CONF_SHELL "/bin/sh" 00039 00040 /* Define this symbol to be the number of arguments required by the getmntent 00041 function. */ 00042 #define LIBEXPLAIN_GETMNTENT_NARGS 1 00043 00044 /* Define this symbol to be the number of arguments required by the getpgrp 00045 function. */ 00046 #define LIBEXPLAIN_GETPGRP_NARGS 0 00047 00048 /* Define to 1 if you have the `accept4' function. */ 00049 #define LIBEXPLAIN_HAVE_ACCEPT4 1 00050 00051 /* Define to 1 if you have the `acl_entries' function. */ 00052 #define LIBEXPLAIN_HAVE_ACL_ENTRIES 1 00053 00054 /* Define to 1 if you have the `acl_from_text' function. */ 00055 #define LIBEXPLAIN_HAVE_ACL_FROM_TEXT 1 00056 00057 /* Define to 1 if you have the `acl_get_fd' function. */ 00058 #define LIBEXPLAIN_HAVE_ACL_GET_FD 1 00059 00060 /* Define to 1 if you have the `acl_get_file' function. */ 00061 #define LIBEXPLAIN_HAVE_ACL_GET_FILE 1 00062 00063 /* Define to 1 if you have the <acl/libacl.h> header file. */ 00064 #define LIBEXPLAIN_HAVE_ACL_LIBACL_H 1 00065 00066 /* Define to 1 if you have the `acl_set_fd' function. */ 00067 #define LIBEXPLAIN_HAVE_ACL_SET_FD 1 00068 00069 /* Define to 1 if you have the `acl_set_file' function. */ 00070 #define LIBEXPLAIN_HAVE_ACL_SET_FILE 1 00071 00072 /* Define to 1 if you have the `acl_to_any_text' function. */ 00073 #define LIBEXPLAIN_HAVE_ACL_TO_ANY_TEXT 1 00074 00075 /* Define to 1 if you have the `acl_to_text' function. */ 00076 #define LIBEXPLAIN_HAVE_ACL_TO_TEXT 1 00077 00078 /* Define to 1 if you have the `adjtimex' function. */ 00079 #define LIBEXPLAIN_HAVE_ADJTIMEX 1 00080 00081 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00082 #define LIBEXPLAIN_HAVE_ARPA_INET_H 1 00083 00084 /* Define to 1 if you have the `asprintf' function. */ 00085 #define LIBEXPLAIN_HAVE_ASPRINTF 1 00086 00087 /* Define to 1 if you have the `atexit' function. */ 00088 #define LIBEXPLAIN_HAVE_ATEXIT 1 00089 00090 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ 00091 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_BLUETOOTH_H */ 00092 00093 /* Define to 1 if you have the <bluetooth/bnep.h> header file. */ 00094 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_BNEP_H */ 00095 00096 /* Define to 1 if you have the <bluetooth/cmtp.h> header file. */ 00097 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_CMTP_H */ 00098 00099 /* Define to 1 if you have the <bluetooth/hci.h> header file. */ 00100 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_HCI_H */ 00101 00102 /* Define to 1 if you have the <bluetooth/hidp.h> header file. */ 00103 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_HIDP_H */ 00104 00105 /* Define to 1 if you have the <bluetooth/rfcomm.h> header file. */ 00106 /* #undef LIBEXPLAIN_HAVE_BLUETOOTH_RFCOMM_H */ 00107 00108 /* Define to 1 if you have the `capget' function. */ 00109 #define LIBEXPLAIN_HAVE_CAPGET 1 00110 00111 /* Define to 1 if you have the `cap_get_proc' function. */ 00112 #define LIBEXPLAIN_HAVE_CAP_GET_PROC 1 00113 00114 /* Define to 1 if you have the `cfmakeraw' function. */ 00115 #define LIBEXPLAIN_HAVE_CFMAKERAW 1 00116 00117 /* Define to 1 if you have the `chmod' function. */ 00118 #define LIBEXPLAIN_HAVE_CHMOD 1 00119 00120 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 00121 don't. */ 00122 #define LIBEXPLAIN_HAVE_DECL_STRERROR_R 1 00123 00124 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you 00125 don't. */ 00126 #define LIBEXPLAIN_HAVE_DECL_STRSIGNAL 1 00127 00128 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 00129 don't. */ 00130 #define LIBEXPLAIN_HAVE_DECL_STRVERSCMP 1 00131 00132 /* Define to 1 if you have the declaration of `ustat', and to 0 if you don't. 00133 */ 00134 #define LIBEXPLAIN_HAVE_DECL_USTAT 1 00135 00136 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00137 */ 00138 #define LIBEXPLAIN_HAVE_DIRENT_H 1 00139 00140 /* Define to 1 if you have the `dirfd' function. */ 00141 #define LIBEXPLAIN_HAVE_DIRFD 1 00142 00143 /* Define to 1 if you have the `dladdr' function. */ 00144 #define LIBEXPLAIN_HAVE_DLADDR 1 00145 00146 /* Define to 1 if you have the <dlfcn.h> header file. */ 00147 #define LIBEXPLAIN_HAVE_DLFCN_H 1 00148 00149 /* Define to 1 if you have the `dlsym' function. */ 00150 #define LIBEXPLAIN_HAVE_DLSYM 1 00151 00152 /* Define to 1 if you have the `endgrent' function. */ 00153 #define LIBEXPLAIN_HAVE_ENDGRENT 1 00154 00155 /* Define to 1 if you have the `endmntent' function. */ 00156 #define LIBEXPLAIN_HAVE_ENDMNTENT 1 00157 00158 /* Define to 1 if you have the `eventfd' function. */ 00159 #define LIBEXPLAIN_HAVE_EVENTFD 1 00160 00161 /* Define to 1 if you have the `fchmod' function. */ 00162 #define LIBEXPLAIN_HAVE_FCHMOD 1 00163 00164 /* Define to 1 if you have the `fchmodat' function. */ 00165 #define LIBEXPLAIN_HAVE_FCHMODAT 1 00166 00167 /* Define to 1 if you have the `fchown' function. */ 00168 #define LIBEXPLAIN_HAVE_FCHOWN 1 00169 00170 /* Define to 1 if you have the `fchownat' function. */ 00171 #define LIBEXPLAIN_HAVE_FCHOWNAT 1 00172 00173 /* Define to 1 if you have the <fcntl.h> header file. */ 00174 #define LIBEXPLAIN_HAVE_FCNTL_H 1 00175 00176 /* Define to 1 if you have the `fdopendir' function. */ 00177 #define LIBEXPLAIN_HAVE_FDOPENDIR 1 00178 00179 /* Define to 1 if you have the <float.h> header file. */ 00180 #define LIBEXPLAIN_HAVE_FLOAT_H 1 00181 00182 /* Define to 1 if you have the `flock' function. */ 00183 #define LIBEXPLAIN_HAVE_FLOCK 1 00184 00185 /* Define to 1 if you have the `fseeko' function. */ 00186 #define LIBEXPLAIN_HAVE_FSEEKO 1 00187 00188 /* Define to 1 if you have the `fstatat' function. */ 00189 #define LIBEXPLAIN_HAVE_FSTATAT 1 00190 00191 /* Define to 1 if you have the `fstatfs' function. */ 00192 #define LIBEXPLAIN_HAVE_FSTATFS 1 00193 00194 /* Define to 1 if you have the `ftello' function. */ 00195 #define LIBEXPLAIN_HAVE_FTELLO 1 00196 00197 /* Define to 1 if you have the `ftime' function. */ 00198 #define LIBEXPLAIN_HAVE_FTIME 1 00199 00200 /* Define to 1 if you have the <ftw.h> header file. */ 00201 #define LIBEXPLAIN_HAVE_FTW_H 1 00202 00203 /* Define to 1 if you have the `futimens' function. */ 00204 #define LIBEXPLAIN_HAVE_FUTIMENS 1 00205 00206 /* Define to 1 if you have the `futimes' function. */ 00207 #define LIBEXPLAIN_HAVE_FUTIMES 1 00208 00209 /* Define to 1 if you have the `futimesat' function. */ 00210 #define LIBEXPLAIN_HAVE_FUTIMESAT 1 00211 00212 /* Define to 1 if you have the `getdomainname' function. */ 00213 #define LIBEXPLAIN_HAVE_GETDOMAINNAME 1 00214 00215 /* Define to 1 if you have the `getgrent' function. */ 00216 #define LIBEXPLAIN_HAVE_GETGRENT 1 00217 00218 /* Define to 1 if you have the `getgrouplist' function. */ 00219 #define LIBEXPLAIN_HAVE_GETGROUPLIST 1 00220 00221 /* Define to 1 if you have the `gethostbyname' function. */ 00222 #define LIBEXPLAIN_HAVE_GETHOSTBYNAME 1 00223 00224 /* Define to 1 if you have the `gethostid' function. */ 00225 #define LIBEXPLAIN_HAVE_GETHOSTID 1 00226 00227 /* Define to 1 if you have the `gethostname' function. */ 00228 #define LIBEXPLAIN_HAVE_GETHOSTNAME 1 00229 00230 /* Define to 1 if you have the `getmntent' function. */ 00231 #define LIBEXPLAIN_HAVE_GETMNTENT 1 00232 00233 /* Define to 1 if you have the `getmntinfo' function. */ 00234 /* #undef LIBEXPLAIN_HAVE_GETMNTINFO */ 00235 00236 /* Define to 1 if you have the <getopt.h> header file. */ 00237 #define LIBEXPLAIN_HAVE_GETOPT_H 1 00238 00239 /* Define to 1 if you have the `getopt_long' function. */ 00240 #define LIBEXPLAIN_HAVE_GETOPT_LONG 1 00241 00242 /* Define to 1 if you have the `getpagesize' function. */ 00243 #define LIBEXPLAIN_HAVE_GETPAGESIZE 1 00244 00245 /* Define to 1 if you have the `getpriority' function. */ 00246 #define LIBEXPLAIN_HAVE_GETPRIORITY 1 00247 00248 /* Define to 1 if you have the `getregid' function. */ 00249 /* #undef LIBEXPLAIN_HAVE_GETREGID */ 00250 00251 /* Define to 1 if you have the `getresgid' function. */ 00252 #define LIBEXPLAIN_HAVE_GETRESGID 1 00253 00254 /* Define to 1 if you have the `getresuid' function. */ 00255 #define LIBEXPLAIN_HAVE_GETRESUID 1 00256 00257 /* Define to 1 if you have the `getreuid' function. */ 00258 /* #undef LIBEXPLAIN_HAVE_GETREUID */ 00259 00260 /* Define to 1 if you have the `getrusage' function. */ 00261 #define LIBEXPLAIN_HAVE_GETRUSAGE 1 00262 00263 /* Define to 1 if you have the `gettext' function. */ 00264 #define LIBEXPLAIN_HAVE_GETTEXT 1 00265 00266 /* Define to 1 if you have the `hasmntopt' function. */ 00267 #define LIBEXPLAIN_HAVE_HASMNTOPT 1 00268 00269 /* Define to 1 if you have the `iconv_close' function. */ 00270 #define LIBEXPLAIN_HAVE_ICONV_CLOSE 1 00271 00272 /* Define to 1 if you have the <iconv.h> header file. */ 00273 #define LIBEXPLAIN_HAVE_ICONV_H 1 00274 00275 /* Define to 1 if you have the `iconv_open' function. */ 00276 #define LIBEXPLAIN_HAVE_ICONV_OPEN 1 00277 00278 /* Define this symbol if your C compiler has the inline keyword */ 00279 #define LIBEXPLAIN_HAVE_INLINE 1 00280 00281 /* Define to 1 if you have the <inttypes.h> header file. */ 00282 #define LIBEXPLAIN_HAVE_INTTYPES_H 1 00283 00284 /* Define to 1 if you have the `lchmod' function. */ 00285 /* #undef LIBEXPLAIN_HAVE_LCHMOD */ 00286 00287 /* Define to 1 if you have the `lchown' function. */ 00288 #define LIBEXPLAIN_HAVE_LCHOWN 1 00289 00290 /* Define to 1 if you have the `lchownat' function. */ 00291 /* #undef LIBEXPLAIN_HAVE_LCHOWNAT */ 00292 00293 /* Define to 1 if you have the `gettext' library (-lgettext). */ 00294 /* #undef LIBEXPLAIN_HAVE_LIBGETTEXT */ 00295 00296 /* Define to 1 if you have the `iconv' library (-liconv). */ 00297 /* #undef LIBEXPLAIN_HAVE_LIBICONV */ 00298 00299 /* Define to 1 if you have the `intl' library (-lintl). */ 00300 /* #undef LIBEXPLAIN_HAVE_LIBINTL */ 00301 00302 /* Define to 1 if you have the <libintl.h> header file. */ 00303 #define LIBEXPLAIN_HAVE_LIBINTL_H 1 00304 00305 /* Define to 1 if you have the <libio.h> header file. */ 00306 #define LIBEXPLAIN_HAVE_LIBIO_H 1 00307 00308 /* Define to 1 if you have the `m' library (-lm). */ 00309 #define LIBEXPLAIN_HAVE_LIBM 1 00310 00311 /* Define to 1 if you have the `socket' library (-lsocket). */ 00312 /* #undef LIBEXPLAIN_HAVE_LIBSOCKET */ 00313 00314 /* Define to 1 if you have the <libv4l1-videodev.h> header file. */ 00315 /* #undef LIBEXPLAIN_HAVE_LIBV4L1_VIDEODEV_H */ 00316 00317 /* Define to 1 if you have the <limits.h> header file. */ 00318 #define LIBEXPLAIN_HAVE_LIMITS_H 1 00319 00320 /* Define to 1 if you have the `linkat' function. */ 00321 #define LIBEXPLAIN_HAVE_LINKAT 1 00322 00323 /* Define to 1 if you have the <linux/apm_bios.h> header file. */ 00324 #define LIBEXPLAIN_HAVE_LINUX_APM_BIOS_H 1 00325 00326 /* Define to 1 if you have the <linux/arcfb.h> header file. */ 00327 #define LIBEXPLAIN_HAVE_LINUX_ARCFB_H 1 00328 00329 /* Define to 1 if you have the <linux/atalk.h> header file. */ 00330 #define LIBEXPLAIN_HAVE_LINUX_ATALK_H 1 00331 00332 /* Define to 1 if you have the <linux/ata.h> header file. */ 00333 /* #undef LIBEXPLAIN_HAVE_LINUX_ATA_H */ 00334 00335 /* Define to 1 if you have the <linux/atmarp.h> header file. */ 00336 #define LIBEXPLAIN_HAVE_LINUX_ATMARP_H 1 00337 00338 /* Define to 1 if you have the <linux/atmbr2684.h> header file. */ 00339 #define LIBEXPLAIN_HAVE_LINUX_ATMBR2684_H 1 00340 00341 /* Define to 1 if you have the <linux/atmclip.h> header file. */ 00342 #define LIBEXPLAIN_HAVE_LINUX_ATMCLIP_H 1 00343 00344 /* Define to 1 if you have the <linux/atmdev.h> header file. */ 00345 #define LIBEXPLAIN_HAVE_LINUX_ATMDEV_H 1 00346 00347 /* Define to 1 if you have the <linux/atmlec.h> header file. */ 00348 #define LIBEXPLAIN_HAVE_LINUX_ATMLEC_H 1 00349 00350 /* Define to 1 if you have the <linux/atmmpc.h> header file. */ 00351 #define LIBEXPLAIN_HAVE_LINUX_ATMMPC_H 1 00352 00353 /* Define to 1 if you have the <linux/atmsvc.h> header file. */ 00354 #define LIBEXPLAIN_HAVE_LINUX_ATMSVC_H 1 00355 00356 /* Define to 1 if you have the <linux/atm_eni.h> header file. */ 00357 #define LIBEXPLAIN_HAVE_LINUX_ATM_ENI_H 1 00358 00359 /* Define to 1 if you have the <linux/atm.h> header file. */ 00360 #define LIBEXPLAIN_HAVE_LINUX_ATM_H 1 00361 00362 /* Define to 1 if you have the <linux/atm_he.h> header file. */ 00363 #define LIBEXPLAIN_HAVE_LINUX_ATM_HE_H 1 00364 00365 /* Define to 1 if you have the <linux/atm_idt77105.h> header file. */ 00366 #define LIBEXPLAIN_HAVE_LINUX_ATM_IDT77105_H 1 00367 00368 /* Define to 1 if you have the <linux/atm_nicstar.h> header file. */ 00369 #define LIBEXPLAIN_HAVE_LINUX_ATM_NICSTAR_H 1 00370 00371 /* Define to 1 if you have the <linux/atm_tcp.h> header file. */ 00372 #define LIBEXPLAIN_HAVE_LINUX_ATM_TCP_H 1 00373 00374 /* Define to 1 if you have the <linux/atm_zatm.h> header file. */ 00375 #define LIBEXPLAIN_HAVE_LINUX_ATM_ZATM_H 1 00376 00377 /* Define to 1 if you have the <linux/auto_fs4.h> header file. */ 00378 #define LIBEXPLAIN_HAVE_LINUX_AUTO_FS4_H 1 00379 00380 /* Define to 1 if you have the <linux/auto_fs.h> header file. */ 00381 #define LIBEXPLAIN_HAVE_LINUX_AUTO_FS_H 1 00382 00383 /* Define to 1 if you have the <linux/blkpg.h> header file. */ 00384 #define LIBEXPLAIN_HAVE_LINUX_BLKPG_H 1 00385 00386 /* Define to 1 if you have the <linux/blktrace_api.h> header file. */ 00387 #define LIBEXPLAIN_HAVE_LINUX_BLKTRACE_API_H 1 00388 00389 /* Define to 1 if you have the <linux/capi.h> header file. */ 00390 #define LIBEXPLAIN_HAVE_LINUX_CAPI_H 1 00391 00392 /* Define to 1 if you have the <linux/cciss_ioctl.h> header file. */ 00393 #define LIBEXPLAIN_HAVE_LINUX_CCISS_IOCTL_H 1 00394 00395 /* Define to 1 if you have the <linux/cdk.h> header file. */ 00396 #define LIBEXPLAIN_HAVE_LINUX_CDK_H 1 00397 00398 /* Define to 1 if you have the <linux/cdrom.h> header file. */ 00399 #define LIBEXPLAIN_HAVE_LINUX_CDROM_H 1 00400 00401 /* Define to 1 if you have the <linux/chio.h> header file. */ 00402 #define LIBEXPLAIN_HAVE_LINUX_CHIO_H 1 00403 00404 /* Define to 1 if you have the <linux/cm206.h> header file. */ 00405 /* #undef LIBEXPLAIN_HAVE_LINUX_CM206_H */ 00406 00407 /* Define to 1 if you have the <linux/cm4000_cs.h> header file. */ 00408 #define LIBEXPLAIN_HAVE_LINUX_CM4000_CS_H 1 00409 00410 /* Define to 1 if you have the <linux/comstats.h> header file. */ 00411 #define LIBEXPLAIN_HAVE_LINUX_COMSTATS_H 1 00412 00413 /* Define to 1 if you have the <linux/cyclades.h> header file. */ 00414 #define LIBEXPLAIN_HAVE_LINUX_CYCLADES_H 1 00415 00416 /* Define to 1 if you have the <linux/dn.h> header file. */ 00417 #define LIBEXPLAIN_HAVE_LINUX_DN_H 1 00418 00419 /* Define to 1 if you have the <linux/dvb/audio.h> header file. */ 00420 #define LIBEXPLAIN_HAVE_LINUX_DVB_AUDIO_H 1 00421 00422 /* Define to 1 if you have the <linux/dvb/ca.h> header file. */ 00423 #define LIBEXPLAIN_HAVE_LINUX_DVB_CA_H 1 00424 00425 /* Define to 1 if you have the <linux/dvb/dmx.h> header file. */ 00426 #define LIBEXPLAIN_HAVE_LINUX_DVB_DMX_H 1 00427 00428 /* Define to 1 if you have the <linux/dvb/frontend.h> header file. */ 00429 #define LIBEXPLAIN_HAVE_LINUX_DVB_FRONTEND_H 1 00430 00431 /* Define to 1 if you have the <linux/dvb/net.h> header file. */ 00432 #define LIBEXPLAIN_HAVE_LINUX_DVB_NET_H 1 00433 00434 /* Define to 1 if you have the <linux/dvb/osd.h> header file. */ 00435 #define LIBEXPLAIN_HAVE_LINUX_DVB_OSD_H 1 00436 00437 /* Define to 1 if you have the <linux/dvb/video.h> header file. */ 00438 #define LIBEXPLAIN_HAVE_LINUX_DVB_VIDEO_H 1 00439 00440 /* Define to 1 if you have the <linux/ethtool.h> header file. */ 00441 #define LIBEXPLAIN_HAVE_LINUX_ETHTOOL_H 1 00442 00443 /* Define to 1 if you have the <linux/ext2_fs.h> header file. */ 00444 #define LIBEXPLAIN_HAVE_LINUX_EXT2_FS_H 1 00445 00446 /* Define to 1 if you have the <linux/fb.h> header file. */ 00447 #define LIBEXPLAIN_HAVE_LINUX_FB_H 1 00448 00449 /* Define to 1 if you have the <linux/fcntl.h> header file. */ 00450 #define LIBEXPLAIN_HAVE_LINUX_FCNTL_H 1 00451 00452 /* Define to 1 if you have the <linux/fd.h> header file. */ 00453 #define LIBEXPLAIN_HAVE_LINUX_FD_H 1 00454 00455 /* Define to 1 if you have the <linux/fiemap.h> header file. */ 00456 #define LIBEXPLAIN_HAVE_LINUX_FIEMAP_H 1 00457 00458 /* Define to 1 if you have the <linux/filter.h> header file. */ 00459 #define LIBEXPLAIN_HAVE_LINUX_FILTER_H 1 00460 00461 /* Define to 1 if you have the <linux/firewire-cdev.h> header file. */ 00462 #define LIBEXPLAIN_HAVE_LINUX_FIREWIRE_CDEV_H 1 00463 00464 /* Define to 1 if you have the <linux/fs.h> header file. */ 00465 #define LIBEXPLAIN_HAVE_LINUX_FS_H 1 00466 00467 /* Define to 1 if you have the <linux/hayesesp.h> header file. */ 00468 /* #undef LIBEXPLAIN_HAVE_LINUX_HAYESESP_H */ 00469 00470 /* Define to 1 if you have the <linux/hdreg.h> header file. */ 00471 #define LIBEXPLAIN_HAVE_LINUX_HDREG_H 1 00472 00473 /* Define to 1 if you have the <linux/hiddev.h> header file. */ 00474 #define LIBEXPLAIN_HAVE_LINUX_HIDDEV_H 1 00475 00476 /* Define to 1 if you have the <linux/hidraw.h> header file. */ 00477 #define LIBEXPLAIN_HAVE_LINUX_HIDRAW_H 1 00478 00479 /* Define to 1 if you have the <linux/hpet.h> header file. */ 00480 #define LIBEXPLAIN_HAVE_LINUX_HPET_H 1 00481 00482 /* Define to 1 if you have the <linux/i2o-dev.h> header file. */ 00483 #define LIBEXPLAIN_HAVE_LINUX_I2O_DEV_H 1 00484 00485 /* Define to 1 if you have the <linux/if_bonding.h> header file. */ 00486 #define LIBEXPLAIN_HAVE_LINUX_IF_BONDING_H 1 00487 00488 /* Define to 1 if you have the <linux/if_bridge.h> header file. */ 00489 #define LIBEXPLAIN_HAVE_LINUX_IF_BRIDGE_H 1 00490 00491 /* Define to 1 if you have the <linux/if_eql.h> header file. */ 00492 #define LIBEXPLAIN_HAVE_LINUX_IF_EQL_H 1 00493 00494 /* Define to 1 if you have the <linux/if_frad.h> header file. */ 00495 #define LIBEXPLAIN_HAVE_LINUX_IF_FRAD_H 1 00496 00497 /* Define to 1 if you have the <linux/if.h> header file. */ 00498 /* #undef LIBEXPLAIN_HAVE_LINUX_IF_H */ 00499 00500 /* Define to 1 if you have the <linux/if_pppox.h> header file. */ 00501 #define LIBEXPLAIN_HAVE_LINUX_IF_PPPOX_H 1 00502 00503 /* Define to 1 if you have the <linux/if_ppp.h> header file. */ 00504 /* #undef LIBEXPLAIN_HAVE_LINUX_IF_PPP_H */ 00505 00506 /* Define to 1 if you have the <linux/if_tun.h> header file. */ 00507 #define LIBEXPLAIN_HAVE_LINUX_IF_TUN_H 1 00508 00509 /* Define to 1 if you have the <linux/if_vlan.h> header file. */ 00510 #define LIBEXPLAIN_HAVE_LINUX_IF_VLAN_H 1 00511 00512 /* Define to 1 if you have the <linux/input.h> header file. */ 00513 #define LIBEXPLAIN_HAVE_LINUX_INPUT_H 1 00514 00515 /* Define to 1 if you have the <linux/ipmi.h> header file. */ 00516 #define LIBEXPLAIN_HAVE_LINUX_IPMI_H 1 00517 00518 /* Define to 1 if you have the <linux/ipv6.h> header file. */ 00519 #define LIBEXPLAIN_HAVE_LINUX_IPV6_H 1 00520 00521 /* Define to 1 if you have the <linux/irda.h> header file. */ 00522 #define LIBEXPLAIN_HAVE_LINUX_IRDA_H 1 00523 00524 /* Define to 1 if you have the <linux/isdn.h> header file. */ 00525 #define LIBEXPLAIN_HAVE_LINUX_ISDN_H 1 00526 00527 /* Define to 1 if you have the <linux/isdn_ppp.h> header file. */ 00528 #define LIBEXPLAIN_HAVE_LINUX_ISDN_PPP_H 1 00529 00530 /* Define to 1 if you have the <linux/ivtvfb.h> header file. */ 00531 #define LIBEXPLAIN_HAVE_LINUX_IVTVFB_H 1 00532 00533 /* Define to 1 if you have the <linux/joystick.h> header file. */ 00534 #define LIBEXPLAIN_HAVE_LINUX_JOYSTICK_H 1 00535 00536 /* Define to 1 if you have the <linux/kdev_t.h> header file. */ 00537 #define LIBEXPLAIN_HAVE_LINUX_KDEV_T_H 1 00538 00539 /* Define to 1 if you have the <linux/kd.h> header file. */ 00540 #define LIBEXPLAIN_HAVE_LINUX_KD_H 1 00541 00542 /* Define to 1 if you have the <linux/kvm.h> header file. */ 00543 #define LIBEXPLAIN_HAVE_LINUX_KVM_H 1 00544 00545 /* Define to 1 if you have the <linux/lp.h> header file. */ 00546 #define LIBEXPLAIN_HAVE_LINUX_LP_H 1 00547 00548 /* Define to 1 if you have the <linux/major.h> header file. */ 00549 #define LIBEXPLAIN_HAVE_LINUX_MAJOR_H 1 00550 00551 /* Define to 1 if you have the <linux/matroxfb.h> header file. */ 00552 #define LIBEXPLAIN_HAVE_LINUX_MATROXFB_H 1 00553 00554 /* Define to 1 if you have the <linux/mii.h> header file. */ 00555 #define LIBEXPLAIN_HAVE_LINUX_MII_H 1 00556 00557 /* Define to 1 if you have the <linux/mmtimer.h> header file. */ 00558 #define LIBEXPLAIN_HAVE_LINUX_MMTIMER_H 1 00559 00560 /* Define to 1 if you have the <linux/msdos_fs.h> header file. */ 00561 #define LIBEXPLAIN_HAVE_LINUX_MSDOS_FS_H 1 00562 00563 /* Define to 1 if you have the <linux/mtio.h> header file. */ 00564 #define LIBEXPLAIN_HAVE_LINUX_MTIO_H 1 00565 00566 /* Define to 1 if you have the <linux/nbd.h> header file. */ 00567 #define LIBEXPLAIN_HAVE_LINUX_NBD_H 1 00568 00569 /* Define to 1 if you have the <linux/ncp_fs.h> header file. */ 00570 #define LIBEXPLAIN_HAVE_LINUX_NCP_FS_H 1 00571 00572 /* Define to 1 if you have the <linux/netlink.h> header file. */ 00573 #define LIBEXPLAIN_HAVE_LINUX_NETLINK_H 1 00574 00575 /* Define to 1 if you have the <linux/net_tstamp.h> header file. */ 00576 #define LIBEXPLAIN_HAVE_LINUX_NET_TSTAMP_H 1 00577 00578 /* Define to 1 if you have the <linux/nvram.h> header file. */ 00579 #define LIBEXPLAIN_HAVE_LINUX_NVRAM_H 1 00580 00581 /* Define to 1 if you have the <linux/phantom.h> header file. */ 00582 #define LIBEXPLAIN_HAVE_LINUX_PHANTOM_H 1 00583 00584 /* Define to 1 if you have the <linux/pmu.h> header file. */ 00585 #define LIBEXPLAIN_HAVE_LINUX_PMU_H 1 00586 00587 /* Define to 1 if you have the <linux/ppdev.h> header file. */ 00588 #define LIBEXPLAIN_HAVE_LINUX_PPDEV_H 1 00589 00590 /* Define to 1 if you have the <linux/ppp-comp.h> header file. */ 00591 #define LIBEXPLAIN_HAVE_LINUX_PPP_COMP_H 1 00592 00593 /* Define to 1 if you have the <linux/ppp_defs.h> header file. */ 00594 #define LIBEXPLAIN_HAVE_LINUX_PPP_DEFS_H 1 00595 00596 /* Define to 1 if you have the <linux/radeonfb.h> header file. */ 00597 #define LIBEXPLAIN_HAVE_LINUX_RADEONFB_H 1 00598 00599 /* Define to 1 if you have the <linux/random.h> header file. */ 00600 #define LIBEXPLAIN_HAVE_LINUX_RANDOM_H 1 00601 00602 /* Define to 1 if you have the <linux/raw.h> header file. */ 00603 #define LIBEXPLAIN_HAVE_LINUX_RAW_H 1 00604 00605 /* Define to 1 if you have the <linux/reiserfs_fs.h> header file. */ 00606 #define LIBEXPLAIN_HAVE_LINUX_REISERFS_FS_H 1 00607 00608 /* Define to 1 if you have the <linux/rtc.h> header file. */ 00609 #define LIBEXPLAIN_HAVE_LINUX_RTC_H 1 00610 00611 /* Define to 1 if you have the <linux/scc.h> header file. */ 00612 #define LIBEXPLAIN_HAVE_LINUX_SCC_H 1 00613 00614 /* Define to 1 if you have the <linux/serial.h> header file. */ 00615 #define LIBEXPLAIN_HAVE_LINUX_SERIAL_H 1 00616 00617 /* Define to 1 if you have the <linux/serio.h> header file. */ 00618 #define LIBEXPLAIN_HAVE_LINUX_SERIO_H 1 00619 00620 /* Define to 1 if you have the <linux/smb_fs.h> header file. */ 00621 /* #undef LIBEXPLAIN_HAVE_LINUX_SMB_FS_H */ 00622 00623 /* Define to 1 if you have the <linux/socket.h> header file. */ 00624 #define LIBEXPLAIN_HAVE_LINUX_SOCKET_H 1 00625 00626 /* Define to 1 if you have the <linux/sockios.h> header file. */ 00627 #define LIBEXPLAIN_HAVE_LINUX_SOCKIOS_H 1 00628 00629 /* Define to 1 if you have the <linux/sonet.h> header file. */ 00630 #define LIBEXPLAIN_HAVE_LINUX_SONET_H 1 00631 00632 /* Define to 1 if you have the <linux/sonypi.h> header file. */ 00633 #define LIBEXPLAIN_HAVE_LINUX_SONYPI_H 1 00634 00635 /* Define to 1 if you have the <linux/spi/spidev.h> header file. */ 00636 #define LIBEXPLAIN_HAVE_LINUX_SPI_SPIDEV_H 1 00637 00638 /* Define to 1 if you have the <linux/suspend_ioctls.h> header file. */ 00639 #define LIBEXPLAIN_HAVE_LINUX_SUSPEND_IOCTLS_H 1 00640 00641 /* Define to 1 if you have the <linux/synclink.h> header file. */ 00642 #define LIBEXPLAIN_HAVE_LINUX_SYNCLINK_H 1 00643 00644 /* Define to 1 if you have the <linux/termios.h> header file. */ 00645 #define LIBEXPLAIN_HAVE_LINUX_TERMIOS_H 1 00646 00647 /* Define to 1 if you have the <linux/tiocl.h> header file. */ 00648 #define LIBEXPLAIN_HAVE_LINUX_TIOCL_H 1 00649 00650 /* Define to 1 if you have the <linux/types.h> header file. */ 00651 #define LIBEXPLAIN_HAVE_LINUX_TYPES_H 1 00652 00653 /* Define to 1 if you have the <linux/udf_fs_i.h> header file. */ 00654 #define LIBEXPLAIN_HAVE_LINUX_UDF_FS_I_H 1 00655 00656 /* Define to 1 if you have the <linux/uinput.h> header file. */ 00657 #define LIBEXPLAIN_HAVE_LINUX_UINPUT_H 1 00658 00659 /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */ 00660 #define LIBEXPLAIN_HAVE_LINUX_USBDEVICE_FS_H 1 00661 00662 /* Define to 1 if you have the <linux/usb/gadgetfs.h> header file. */ 00663 #define LIBEXPLAIN_HAVE_LINUX_USB_GADGETFS_H 1 00664 00665 /* Define to 1 if you have the <linux/usb/g_printer.h> header file. */ 00666 #define LIBEXPLAIN_HAVE_LINUX_USB_G_PRINTER_H 1 00667 00668 /* Define to 1 if you have the <linux/videodev2.h> header file. */ 00669 #define LIBEXPLAIN_HAVE_LINUX_VIDEODEV2_H 1 00670 00671 /* Define to 1 if you have the <linux/videodev.h> header file. */ 00672 /* #undef LIBEXPLAIN_HAVE_LINUX_VIDEODEV_H */ 00673 00674 /* Define to 1 if you have the <linux/video_decoder.h> header file. */ 00675 /* #undef LIBEXPLAIN_HAVE_LINUX_VIDEO_DECODER_H */ 00676 00677 /* Define to 1 if you have the <linux/video_encoder.h> header file. */ 00678 /* #undef LIBEXPLAIN_HAVE_LINUX_VIDEO_ENCODER_H */ 00679 00680 /* Define to 1 if you have the <linux/vt.h> header file. */ 00681 #define LIBEXPLAIN_HAVE_LINUX_VT_H 1 00682 00683 /* Define to 1 if you have the <linux/watchdog.h> header file. */ 00684 #define LIBEXPLAIN_HAVE_LINUX_WATCHDOG_H 1 00685 00686 /* Define to 1 if you have the <linux/x25.h> header file. */ 00687 #define LIBEXPLAIN_HAVE_LINUX_X25_H 1 00688 00689 /* Define this symbol if your system has the locale-gen(8) program. */ 00690 #define LIBEXPLAIN_HAVE_LOCALE_GEN_PROG 1 00691 00692 /* Define to 1 if you have the <locale.h> header file. */ 00693 #define LIBEXPLAIN_HAVE_LOCALE_H 1 00694 00695 /* Define this symbol if your system has the locale(1) program. */ 00696 #define LIBEXPLAIN_HAVE_LOCALE_PROG 1 00697 00698 /* Define to 1 if the system has the type `loff_t'. */ 00699 #define LIBEXPLAIN_HAVE_LOFF_T 1 00700 00701 /* Define to 1 if you support file names longer than 14 characters. */ 00702 #define LIBEXPLAIN_HAVE_LONG_FILE_NAMES 1 00703 00704 /* Define to 1 if you have the `lutime' function. */ 00705 /* #undef LIBEXPLAIN_HAVE_LUTIME */ 00706 00707 /* Define to 1 if you have the `lutimeat' function. */ 00708 /* #undef LIBEXPLAIN_HAVE_LUTIMEAT */ 00709 00710 /* Define to 1 if you have the `lutimens' function. */ 00711 /* #undef LIBEXPLAIN_HAVE_LUTIMENS */ 00712 00713 /* Define to 1 if you have the `lutimensat' function. */ 00714 /* #undef LIBEXPLAIN_HAVE_LUTIMENSAT */ 00715 00716 /* Define to 1 if you have the `lutimes' function. */ 00717 #define LIBEXPLAIN_HAVE_LUTIMES 1 00718 00719 /* Define to 1 if you have the `lutimesat' function. */ 00720 /* #undef LIBEXPLAIN_HAVE_LUTIMESAT */ 00721 00722 /* Define to 1 if you have the `mbrtowc' function. */ 00723 #define LIBEXPLAIN_HAVE_MBRTOWC 1 00724 00725 /* Define to 1 if you have the <memory.h> header file. */ 00726 #define LIBEXPLAIN_HAVE_MEMORY_H 1 00727 00728 /* Define if mincore exists and also works for non-mmap memory. */ 00729 #define LIBEXPLAIN_HAVE_MINCORE 1 00730 00731 /* Define to 1 if you have the `mkdtemp' function. */ 00732 #define LIBEXPLAIN_HAVE_MKDTEMP 1 00733 00734 /* Define to 1 if you have the `mkostemp' function. */ 00735 #define LIBEXPLAIN_HAVE_MKOSTEMP 1 00736 00737 /* Define to 1 if you have the `mmap' function. */ 00738 #define LIBEXPLAIN_HAVE_MMAP 1 00739 00740 /* Define to 1 if you have the <mntent.h> header file. */ 00741 #define LIBEXPLAIN_HAVE_MNTENT_H 1 00742 00743 /* Define to 1 if you have the `mount' function. */ 00744 #define LIBEXPLAIN_HAVE_MOUNT 1 00745 00746 /* Define to 1 if you have the `munmap' function. */ 00747 #define LIBEXPLAIN_HAVE_MUNMAP 1 00748 00749 /* Define to 1 if you have the `nanosleep' function. */ 00750 #define LIBEXPLAIN_HAVE_NANOSLEEP 1 00751 00752 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00753 /* #undef LIBEXPLAIN_HAVE_NDIR_H */ 00754 00755 /* Define to 1 if you have the <netash/ash.h> header file. */ 00756 #define LIBEXPLAIN_HAVE_NETASH_ASH_H 1 00757 00758 /* Define to 1 if you have the <netax25/ax25.h> header file. */ 00759 #define LIBEXPLAIN_HAVE_NETAX25_AX25_H 1 00760 00761 /* Define to 1 if you have the <netdb.h> header file. */ 00762 #define LIBEXPLAIN_HAVE_NETDB_H 1 00763 00764 /* Define to 1 if you have the <neteconet/ec.h> header file. */ 00765 #define LIBEXPLAIN_HAVE_NETECONET_EC_H 1 00766 00767 /* Define to 1 if you have the <netinet/in.h> header file. */ 00768 #define LIBEXPLAIN_HAVE_NETINET_IN_H 1 00769 00770 /* Define to 1 if you have the <netinet/in_var.h> header file. */ 00771 /* #undef LIBEXPLAIN_HAVE_NETINET_IN_VAR_H */ 00772 00773 /* Define to 1 if you have the <netipx/ipx.h> header file. */ 00774 #define LIBEXPLAIN_HAVE_NETIPX_IPX_H 1 00775 00776 /* Define to 1 if you have the <netiucv/iucv.h> header file. */ 00777 #define LIBEXPLAIN_HAVE_NETIUCV_IUCV_H 1 00778 00779 /* Define to 1 if you have the <netpacket/packet.h> header file. */ 00780 #define LIBEXPLAIN_HAVE_NETPACKET_PACKET_H 1 00781 00782 /* Define to 1 if you have the <netrom/netrom.h> header file. */ 00783 #define LIBEXPLAIN_HAVE_NETROM_NETROM_H 1 00784 00785 /* Define to 1 if you have the <netrose/rose.h> header file. */ 00786 #define LIBEXPLAIN_HAVE_NETROSE_ROSE_H 1 00787 00788 /* Define to 1 if you have the <net/ethernet.h> header file. */ 00789 #define LIBEXPLAIN_HAVE_NET_ETHERNET_H 1 00790 00791 /* Define to 1 if you have the <net/if_arp.h> header file. */ 00792 #define LIBEXPLAIN_HAVE_NET_IF_ARP_H 1 00793 00794 /* Define to 1 if you have the <net/if.h> header file. */ 00795 #define LIBEXPLAIN_HAVE_NET_IF_H 1 00796 00797 /* Define to 1 if you have the <net/if_ppp.h> header file. */ 00798 #define LIBEXPLAIN_HAVE_NET_IF_PPP_H 1 00799 00800 /* Define to 1 if you have the <net/if_var.h> header file. */ 00801 /* #undef LIBEXPLAIN_HAVE_NET_IF_VAR_H */ 00802 00803 /* Define to 1 if you have the <net/ppp-comp.h> header file. */ 00804 #define LIBEXPLAIN_HAVE_NET_PPP_COMP_H 1 00805 00806 /* Define to 1 if you have the <net/ppp_defs.h> header file. */ 00807 #define LIBEXPLAIN_HAVE_NET_PPP_DEFS_H 1 00808 00809 /* Define to 1 if you have the <net/route.h> header file. */ 00810 #define LIBEXPLAIN_HAVE_NET_ROUTE_H 1 00811 00812 /* Define to 1 if the system has the type `off_t'. */ 00813 #define LIBEXPLAIN_HAVE_OFF_T 1 00814 00815 /* Define to 1 if you have the `on_exit' function. */ 00816 #define LIBEXPLAIN_HAVE_ON_EXIT 1 00817 00818 /* Define to 1 if you have the `openat' function. */ 00819 #define LIBEXPLAIN_HAVE_OPENAT 1 00820 00821 /* Define to 1 if you have the `pipe2' function. */ 00822 #define LIBEXPLAIN_HAVE_PIPE2 1 00823 00824 /* Define to 1 if you have the `poll' function. */ 00825 #define LIBEXPLAIN_HAVE_POLL 1 00826 00827 /* Define to 1 if you have the <poll.h> header file. */ 00828 #define LIBEXPLAIN_HAVE_POLL_H 1 00829 00830 /* Define to 1 if you have the `ptrace' function. */ 00831 #define LIBEXPLAIN_HAVE_PTRACE 1 00832 00833 /* Define to 1 if you have the `putenv' function. */ 00834 #define LIBEXPLAIN_HAVE_PUTENV 1 00835 00836 /* Define to 1 if you have the <pwd.h> header file. */ 00837 #define LIBEXPLAIN_HAVE_PWD_H 1 00838 00839 /* Define to 1 if you have the `readv' function. */ 00840 #define LIBEXPLAIN_HAVE_READV 1 00841 00842 /* Define to 1 if you have the <regex.h> header file. */ 00843 #define LIBEXPLAIN_HAVE_REGEX_H 1 00844 00845 /* Define to 1 if you have the `remove' function. */ 00846 #define LIBEXPLAIN_HAVE_REMOVE 1 00847 00848 /* Define to 1 if you have the `setdomainname' function. */ 00849 #define LIBEXPLAIN_HAVE_SETDOMAINNAME 1 00850 00851 /* Define to 1 if you have the `setenv' function. */ 00852 #define LIBEXPLAIN_HAVE_SETENV 1 00853 00854 /* Define to 1 if you have the `setgrent' function. */ 00855 #define LIBEXPLAIN_HAVE_SETGRENT 1 00856 00857 /* Define to 1 if you have the `setlocale' function. */ 00858 #define LIBEXPLAIN_HAVE_SETLOCALE 1 00859 00860 /* Define to 1 if you have the `setmntent' function. */ 00861 #define LIBEXPLAIN_HAVE_SETMNTENT 1 00862 00863 /* Define to 1 if you have the `setpriority' function. */ 00864 #define LIBEXPLAIN_HAVE_SETPRIORITY 1 00865 00866 /* Define to 1 if you have the `setregid' function. */ 00867 #define LIBEXPLAIN_HAVE_SETREGID 1 00868 00869 /* Define to 1 if you have the `setresgid' function. */ 00870 #define LIBEXPLAIN_HAVE_SETRESGID 1 00871 00872 /* Define to 1 if you have the `setresuid' function. */ 00873 #define LIBEXPLAIN_HAVE_SETRESUID 1 00874 00875 /* Define to 1 if you have the `setreuid' function. */ 00876 #define LIBEXPLAIN_HAVE_SETREUID 1 00877 00878 /* Define to 1 if you have the `setsid' function. */ 00879 #define LIBEXPLAIN_HAVE_SETSID 1 00880 00881 /* Define to 1 if you have the `settimeofday' function. */ 00882 #define LIBEXPLAIN_HAVE_SETTIMEOFDAY 1 00883 00884 /* Define to 1 if you have the `shmat' function. */ 00885 #define LIBEXPLAIN_HAVE_SHMAT 1 00886 00887 /* Define to 1 if you have the `shmctl' function. */ 00888 #define LIBEXPLAIN_HAVE_SHMCTL 1 00889 00890 /* Define to 1 if you have the `signalfd' function. */ 00891 #define LIBEXPLAIN_HAVE_SIGNALFD 1 00892 00893 /* Define to 1 if the system has the type `sigset_t'. */ 00894 #define LIBEXPLAIN_HAVE_SIGSET_T 1 00895 00896 /* Define to 1 if you have the `sleep' function. */ 00897 #define LIBEXPLAIN_HAVE_SLEEP 1 00898 00899 /* Define to 1 if you have the `snprintf' function. */ 00900 #define LIBEXPLAIN_HAVE_SNPRINTF 1 00901 00902 /* Define to 1 if you have the `statfs' function. */ 00903 #define LIBEXPLAIN_HAVE_STATFS 1 00904 00905 /* Define to 1 if you have the <stddef.h> header file. */ 00906 #define LIBEXPLAIN_HAVE_STDDEF_H 1 00907 00908 /* Define to 1 if you have the <stdint.h> header file. */ 00909 #define LIBEXPLAIN_HAVE_STDINT_H 1 00910 00911 /* Define to 1 if you have the <stdio_ext.h> header file. */ 00912 #define LIBEXPLAIN_HAVE_STDIO_EXT_H 1 00913 00914 /* Define this symbol if your system <stdio.h> defines the off_t type. */ 00915 #define LIBEXPLAIN_HAVE_STDIO_OFF_T 1 00916 00917 /* Define to 1 if you have the <stdlib.h> header file. */ 00918 #define LIBEXPLAIN_HAVE_STDLIB_H 1 00919 00920 /* Define to 1 if you have the `stime' function. */ 00921 #define LIBEXPLAIN_HAVE_STIME 1 00922 00923 /* Define to 1 if you have the `strcasecmp' function. */ 00924 #define LIBEXPLAIN_HAVE_STRCASECMP 1 00925 00926 /* Define to 1 if you have the `strcoll' function. */ 00927 #define LIBEXPLAIN_HAVE_STRCOLL 1 00928 00929 /* Define to 1 if you have the `strerror' function. */ 00930 #define LIBEXPLAIN_HAVE_STRERROR 1 00931 00932 /* Define to 1 if you have the `strerror_r' function. */ 00933 #define LIBEXPLAIN_HAVE_STRERROR_R 1 00934 00935 /* Define to 1 if you have the <strings.h> header file. */ 00936 #define LIBEXPLAIN_HAVE_STRINGS_H 1 00937 00938 /* Define to 1 if you have the <string.h> header file. */ 00939 #define LIBEXPLAIN_HAVE_STRING_H 1 00940 00941 /* Define to 1 if you have the `strncasecmp' function. */ 00942 #define LIBEXPLAIN_HAVE_STRNCASECMP 1 00943 00944 /* Define to 1 if you have the `strndup' function. */ 00945 #define LIBEXPLAIN_HAVE_STRNDUP 1 00946 00947 /* Define to 1 if you have the `strnstr' function. */ 00948 /* #undef LIBEXPLAIN_HAVE_STRNSTR */ 00949 00950 /* Define to 1 if you have the `strsignal' function. */ 00951 #define LIBEXPLAIN_HAVE_STRSIGNAL 1 00952 00953 /* Define to 1 if you have the `strtof' function. */ 00954 #define LIBEXPLAIN_HAVE_STRTOF 1 00955 00956 /* Define to 1 if you have the `strtold' function. */ 00957 #define LIBEXPLAIN_HAVE_STRTOLD 1 00958 00959 /* Define this symbol if your system has <linux/serial.h> AND it defines 00960 struct serial_rs485. */ 00961 #define LIBEXPLAIN_HAVE_STRUCT_SERIAL_RS485 1 00962 00963 /* Define this symbol if your system has <linux/serial.h> AND it defines 00964 struct serial_rs485. */ 00965 #define LIBEXPLAIN_HAVE_STRUCT_SERIAL_RS485_delay_rts_after_send 1 00966 00967 /* Define to 1 if you have the `strverscmp' function. */ 00968 #define LIBEXPLAIN_HAVE_STRVERSCMP 1 00969 00970 /* Define to 1 if you have the <syslog.h> header file. */ 00971 #define LIBEXPLAIN_HAVE_SYSLOG_H 1 00972 00973 /* Define to 1 if you have the <sys/acl.h> header file. */ 00974 #define LIBEXPLAIN_HAVE_SYS_ACL_H 1 00975 00976 /* Define to 1 if you have the <sys/capability.h> header file. */ 00977 #define LIBEXPLAIN_HAVE_SYS_CAPABILITY_H 1 00978 00979 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00980 */ 00981 /* #undef LIBEXPLAIN_HAVE_SYS_DIR_H */ 00982 00983 /* Define to 1 if you have the <sys/eventfd.h> header file. */ 00984 #define LIBEXPLAIN_HAVE_SYS_EVENTFD_H 1 00985 00986 /* Define to 1 if you have the <sys/file.h> header file. */ 00987 #define LIBEXPLAIN_HAVE_SYS_FILE_H 1 00988 00989 /* Define to 1 if you have the <sys/filio.h> header file. */ 00990 /* #undef LIBEXPLAIN_HAVE_SYS_FILIO_H */ 00991 00992 /* Define to 1 if you have the <sys/ioccom.h> header file. */ 00993 /* #undef LIBEXPLAIN_HAVE_SYS_IOCCOM_H */ 00994 00995 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00996 #define LIBEXPLAIN_HAVE_SYS_IOCTL_H 1 00997 00998 /* Define to 1 if you have the <sys/mman.h> header file. */ 00999 #define LIBEXPLAIN_HAVE_SYS_MMAN_H 1 01000 01001 /* Define to 1 if you have the <sys/mntent.h> header file. */ 01002 /* #undef LIBEXPLAIN_HAVE_SYS_MNTENT_H */ 01003 01004 /* Define to 1 if you have the <sys/mnttab.h> header file. */ 01005 /* #undef LIBEXPLAIN_HAVE_SYS_MNTTAB_H */ 01006 01007 /* Define to 1 if you have the <sys/mount.h> header file. */ 01008 #define LIBEXPLAIN_HAVE_SYS_MOUNT_H 1 01009 01010 /* Define this symbol if your system <sys/mount.h> defines MS_MOVE. */ 01011 #define LIBEXPLAIN_HAVE_SYS_MOUNT_MS_MOVE 1 01012 01013 /* Define to 1 if you have the <sys/mtio.h> header file. */ 01014 #define LIBEXPLAIN_HAVE_SYS_MTIO_H 1 01015 01016 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 01017 */ 01018 /* #undef LIBEXPLAIN_HAVE_SYS_NDIR_H */ 01019 01020 /* Define to 1 if you have the <sys/param.h> header file. */ 01021 #define LIBEXPLAIN_HAVE_SYS_PARAM_H 1 01022 01023 /* Define to 1 if you have the <sys/ptrace.h> header file. */ 01024 #define LIBEXPLAIN_HAVE_SYS_PTRACE_H 1 01025 01026 /* Define to 1 if you have the <sys/raw.h> header file. */ 01027 #define LIBEXPLAIN_HAVE_SYS_RAW_H 1 01028 01029 /* Define to 1 if you have the <sys/resource.h> header file. */ 01030 #define LIBEXPLAIN_HAVE_SYS_RESOURCE_H 1 01031 01032 /* Define to 1 if you have the <sys/select.h> header file. */ 01033 #define LIBEXPLAIN_HAVE_SYS_SELECT_H 1 01034 01035 /* Define to 1 if you have the <sys/shm.h> header file. */ 01036 #define LIBEXPLAIN_HAVE_SYS_SHM_H 1 01037 01038 /* Define to 1 if you have the <sys/signalfd.h> header file. */ 01039 #define LIBEXPLAIN_HAVE_SYS_SIGNALFD_H 1 01040 01041 /* Define to 1 if you have the <sys/socket.h> header file. */ 01042 #define LIBEXPLAIN_HAVE_SYS_SOCKET_H 1 01043 01044 /* Define to 1 if you have the <sys/sockio.h> header file. */ 01045 /* #undef LIBEXPLAIN_HAVE_SYS_SOCKIO_H */ 01046 01047 /* Define to 1 if you have the <sys/statfs.h> header file. */ 01048 #define LIBEXPLAIN_HAVE_SYS_STATFS_H 1 01049 01050 /* Define to 1 if you have the <sys/statvfs.h> header file. */ 01051 #define LIBEXPLAIN_HAVE_SYS_STATVFS_H 1 01052 01053 /* Define to 1 if you have the <sys/stat.h> header file. */ 01054 #define LIBEXPLAIN_HAVE_SYS_STAT_H 1 01055 01056 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 01057 #define LIBEXPLAIN_HAVE_SYS_SYSMACROS_H 1 01058 01059 /* Define to 1 if you have the <sys/termios.h> header file. */ 01060 #define LIBEXPLAIN_HAVE_SYS_TERMIOS_H 1 01061 01062 /* Define to 1 if you have the <sys/termio.h> header file. */ 01063 /* #undef LIBEXPLAIN_HAVE_SYS_TERMIO_H */ 01064 01065 /* Define to 1 if you have the <sys/timeb.h> header file. */ 01066 #define LIBEXPLAIN_HAVE_SYS_TIMEB_H 1 01067 01068 /* Define to 1 if you have the <sys/timerfd.h> header file. */ 01069 #define LIBEXPLAIN_HAVE_SYS_TIMERFD_H 1 01070 01071 /* Define to 1 if you have the <sys/timex.h> header file. */ 01072 #define LIBEXPLAIN_HAVE_SYS_TIMEX_H 1 01073 01074 /* Define to 1 if you have the <sys/time.h> header file. */ 01075 #define LIBEXPLAIN_HAVE_SYS_TIME_H 1 01076 01077 /* Define to 1 if you have the <sys/ttycom.h> header file. */ 01078 /* #undef LIBEXPLAIN_HAVE_SYS_TTYCOM_H */ 01079 01080 /* Define to 1 if you have the <sys/types.h> header file. */ 01081 #define LIBEXPLAIN_HAVE_SYS_TYPES_H 1 01082 01083 /* Define this symbol if your system <sys/types.h> defines the off_t type. */ 01084 #define LIBEXPLAIN_HAVE_SYS_TYPES_OFF_T 1 01085 01086 /* Define to 1 if you have the <sys/uio.h> header file. */ 01087 #define LIBEXPLAIN_HAVE_SYS_UIO_H 1 01088 01089 /* Define to 1 if you have the <sys/un.h> header file. */ 01090 #define LIBEXPLAIN_HAVE_SYS_UN_H 1 01091 01092 /* Define to 1 if you have the <sys/user.h> header file. */ 01093 #define LIBEXPLAIN_HAVE_SYS_USER_H 1 01094 01095 /* Define to 1 if you have the <sys/ustat.h> header file. */ 01096 #define LIBEXPLAIN_HAVE_SYS_USTAT_H 1 01097 01098 /* Define to 1 if you have the <sys/utsname.h> header file. */ 01099 #define LIBEXPLAIN_HAVE_SYS_UTSNAME_H 1 01100 01101 /* Define to 1 if you have the <sys/vfs.h> header file. */ 01102 #define LIBEXPLAIN_HAVE_SYS_VFS_H 1 01103 01104 /* Define to 1 if you have the <sys/wait.h> header file. */ 01105 #define LIBEXPLAIN_HAVE_SYS_WAIT_H 1 01106 01107 /* Define to 1 if you have the `tcdrain' function. */ 01108 #define LIBEXPLAIN_HAVE_TCDRAIN 1 01109 01110 /* Define to 1 if you have the `tcflow' function. */ 01111 #define LIBEXPLAIN_HAVE_TCFLOW 1 01112 01113 /* Define to 1 if you have the `tcflush' function. */ 01114 #define LIBEXPLAIN_HAVE_TCFLUSH 1 01115 01116 /* Define to 1 if you have the `tcgetattr' function. */ 01117 #define LIBEXPLAIN_HAVE_TCGETATTR 1 01118 01119 /* Define to 1 if you have the `tcsendbreak' function. */ 01120 #define LIBEXPLAIN_HAVE_TCSENDBREAK 1 01121 01122 /* Define to 1 if you have the `tcsetattr' function. */ 01123 #define LIBEXPLAIN_HAVE_TCSETATTR 1 01124 01125 /* Define to 1 if you have the <termios.h> header file. */ 01126 #define LIBEXPLAIN_HAVE_TERMIOS_H 1 01127 01128 /* Define to 1 if you have the <termio.h> header file. */ 01129 #define LIBEXPLAIN_HAVE_TERMIO_H 1 01130 01131 /* Define to 1 if you have the `timerfd_create' function. */ 01132 #define LIBEXPLAIN_HAVE_TIMERFD_CREATE 1 01133 01134 /* Define to 1 if you have the <time.h> header file. */ 01135 #define LIBEXPLAIN_HAVE_TIME_H 1 01136 01137 /* Define to 1 if you have the `uname' function. */ 01138 #define LIBEXPLAIN_HAVE_UNAME 1 01139 01140 /* Define to 1 if you have the <unistd.h> header file. */ 01141 #define LIBEXPLAIN_HAVE_UNISTD_H 1 01142 01143 /* Define to 1 if you have the `unsetenv' function. */ 01144 #define LIBEXPLAIN_HAVE_UNSETENV 1 01145 01146 /* Define to 1 if you have the `usleep' function. */ 01147 #define LIBEXPLAIN_HAVE_USLEEP 1 01148 01149 /* Define to 1 if you have the `ustat' function. */ 01150 #define LIBEXPLAIN_HAVE_USTAT 1 01151 01152 /* Define to 1 if you have the <ustat.h> header file. */ 01153 #define LIBEXPLAIN_HAVE_USTAT_H 1 01154 01155 /* Define to 1 if you have the `utimens' function. */ 01156 /* #undef LIBEXPLAIN_HAVE_UTIMENS */ 01157 01158 /* Define to 1 if you have the `utimensat' function. */ 01159 #define LIBEXPLAIN_HAVE_UTIMENSAT 1 01160 01161 /* Define to 1 if you have the `utimes' function. */ 01162 #define LIBEXPLAIN_HAVE_UTIMES 1 01163 01164 /* Define to 1 if you have the <utime.h> header file. */ 01165 #define LIBEXPLAIN_HAVE_UTIME_H 1 01166 01167 /* Define this symbol to indicate the presence of the utsname domainname 01168 member. */ 01169 #define LIBEXPLAIN_HAVE_UTSNAME_DOMAINNAME 1 01170 01171 /* Define this symbol if your system as <linux/videodev2.h> AND it defines 01172 enum member V4L2_CTRL_TYPE_BITMASK. */ 01173 #define LIBEXPLAIN_HAVE_V4L2_CTRL_TYPE_BITMASK 1 01174 01175 /* Define this symbol if your system as <linux/videodev2.h> AND it defines 01176 enum member V4L2_CTRL_TYPE_STRING. */ 01177 #define LIBEXPLAIN_HAVE_V4L2_CTRL_TYPE_STRING 1 01178 01179 /* Define this symbol if your system as <linux/videodev2.h> AND it defines 01180 struct v4l2_dbg_register. */ 01181 #define LIBEXPLAIN_HAVE_V4L2_DBG_REGISTER 1 01182 01183 /* Define to 1 if you have the `vasprintf' function. */ 01184 #define LIBEXPLAIN_HAVE_VASPRINTF 1 01185 01186 /* Define to 1 if you have the `vsnprintf' function. */ 01187 #define LIBEXPLAIN_HAVE_VSNPRINTF 1 01188 01189 /* Define to 1 if you have the <wchar.h> header file. */ 01190 #define LIBEXPLAIN_HAVE_WCHAR_H 1 01191 01192 /* Define to 1 if you have the <wctype.h> header file. */ 01193 #define LIBEXPLAIN_HAVE_WCTYPE_H 1 01194 01195 /* Define to 1 if you have the `wcwidth' function. */ 01196 #define LIBEXPLAIN_HAVE_WCWIDTH 1 01197 01198 /* Define to 1 if you have the `writev' function. */ 01199 #define LIBEXPLAIN_HAVE_WRITEV 1 01200 01201 /* Define to 1 if you have the <_G_config.h> header file. */ 01202 #define LIBEXPLAIN_HAVE__G_CONFIG_H 1 01203 01204 /* Define to 1 if you have the `__fpurge' function. */ 01205 #define LIBEXPLAIN_HAVE___FPURGE 1 01206 01207 /* Define this symbol if your system as <linux/videodev2.h> AND it defines 01208 struct v4l2_hw_freq_seek to have a member called spacing. */ 01209 #define LIBEXPLAIN_HAVE_v4l2_hw_freq_seek_spacing 1 01210 01211 /* Define this symbol if your system has <linux/types.h> AND it defines struct 01212 ustat. */ 01213 /* #undef LIBEXPLAIN_LINUX_TYPES_H_STRUCT_USTAT */ 01214 01215 /* Define this symbol if your system has <linux/videodev2.h> AND it defines 01216 struct v4l2_buffer AND it has an 'input' member. */ 01217 #define LIBEXPLAIN_LINUX_VIDEODEV2_H_struct_v4l2_buffer_input 1 01218 01219 /* Define this symbol if your system is able to include <net/if.h> and 01220 <linux/if.h> in the compilation unit. */ 01221 /* #undef LIBEXPLAIN_NET_IF_LINUX_IF_PLAY_NICE */ 01222 01223 /* Define to the address where bug reports for this package should be sent. */ 01224 #define LIBEXPLAIN_PACKAGE_BUGREPORT "" 01225 01226 /* Define to the full name of this package. */ 01227 #define LIBEXPLAIN_PACKAGE_NAME "" 01228 01229 /* Define to the full name and version of this package. */ 01230 #define LIBEXPLAIN_PACKAGE_STRING "" 01231 01232 /* Define to the one symbol short name of this package. */ 01233 #define LIBEXPLAIN_PACKAGE_TARNAME "" 01234 01235 /* Define to the home page for this package. */ 01236 #define LIBEXPLAIN_PACKAGE_URL "" 01237 01238 /* Define to the version of this package. */ 01239 #define LIBEXPLAIN_PACKAGE_VERSION "" 01240 01241 /* Define this symbol if your system has files containing the command line 01242 each process in /proc/pid/cmdline */ 01243 #define LIBEXPLAIN_PROC_PID_CMDLINE 1 01244 01245 /* Define this symbol if your system has symbolic links containing the 01246 absolute path of the current directory of a process in /proc/pid/cwd */ 01247 #define LIBEXPLAIN_PROC_PID_CWD 1 01248 01249 /* Define this symbol if your system has symbolic links containing the 01250 absolute path of the executable of a process in /proc/pid/exe */ 01251 #define LIBEXPLAIN_PROC_PID_EXE 1 01252 01253 /* Define this symbol if your system has symbolic links containing the 01254 absolute path of open files in /proc/nnn/fd/nnn */ 01255 #define LIBEXPLAIN_PROC_PID_FD_N 1 01256 01257 /* Define this symbol if your system has symbolic links containing the 01258 absolute path of the executable of a process in /proc/pid/path/a.out */ 01259 /* #undef LIBEXPLAIN_PROC_PID_PATH_A_OUT */ 01260 01261 /* Define this symbol if your system has symbolic links containing the 01262 absolute path of the current directory of a process in /proc/pid/path/cwd 01263 */ 01264 /* #undef LIBEXPLAIN_PROC_PID_PATH_CWD */ 01265 01266 /* Define this symbol if your system has symbolic links containing the 01267 absolute path of open files in /proc/nnn/path/nnn */ 01268 /* #undef LIBEXPLAIN_PROC_PID_PATH_N */ 01269 01270 /* Define this symbol if your system has symbolic links containing the 01271 absolute path of the root directory of a process in /proc/pid/path/root */ 01272 /* #undef LIBEXPLAIN_PROC_PID_PATH_ROOT */ 01273 01274 /* Define this symbol if your system has symbolic links containing the 01275 absolute path of the root directory of a process in /proc/pid/root */ 01276 #define LIBEXPLAIN_PROC_PID_ROOT 1 01277 01278 /* Define this symbol if your system has symbolic link at /proc/self */ 01279 #define LIBEXPLAIN_PROC_SELF 1 01280 01281 /* Define as the return type of signal handlers (`int' or `void'). */ 01282 #define LIBEXPLAIN_RETSIGTYPE void 01283 01284 /* Define this symbol to be the number of arguments required by the setpgrp 01285 function. */ 01286 #define LIBEXPLAIN_SETPGRP_NARGS 0 01287 01288 /* The size of `int', as computed by sizeof. */ 01289 #define LIBEXPLAIN_SIZEOF_INT 4 01290 01291 /* The size of `long', as computed by sizeof. */ 01292 #define LIBEXPLAIN_SIZEOF_LONG 8 01293 01294 /* The size of `long long', as computed by sizeof. */ 01295 #define LIBEXPLAIN_SIZEOF_LONG_LONG 8 01296 01297 /* The size of `off_t', as computed by sizeof. */ 01298 #define LIBEXPLAIN_SIZEOF_OFF_T 8 01299 01300 /* The size of `ptrdiff_t', as computed by sizeof. */ 01301 #define LIBEXPLAIN_SIZEOF_PTRDIFF_T 8 01302 01303 /* The size of `size_t', as computed by sizeof. */ 01304 #define LIBEXPLAIN_SIZEOF_SIZE_T 8 01305 01306 /* The size of `ssize_t', as computed by sizeof. */ 01307 #define LIBEXPLAIN_SIZEOF_SSIZE_T 8 01308 01309 /* The size of `time_t', as computed by sizeof. */ 01310 #define LIBEXPLAIN_SIZEOF_TIME_T 8 01311 01312 /* The size of `void *', as computed by sizeof. */ 01313 #define LIBEXPLAIN_SIZEOF_VOID_P 8 01314 01315 /* Define to the number of arguments for the statfs function. */ 01316 #define LIBEXPLAIN_STATFS_NARGS 2 01317 01318 /* Define to 1 if you have the ANSI C header files. */ 01319 #define LIBEXPLAIN_STDC_HEADERS 1 01320 01321 /* Define to 1 if strerror_r returns char *. */ 01322 #define LIBEXPLAIN_STRERROR_R_CHAR_P 1 01323 01324 /* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND 01325 one of them defines struct user_fpregs_struct. */ 01326 #define LIBEXPLAIN_SYS_PTRACE_USER_FPREGS_STRUCT 1 01327 01328 /* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND 01329 one of them defines struct user_fpxregs_struct. */ 01330 /* #undef LIBEXPLAIN_SYS_PTRACE_USER_FPXREGS_STRUCT */ 01331 01332 /* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND 01333 one of them defines struct user_regs_struct. */ 01334 #define LIBEXPLAIN_SYS_PTRACE_USER_REGS_STRUCT 1 01335 01336 /* Define this symbol if your system has <sys/shm.h> AND it defines struct 01337 ipc_perm AND it has a __key member. */ 01338 #define LIBEXPLAIN_SYS_SHM_H_struct_ipc_perm_underscore_key 1 01339 01340 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 01341 #define LIBEXPLAIN_TIME_WITH_SYS_TIME 1 01342 01343 /* Enable extensions on AIX 3, Interix. */ 01344 #ifndef _ALL_SOURCE 01345 # define _ALL_SOURCE 1 01346 #endif 01347 /* Enable GNU extensions on systems that have them. */ 01348 #ifndef _GNU_SOURCE 01349 # define _GNU_SOURCE 1 01350 #endif 01351 /* Enable threading extensions on Solaris. */ 01352 #ifndef _POSIX_PTHREAD_SEMANTICS 01353 # define _POSIX_PTHREAD_SEMANTICS 1 01354 #endif 01355 /* Enable extensions on HP NonStop. */ 01356 #ifndef _TANDEM_SOURCE 01357 # define _TANDEM_SOURCE 1 01358 #endif 01359 /* Enable general extensions on Solaris. */ 01360 #ifndef __EXTENSIONS__ 01361 # define __EXTENSIONS__ 1 01362 #endif 01363 01364 01365 /* Define this symbol as itself if your system has <linux/videodev2.h> and it 01366 defines V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE as an enum member. */ 01367 #define LIBEXPLAIN_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE 01368 01369 /* Define this symbol as itself if your system has <linux/videodev2.h> and it 01370 defines V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE as an enum member. */ 01371 #define LIBEXPLAIN_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE 01372 01373 /* Define this symbol to 1 if va_list type is compatible with const void *. */ 01374 #define LIBEXPLAIN_VA_LIST_VOID_STAR 1 01375 01376 /* Number of bits in a file offset, on hosts where this is settable. */ 01377 /* #undef LIBEXPLAIN__FILE_OFFSET_BITS */ 01378 01379 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 01380 /* #undef LIBEXPLAIN__LARGEFILE_SOURCE */ 01381 01382 /* Define for large files, on AIX-style hosts. */ 01383 /* #undef LIBEXPLAIN__LARGE_FILES */ 01384 01385 /* Define to 1 if on MINIX. */ 01386 /* #undef LIBEXPLAIN__MINIX */ 01387 01388 /* File listing canonical interesting mount points. */ 01389 #define LIBEXPLAIN__PATH_MNTTAB "/etc/fstab" 01390 01391 /* File listing currently active mount points. */ 01392 #define LIBEXPLAIN__PATH_MOUNTED "/etc/mtab" 01393 01394 /* Define to 2 if the system does not provide POSIX.1 features except with 01395 this defined. */ 01396 /* #undef LIBEXPLAIN__POSIX_1_SOURCE */ 01397 01398 /* Define to 1 if you need to in order for `stat' and other things to work. */ 01399 /* #undef LIBEXPLAIN__POSIX_SOURCE */ 01400 01401 /* Define to empty if `const' does not conform to ANSI C. */ 01402 /* #undef LIBEXPLAIN_const */ 01403 01404 /* Define to `__inline__' or `__inline' if that's what the C compiler 01405 calls it, or to nothing if 'inline' is not supported under any name. */ 01406 #ifndef __cplusplus 01407 /* #undef LIBEXPLAIN_inline */ 01408 #endif 01409 01410 /* Define to `unsigned int' if <sys/types.h> does not define. */ 01411 /* #undef LIBEXPLAIN_size_t */ 01412 01413 01414 /* 01415 * There is more to do, but we need to insulate it from config.status, 01416 * because it screws up the #undef LIBEXPLAIN_lines. They are all implications of 01417 * the above information, so there is no need for you to edit the file, 01418 * if you are configuring libexplain manually. 01419 */ 01420 #include <libexplain/config.messy.h> 01421 01422 01423 #endif /* LIBEXPLAIN_PUBLIC_CONFIG_H */