projects
/
blerg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove /unsubscribe from htaccess config
[blerg.git]
/
builddeps
/
scrypt-1.1.6
/
scrypt_platform.h
1
#ifndef _SCRYPT_PLATFORM_H_
2
#define _SCRYPT_PLATFORM_H_
3
4
#if defined(CONFIG_H_FILE)
5
#include CONFIG_H_FILE
6
#elif defined(HAVE_CONFIG_H)
7
#include "config.h"
8
#else
9
#error Need either CONFIG_H_FILE or HAVE_CONFIG_H defined.
10
#endif
11
12
#endif /* !_SCRYPT_PLATFORM_H_ */