Make libcap mandatory when Linux capabilities are enabled
This commit is contained in:
12
config.h.in
12
config.h.in
@@ -317,9 +317,6 @@ int sigwait(const unsigned int *set, int *sig);
|
||||
/* Define to 1 if you have the `c' library (-lc). */
|
||||
#undef HAVE_LIBC
|
||||
|
||||
/* Define to 1 if you have the `cap' library (-lcap). */
|
||||
#undef HAVE_LIBCAP
|
||||
|
||||
/* if system have backtrace function */
|
||||
#undef HAVE_LIBCTRACE
|
||||
|
||||
@@ -347,18 +344,12 @@ int sigwait(const unsigned int *set, int *sig);
|
||||
/* Define if libxml2 was found */
|
||||
#undef HAVE_LIBXML2
|
||||
|
||||
/* Define to 1 if you have the <linux/capability.h> header file. */
|
||||
#undef HAVE_LINUX_CAPABILITY_H
|
||||
|
||||
/* Define to 1 if you have the <linux/netlink.h> header file. */
|
||||
#undef HAVE_LINUX_NETLINK_H
|
||||
|
||||
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
|
||||
#undef HAVE_LINUX_RTNETLINK_H
|
||||
|
||||
/* Define to 1 if you have the <linux/types.h> header file. */
|
||||
#undef HAVE_LINUX_TYPES_H
|
||||
|
||||
/* Define if lmdb was found */
|
||||
#undef HAVE_LMDB
|
||||
|
||||
@@ -626,6 +617,9 @@ int sigwait(const unsigned int *set, int *sig);
|
||||
/* the default value of dnssec-validation option */
|
||||
#undef VALIDATION_DEFAULT
|
||||
|
||||
/* define if you want to have Linux capabilities support */
|
||||
#undef WANT_LINUX_CAPABILITY
|
||||
|
||||
/* Define to enable very verbose query trace logging. */
|
||||
#undef WANT_QUERYTRACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user