1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 06:53:13 +02:00

Move REPRODUCIBLE_BUILD to sysconf.

This commit is contained in:
Sadie Powell
2025-03-06 01:23:14 +00:00
parent 9926ac5a05
commit 2091dc68bc
3 changed files with 7 additions and 6 deletions
+3
View File
@@ -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