summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorOystein Eftevaag <oysteine@google.com>2023-02-10 20:36:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-02-10 20:36:54 +0000
commitc09f61a395931b109c2a15409b285a7b801c2a68 (patch)
treedc6c42b0486a718499f44207bac0580ff6964c26 /config.h
parentc3a5fc0e91d7b9cd3de426eef8d4ba17eac14eb7 (diff)
parent803fb345757447daba274b7398cf25384eb39867 (diff)
downloadscrypt-c09f61a395931b109c2a15409b285a7b801c2a68.tar.gz
Merge "Enable Windows host compilation of scrypt"
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 3514f39..c388856 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,9 @@
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `posix_memalign' function. */
+#ifndef _WIN32
#define HAVE_POSIX_MEMALIGN 1
+#endif
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1