mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2025-01-21 15:18:15 +08:00
Support WITH_CHROOT and WITH_USER.
They're strings; expand them from however they're defined in the CMake call.
This commit is contained in:
parent
636bbd91c3
commit
bdafcfbfb0
@ -286,10 +286,10 @@
|
||||
#cmakedefine USE_LIBSMI 1
|
||||
|
||||
/* define if should chroot when dropping privileges */
|
||||
#cmakedefine WITH_CHROOT 1
|
||||
#cmakedefine WITH_CHROOT "@WITH_CHROOT@"
|
||||
|
||||
/* define if should drop privileges by default */
|
||||
#cmakedefine WITH_USER 1
|
||||
#cmakedefine WITH_USER "@WITH_USER@"
|
||||
|
||||
/* define on AIX to get certain functions */
|
||||
#cmakedefine _SUN 1
|
||||
|
Loading…
Reference in New Issue
Block a user