summaryrefslogtreecommitdiff
path: root/include/sysconf.h.cmake
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-06 01:23:14 +0000
committerSadie Powell <sadie@witchery.services>2025-03-06 01:24:39 +0000
commit2091dc68bc0bbb8fe29c8123fd59f9f42dc22737 (patch)
treee68931a36731900e3e64deebc83171c4028c6c34 /include/sysconf.h.cmake
parent9926ac5a05ba741690f51a3265f2523a9e43a5c7 (diff)
Move REPRODUCIBLE_BUILD to sysconf.
Diffstat (limited to 'include/sysconf.h.cmake')
-rw-r--r--include/sysconf.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sysconf.h.cmake b/include/sysconf.h.cmake
index 71290dfca..fb6a87fcd 100644
--- a/include/sysconf.h.cmake
+++ b/include/sysconf.h.cmake
@@ -44,6 +44,9 @@
// Whether the umask() function is available.
#cmakedefine01 HAVE_UMASK
+// Whether Anope was built in a reproducible way.
+#cmakedefine01 REPRODUCIBLE_BUILD
+
#ifdef _WIN32
# define popen _popen
# define pclose _pclose