/usr/include/libecap/common/autoconf.h is in libecap2-dev 0.2.0-1ubuntu4.
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 | #ifndef _SRC_LIBECAP_COMMON_AUTOCONF_H
#define _SRC_LIBECAP_COMMON_AUTOCONF_H 1
/* src/libecap/common/autoconf.h. Generated automatically at end of configure. */
/* src/libecap/common/ac-autoconf.h. Generated from ac-autoconf.h.in by configure. */
/* src/libecap/common/ac-autoconf.h.in. Generated from configure.in by autoheader. */
/* "build environment" */
#ifndef LIBECAP_CONFIG_HOST_TYPE
#define LIBECAP_CONFIG_HOST_TYPE "x86_64-pc-linux-gnu"
#endif
/* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef LIBECAP_HAVE_DLFCN_H
#define LIBECAP_HAVE_DLFCN_H 1
#endif
/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef LIBECAP_HAVE_INTTYPES_H
#define LIBECAP_HAVE_INTTYPES_H 1
#endif
/* Define to 1 if you have the <memory.h> header file. */
#ifndef LIBECAP_HAVE_MEMORY_H
#define LIBECAP_HAVE_MEMORY_H 1
#endif
/* Define to 1 if stdbool.h conforms to C99. */
#ifndef LIBECAP_HAVE_STDBOOL_H
#define LIBECAP_HAVE_STDBOOL_H 1
#endif
/* Define to 1 if you have the <stdint.h> header file. */
#ifndef LIBECAP_HAVE_STDINT_H
#define LIBECAP_HAVE_STDINT_H 1
#endif
/* Define to 1 if you have the <stdlib.h> header file. */
#ifndef LIBECAP_HAVE_STDLIB_H
#define LIBECAP_HAVE_STDLIB_H 1
#endif
/* Define to 1 if you have the <strings.h> header file. */
#ifndef LIBECAP_HAVE_STRINGS_H
#define LIBECAP_HAVE_STRINGS_H 1
#endif
/* Define to 1 if you have the <string.h> header file. */
#ifndef LIBECAP_HAVE_STRING_H
#define LIBECAP_HAVE_STRING_H 1
#endif
/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef LIBECAP_HAVE_SYS_STAT_H
#define LIBECAP_HAVE_SYS_STAT_H 1
#endif
/* Define to 1 if you have the <sys/types.h> header file. */
#ifndef LIBECAP_HAVE_SYS_TYPES_H
#define LIBECAP_HAVE_SYS_TYPES_H 1
#endif
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef LIBECAP_HAVE_UNISTD_H
#define LIBECAP_HAVE_UNISTD_H 1
#endif
/* Define to 1 if the system has the type `_Bool'. */
/* #undef LIBECAP_HAVE__BOOL */
/* "installation prefix" */
#ifndef LIBECAP_INSTALL_PREFIX
#define LIBECAP_INSTALL_PREFIX "/usr"
#endif
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#ifndef LIBECAP_LT_OBJDIR
#define LIBECAP_LT_OBJDIR ".libs/"
#endif
/* Name of package */
#ifndef LIBECAP_PACKAGE
#define LIBECAP_PACKAGE "libecap"
#endif
/* Define to the address where bug reports for this package should be sent. */
#ifndef LIBECAP_PACKAGE_BUGREPORT
#define LIBECAP_PACKAGE_BUGREPORT ""
#endif
/* Define to the full name of this package. */
#ifndef LIBECAP_PACKAGE_NAME
#define LIBECAP_PACKAGE_NAME "eCAP Library"
#endif
/* Define to the full name and version of this package. */
#ifndef LIBECAP_PACKAGE_STRING
#define LIBECAP_PACKAGE_STRING "eCAP Library 0.2.0"
#endif
/* Define to the one symbol short name of this package. */
#ifndef LIBECAP_PACKAGE_TARNAME
#define LIBECAP_PACKAGE_TARNAME "libecap"
#endif
/* Define to the home page for this package. */
#ifndef LIBECAP_PACKAGE_URL
#define LIBECAP_PACKAGE_URL ""
#endif
/* Define to the version of this package. */
#ifndef LIBECAP_PACKAGE_VERSION
#define LIBECAP_PACKAGE_VERSION "0.2.0"
#endif
/* Define to 1 if you have the ANSI C header files. */
#ifndef LIBECAP_STDC_HEADERS
#define LIBECAP_STDC_HEADERS 1
#endif
/* Version number of package */
#ifndef LIBECAP_VERSION
#define LIBECAP_VERSION "0.2.0"
#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef _libecap_const */
/* once: _SRC_LIBECAP_COMMON_AUTOCONF_H */
#endif
|