Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxcrypto/sha256crypt.c')
-rw-r--r--src/libs/zbxcrypto/sha256crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxcrypto/sha256crypt.c b/src/libs/zbxcrypto/sha256crypt.c
index 96c21c55b13..f61dedc47e9 100644
--- a/src/libs/zbxcrypto/sha256crypt.c
+++ b/src/libs/zbxcrypto/sha256crypt.c
@@ -12,7 +12,7 @@ Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
#elif defined(_WINDOWS) || defined(__MINGW32__)
/* Nothing to do in Windows */
#else
- #if defined(DUK_F_OLD_SOLARIS)
+ #if defined(ZBX_OLD_SOLARIS)
#include <sys/isa_defs.h>
#else
#include <machine/endian.h>