mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed includes and function checks for scrypt
This commit is contained in:
@@ -77,7 +77,9 @@ AC_CHECK_FUNCS( \
|
||||
malloc \
|
||||
memset \
|
||||
memcpy \
|
||||
mmap \
|
||||
perror \
|
||||
posix_memalign \
|
||||
setrlimit \
|
||||
strnlen \
|
||||
strnstr \
|
||||
|
||||
@@ -82,6 +82,9 @@
|
||||
/* Define to 1 if you have the `memset' function. */
|
||||
#undef HAVE_MEMSET
|
||||
|
||||
/* Define to 1 if you have the `mmap' function. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef _SCRYPT_PLATFORM_H_
|
||||
#define _SCRYPT_PLATFORM_H_
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#endif /* !_SCRYPT_PLATFORM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user