mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
9 lines
201 B
C
9 lines
201 B
C
#define HAVE_IBV_DONTFORK_RANGE
|
|
#define HAVE_IBV_DOFORK_RANGE
|
|
#define HAVE_IBV_REGISTER_DRIVER
|
|
#define HAVE_IBV_READ_SYSFS_FILE
|
|
#ifdef __LP64__
|
|
#define SIZEOF_LONG 8
|
|
#else
|
|
#define SIZEOF_LONG 4
|
|
#endif
|