mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
14 lines
384 B
C
14 lines
384 B
C
/* $FreeBSD$ */
|
|
|
|
/* #undef HAVE_SYS_BYTEORDER_H */
|
|
/* #undef HAVE_AVAILABILITY_MACROS_H */
|
|
/* #undef HAVE_TARGET_CONDITIONALS_H */
|
|
/* #undef HAVE_LIBKERN_OSATOMIC_H */
|
|
|
|
#define HAVE_SYSCONF 1
|
|
|
|
/* #undef HAVE_OSATOMIC_COMPARE_AND_SWAP_INT */
|
|
/* #undef HAVE_OSATOMIC_COMPARE_AND_SWAP_LONG */
|
|
|
|
#define HAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT 1
|
|
#define HAVE_SYNC_BOOL_COMPARE_AND_SWAP_LONG 1
|