X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=builddeps%2Fscrypt-1.1.6%2Fscrypt_platform.h;fp=builddeps%2Fscrypt-1.1.6%2Fscrypt_platform.h;h=5cec2363134853eb4f7010edf7c577670f294446;hb=46a8b671b3c707db689868d9b6544d272aa711a7;hp=0000000000000000000000000000000000000000;hpb=e35e2482b85c6e7bbac334a8496472a8b7b0d170;p=blerg.git diff --git a/builddeps/scrypt-1.1.6/scrypt_platform.h b/builddeps/scrypt-1.1.6/scrypt_platform.h new file mode 100644 index 0000000..5cec236 --- /dev/null +++ b/builddeps/scrypt-1.1.6/scrypt_platform.h @@ -0,0 +1,12 @@ +#ifndef _SCRYPT_PLATFORM_H_ +#define _SCRYPT_PLATFORM_H_ + +#if defined(CONFIG_H_FILE) +#include CONFIG_H_FILE +#elif defined(HAVE_CONFIG_H) +#include "config.h" +#else +#error Need either CONFIG_H_FILE or HAVE_CONFIG_H defined. +#endif + +#endif /* !_SCRYPT_PLATFORM_H_ */