diff options
author | Thomas Haller <thaller@redhat.com> | 2018-04-04 15:44:05 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-04 17:47:22 +0200 |
commit | c4048d4d90fda904e4ae8e68e35cb547c53cfce3 (patch) | |
tree | 3985566bde3ccaf8eff077963e3767bbfceca5a8 /config.h.meson | |
parent | 64708c3443d35a64740a445a3e64284de97cd4c8 (diff) | |
parent | 14098cbc0750ad591a8dbfc3944b258bfb62c2ba (diff) | |
download | NetworkManager-c4048d4d90fda904e4ae8e68e35cb547c53cfce3.tar.gz |
systemd: merge branch systemd into master
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 9720475238..12b35a66b9 100644 --- a/config.h.meson +++ b/config.h.meson @@ -25,6 +25,10 @@ /* Gettext package */ #mesondefine GETTEXT_PACKAGE +/* 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 |