From c8b79bf686113c3418d8d65ff0a1920da2b409bc Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 14 Nov 2013 16:35:32 -0500 Subject: initial commit --- scrypt-1.1.6/scrypt_platform.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scrypt-1.1.6/scrypt_platform.h (limited to 'scrypt-1.1.6/scrypt_platform.h') diff --git a/scrypt-1.1.6/scrypt_platform.h b/scrypt-1.1.6/scrypt_platform.h new file mode 100644 index 0000000..5cec236 --- /dev/null +++ b/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_ */ -- cgit v1.2.3