NetworkManager/config.h.meson
Thomas Haller bbb1f5df2f
libnm: always build libnm with JSON validation
We anyway load libjansson with dlopen(), and already before it could
happen that libjansson is not available. In that case, we would not
crash, but simply proceed without json validation.

Since libnm-core no longer uses libjansson directly, but only via
"nm-glib-aux/nm-json.h", we can just always compile with that, and use
it at runtime. That means, libjansson is not a build dependency for
libnm anymore, so we don't need a compile time check.

Note that if you build without libjansson, then JANSSON_SONAME is
undefined, and loading it will still fail at runtime. So, even if
we now always build with all our code enabled, it only works if you
actually build with libjansson. Still, it's simpler to drop the
conditional build, as the only benefit is a (minimally) smaller
build.
2020-07-09 11:47:06 +02:00

255 lines
6.5 KiB
Plaintext

/* Define if building universal (internal helper macro) */
#mesondefine AC_APPLE_UNIVERSAL_BUILD
/* Define to path of dhclient binary */
#mesondefine DHCLIENT_PATH
/* Define to path of dhcpcanon binary */
#mesondefine DHCPCANON_PATH
/* Define to path of dhcpcd binary */
#mesondefine DHCPCD_PATH
/* Define to path of dnsmasq binary */
#mesondefine DNSMASQ_PATH
/* Define to path of unbound dnssec-trigger-script */
#mesondefine DNSSEC_TRIGGER_PATH
/* Gettext package */
#mesondefine GETTEXT_PACKAGE
/* Define to 1 if you have the declaration of `memfd_create', and to 0 if you
don't. */
#mesondefine HAVE_DECL_MEMFD_CREATE
/* Define to 1 if you have the declaration of `reallocarray', and to 0 if
you don't. */
#mesondefine HAVE_DECL_REALLOCARRAY
/* Define to 1 if you have the declaration of `explicit_bzero', and to 0 if
you don't. */
#mesondefine HAVE_DECL_EXPLICIT_BZERO
/* has getrandom */
#mesondefine HAVE_GETRANDOM
/* Define if you have libaudit support */
#mesondefine HAVE_LIBAUDIT
/* Define to 1 if libsystemd is available */
#mesondefine HAVE_LIBSYSTEMD
/* Define to 1 if you have the `secure_getenv' function. */
#mesondefine HAVE_SECURE_GETENV
/* Define if you have SELinux support */
#mesondefine HAVE_SELINUX
/* Define to 1 if you have the <sys/auxv.h> header file. */
#mesondefine HAVE_SYS_AUXV_H
/* Define if you have Linux Wireless Extensions support */
#mesondefine HAVE_WEXT
/* Define to 1 if you have the `__secure_getenv' function. */
#mesondefine HAVE___SECURE_GETENV
/* Enable Gentoo hostname persist method */
#mesondefine HOSTNAME_PERSIST_GENTOO
/* Enable Slackware hostname persist method */
#mesondefine HOSTNAME_PERSIST_SLACKWARE
/* Enable SuSE hostname persist method */
#mesondefine HOSTNAME_PERSIST_SUSE
/* Define to path of iptables binary */
#mesondefine IPTABLES_PATH
/* Define to path to the Jansson shared library */
#mesondefine JANSSON_SONAME
/* Define to path of the kernel firmware directory */
#mesondefine KERNEL_FIRMWARE_DIR
/* Mobile Broadband Service Provider Information Database location */
#mesondefine MOBILE_BROADBAND_PROVIDER_INFO_DATABASE
/* Path to netconfig */
#mesondefine NETCONFIG_PATH
/* The default value of the logging.audit configuration option */
#mesondefine NM_CONFIG_DEFAULT_LOGGING_AUDIT
/* Default configuration option for logging.backend */
#mesondefine NM_CONFIG_DEFAULT_LOGGING_BACKEND
/* The default value of the auth-polkit configuration option */
#mesondefine NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT
/* Default configuration option for main.dhcp setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_DHCP
/* Default configuration option for main.plugins setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_PLUGINS
/* Default value for main.rc-manager setting */
#mesondefine NM_CONFIG_DEFAULT_MAIN_RC_MANAGER
/* Define the distribution version string */
#mesondefine NM_DIST_VERSION
/* Define if more asserts are enabled */
#mesondefine NM_MORE_ASSERTS
/* Define if more debug logging is enabled */
#mesondefine NM_MORE_LOGGING
/* Define to the full name and version of this package. */
#mesondefine PACKAGE_STRING
/* Path to resolvconf */
#mesondefine RESOLVCONF_PATH
/* Define to 1 if ConsoleKit is available */
#mesondefine SESSION_TRACKING_CONSOLEKIT
/* Define to 1 if libelogin is available */
#mesondefine SESSION_TRACKING_ELOGIND
/* Define to 1 if libsystemd-login is available */
#mesondefine SESSION_TRACKING_SYSTEMD
/* The size of `pid_t', as computed by sizeof. */
#mesondefine SIZEOF_PID_T
/* The size of `uid_t', as computed by sizeof. */
#mesondefine SIZEOF_UID_T
/* The size of `gid_t', as computed by sizeof. */
#mesondefine SIZEOF_GID_T
/* The size of `dev_t', as computed by sizeof. */
#mesondefine SIZEOF_DEV_T
/* The size of `ino_t', as computed by sizeof. */
#mesondefine SIZEOF_INO_T
/* The size of `time_t', as computed by sizeof. */
#mesondefine SIZEOF_TIME_T
/* The size of `rlim_t', as computed by sizeof. */
#mesondefine SIZEOF_RLIM_T
/* Define to 1 to use ConsoleKit2 suspend api */
#mesondefine SUSPEND_RESUME_CONSOLEKIT
/* Define to 1 to use elogind suspend api */
#mesondefine SUSPEND_RESUME_ELOGIND
/* Define to 1 to use systemd suspend api */
#mesondefine SUSPEND_RESUME_SYSTEMD
/* Define to 1 to use UPower suspend api */
#mesondefine SUSPEND_RESUME_UPOWER
/* Define to 1 if libsystemd-journald is available */
#mesondefine SYSTEMD_JOURNAL
/* Define to path to system CA certificates */
#mesondefine SYSTEM_CA_PATH
/* Define python path for test binary */
#mesondefine TEST_NM_PYTHON
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* sys/random.h is usable */
#mesondefine USE_SYS_RANDOM_H
/* Version number of package */
#mesondefine VERSION
/* Define if you have Bluez 5 libraries */
#mesondefine WITH_BLUEZ5_DUN
/* Define if you want connectivity checking support */
#mesondefine WITH_CONCHECK
/* Define if you have dhclient */
#mesondefine WITH_DHCLIENT
/* Define if you have dhcpcanon */
#mesondefine WITH_DHCPCANON
/* Define if you have dhcpcd */
#mesondefine WITH_DHCPCD
/* Define if JANSSON is enabled */
#mesondefine WITH_JANSSON
/* Define if you have libpsl */
#mesondefine WITH_LIBPSL
/* Define if you have oFono support (experimental) */
#mesondefine WITH_OFONO
/* Define the polkit agent package prefix */
#mesondefine POLKIT_PACKAGE_PREFIX
/* Define if you have PPP support */
#mesondefine WITH_PPP
/* Define to path of pppd binary */
#mesondefine PPPD_PATH
/* Define if you have iwd support */
#mesondefine WITH_IWD
/* Define if NetworkManager uses a custom zone for shared mode */
#mesondefine WITH_FIREWALLD_ZONE
/* Define to 1 if on MINIX. */
#mesondefine _MINIX
/* Define whether the compiler support gcc __auto_type */
#mesondefine _NM_CC_SUPPORT_AUTO_TYPE
/* Define whether the compiler supports C11 _Generic() */
#mesondefine _NM_CC_SUPPORT_GENERIC
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#mesondefine _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#mesondefine _POSIX_SOURCE
#mesondefine HAVE_PIDFD_OPEN
#mesondefine HAVE_PIDFD_SEND_SIGNAL
#mesondefine HAVE_RT_SIGQUEUEINFO