1 /* config/config.h. Generated from config.h.in by configure. */ 2 /* config/config.h.in. Generated from configure.ac by autoheader. */ 3 /* $FreeBSD$ */ 4 5 /* Define to 1 if you have the `alarm' function. */ 6 #define HAVE_ALARM 1 7 8 /* Define if audit system calls present */ 9 #define HAVE_AUDIT_SYSCALLS 10 11 /* Define to 1 if you have the `bzero' function. */ 12 #define HAVE_BZERO 1 13 14 /* Define to 1 if your system has a working `chown' function. */ 15 #define HAVE_CHOWN 1 16 17 /* Define to 1 if you have the `clock_gettime' function. */ 18 #define HAVE_CLOCK_GETTIME 1 19 20 /* Define to 1 if you have the <dlfcn.h> header file. */ 21 #define HAVE_DLFCN_H 1 22 23 /* Define to 1 if you have the <endian.h> header file. */ 24 /* #undef HAVE_ENDIAN_H */ 25 26 /* Define to 1 if you have the `fork' function. */ 27 #define HAVE_FORK 1 28 29 /* Define to 1 if you have the `ftruncate' function. */ 30 #define HAVE_FTRUNCATE 1 31 32 /* Define if queue.h includes LIST_FIRST */ 33 #define HAVE_FULL_QUEUE_H 34 35 /* Define to 1 if you have the `gettimeofday' function. */ 36 #define HAVE_GETTIMEOFDAY 1 37 38 /* Define to 1 if you have the `inet_ntoa' function. */ 39 #define HAVE_INET_NTOA 1 40 41 /* Define to 1 if you have the <inttypes.h> header file. */ 42 #define HAVE_INTTYPES_H 1 43 44 /* Define if ipc_perm.__key instead of key */ 45 /* #undef HAVE_IPC_PERM___KEY */ 46 47 /* Define if ipc_perm.__seq instead of seq */ 48 /* #undef HAVE_IPC_PERM___SEQ */ 49 50 /* Define to 1 if you have the <machine/endian.h> header file. */ 51 #define HAVE_MACHINE_ENDIAN_H 1 52 53 /* Define to 1 if you have the <mach/mach.h> header file. */ 54 /* #undef HAVE_MACH_MACH_H */ 55 56 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 57 to 0 otherwise. */ 58 #define HAVE_MALLOC 1 59 60 /* Define to 1 if you have the <memory.h> header file. */ 61 #define HAVE_MEMORY_H 1 62 63 /* Define to 1 if you have the `memset' function. */ 64 #define HAVE_MEMSET 1 65 66 /* Define to 1 if `stat' has the bug that it succeeds when given the 67 zero-length file name argument. */ 68 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 69 70 /* Define to 1 if you have the <stdint.h> header file. */ 71 #define HAVE_STDINT_H 1 72 73 /* Define to 1 if you have the <stdlib.h> header file. */ 74 #define HAVE_STDLIB_H 1 75 76 /* Define to 1 if you have the `strchr' function. */ 77 #define HAVE_STRCHR 1 78 79 /* Define to 1 if you have the `strerror' function. */ 80 #define HAVE_STRERROR 1 81 82 /* Define to 1 if you have the `strftime' function. */ 83 #define HAVE_STRFTIME 1 84 85 /* Define to 1 if you have the <strings.h> header file. */ 86 #define HAVE_STRINGS_H 1 87 88 /* Define to 1 if you have the <string.h> header file. */ 89 #define HAVE_STRING_H 1 90 91 /* Define to 1 if you have the `strlcat' function. */ 92 #define HAVE_STRLCAT 1 93 94 /* Define to 1 if you have the `strrchr' function. */ 95 #define HAVE_STRRCHR 1 96 97 /* Define to 1 if you have the `strstr' function. */ 98 #define HAVE_STRSTR 1 99 100 /* Define to 1 if you have the `strtol' function. */ 101 #define HAVE_STRTOL 1 102 103 /* Define to 1 if you have the `strtoul' function. */ 104 #define HAVE_STRTOUL 1 105 106 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 107 #define HAVE_STRUCT_STAT_ST_RDEV 1 108 109 /* Define to 1 if you have the <sys/endian.h> header file. */ 110 #define HAVE_SYS_ENDIAN_H 1 111 112 /* Define to 1 if you have the <sys/stat.h> header file. */ 113 #define HAVE_SYS_STAT_H 1 114 115 /* Define to 1 if you have the <sys/time.h> header file. */ 116 #define HAVE_SYS_TIME_H 1 117 118 /* Define to 1 if you have the <sys/types.h> header file. */ 119 #define HAVE_SYS_TYPES_H 1 120 121 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 122 #define HAVE_SYS_WAIT_H 1 123 124 /* Define to 1 if you have the <unistd.h> header file. */ 125 #define HAVE_UNISTD_H 1 126 127 /* Define to 1 if you have the `vfork' function. */ 128 #define HAVE_VFORK 1 129 130 /* Define to 1 if you have the <vfork.h> header file. */ 131 /* #undef HAVE_VFORK_H */ 132 133 /* Define to 1 if `fork' works. */ 134 #define HAVE_WORKING_FORK 1 135 136 /* Define to 1 if `vfork' works. */ 137 #define HAVE_WORKING_VFORK 1 138 139 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 140 slash. */ 141 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */ 142 143 /* Name of package */ 144 #define PACKAGE "OpenBSM" 145 146 /* Define to the address where bug reports for this package should be sent. */ 147 #define PACKAGE_BUGREPORT "trustedbsd-audit@TrustesdBSD.org" 148 149 /* Define to the full name of this package. */ 150 #define PACKAGE_NAME "OpenBSM" 151 152 /* Define to the full name and version of this package. */ 153 #define PACKAGE_STRING "OpenBSM 1.0" 154 155 /* Define to the one symbol short name of this package. */ 156 #define PACKAGE_TARNAME "openbsm" 157 158 /* Define to the version of this package. */ 159 #define PACKAGE_VERSION "1.0" 160 161 /* Define as the return type of signal handlers (`int' or `void'). */ 162 #define RETSIGTYPE void 163 164 /* Define to 1 if you have the ANSI C header files. */ 165 #define STDC_HEADERS 1 166 167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 168 #define TIME_WITH_SYS_TIME 1 169 170 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 171 /* #undef TM_IN_SYS_TIME */ 172 173 /* Version number of package */ 174 #define VERSION "1.0" 175 176 /* Define to empty if `const' does not conform to ANSI C. */ 177 /* #undef const */ 178 179 /* Define to `int' if <sys/types.h> doesn't define. */ 180 /* #undef gid_t */ 181 182 /* Define to rpl_malloc if the replacement function should be used. */ 183 /* #undef malloc */ 184 185 /* Define to `int' if <sys/types.h> does not define. */ 186 /* #undef pid_t */ 187 188 /* Define to `unsigned int' if <sys/types.h> does not define. */ 189 /* #undef size_t */ 190 191 /* Define to `int' if <sys/types.h> doesn't define. */ 192 /* #undef uid_t */ 193 194 /* Define as `fork' if `vfork' does not work. */ 195 /* #undef vfork */ 196