]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Define HAVE_CONFIG_H
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 3 Aug 2023 17:08:21 +0000 (19:08 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:31 +0000 (13:28 +0100)
meson.build

index ca41d4c728b12ca2cdbe257774fa3a3fa4011725..1dc276e55873c6ecbf523079b4e5f6f1a0983747 100644 (file)
@@ -18,6 +18,7 @@ summary('Build Dir', meson.current_build_dir(), section: 'Build')
 fs = import('fs')
 
 # Create the configuration object and dependencies list.
+add_global_arguments('-DHAVE_CONFIG_H')
 conf = configuration_data()
 deps = []