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 \
|
malloc \
|
||||||
memset \
|
memset \
|
||||||
memcpy \
|
memcpy \
|
||||||
|
mmap \
|
||||||
perror \
|
perror \
|
||||||
|
posix_memalign \
|
||||||
setrlimit \
|
setrlimit \
|
||||||
strnlen \
|
strnlen \
|
||||||
strnstr \
|
strnstr \
|
||||||
|
|||||||
@@ -82,6 +82,9 @@
|
|||||||
/* Define to 1 if you have the `memset' function. */
|
/* Define to 1 if you have the `memset' function. */
|
||||||
#undef HAVE_MEMSET
|
#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. */
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||||
#undef HAVE_NETINET_IN_H
|
#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