Deleted Added
full compact
config.h (159251) config.h (161634)
1/* config/config.h. Generated by configure. */
2/* config/config.h.in. Generated from configure.ac by autoheader. */
1/* config/config.h. Generated by configure. */
2/* config/config.h.in. Generated from configure.ac by autoheader. */
3/* $FreeBSD: head/contrib/openbsm/config/config.h 159251 2006-06-05 11:06:32Z rwatson $
3/* $FreeBSD: head/contrib/openbsm/config/config.h 161634 2006-08-26 08:12:17Z rwatson $
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
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
17/* Define to 1 if you have the <dlfcn.h> header file. */
18#define HAVE_DLFCN_H 1
19
20/* Define to 1 if you have the <endian.h> header file. */
21/* #undef HAVE_ENDIAN_H */
22
23/* Define to 1 if you have the `fork' function. */
24#define HAVE_FORK 1

--- 114 unchanged lines hidden (view full) ---

139
140/* Define to the address where bug reports for this package should be sent. */
141#define PACKAGE_BUGREPORT "trustedbsd-audit@TrustesdBSD.org"
142
143/* Define to the full name of this package. */
144#define PACKAGE_NAME "OpenBSM"
145
146/* Define to the full name and version of this package. */
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

--- 114 unchanged lines hidden (view full) ---

142
143/* Define to the address where bug reports for this package should be sent. */
144#define PACKAGE_BUGREPORT "trustedbsd-audit@TrustesdBSD.org"
145
146/* Define to the full name of this package. */
147#define PACKAGE_NAME "OpenBSM"
148
149/* Define to the full name and version of this package. */
147#define PACKAGE_STRING "OpenBSM 1.0a6"
150#define PACKAGE_STRING "OpenBSM 1.0a9"
148
149/* Define to the one symbol short name of this package. */
150#define PACKAGE_TARNAME "openbsm"
151
152/* Define to the version of this package. */
151
152/* Define to the one symbol short name of this package. */
153#define PACKAGE_TARNAME "openbsm"
154
155/* Define to the version of this package. */
153#define PACKAGE_VERSION "1.0a6"
156#define PACKAGE_VERSION "1.0a9"
154
155/* Define as the return type of signal handlers (`int' or `void'). */
156#define RETSIGTYPE void
157
158/* Define to 1 if you have the ANSI C header files. */
159#define STDC_HEADERS 1
160
161/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
162#define TIME_WITH_SYS_TIME 1
163
164/* Define to 1 if your <sys/time.h> declares `struct tm'. */
165/* #undef TM_IN_SYS_TIME */
166
167/* Version number of package */
157
158/* Define as the return type of signal handlers (`int' or `void'). */
159#define RETSIGTYPE void
160
161/* Define to 1 if you have the ANSI C header files. */
162#define STDC_HEADERS 1
163
164/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
165#define TIME_WITH_SYS_TIME 1
166
167/* Define to 1 if your <sys/time.h> declares `struct tm'. */
168/* #undef TM_IN_SYS_TIME */
169
170/* Version number of package */
168#define VERSION "1.0a6"
171#define VERSION "1.0a9"
169
170/* Define to empty if `const' does not conform to ANSI C. */
171/* #undef const */
172
173/* Define to `int' if <sys/types.h> doesn't define. */
174/* #undef gid_t */
175
176/* Define to rpl_malloc if the replacement function should be used. */

--- 13 unchanged lines hidden ---
172
173/* Define to empty if `const' does not conform to ANSI C. */
174/* #undef const */
175
176/* Define to `int' if <sys/types.h> doesn't define. */
177/* #undef gid_t */
178
179/* Define to rpl_malloc if the replacement function should be used. */

--- 13 unchanged lines hidden ---