diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-14 23:53:52 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-15 09:16:38 -0500 |
commit | 4298ac9305d89cadf90ebb01f0e85bb74fea2c1e (patch) | |
tree | e58171fce41da919e0005b167fab19185c4d002d /include/compat/limits.h | |
parent | 1dd79f5d8f617afdb0f5d51ac0278d7b4f84b82f (diff) | |
download | portable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.tar.gz portable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.tar.bz2 portable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.zip |
include timegm fallback
Diffstat (limited to 'include/compat/limits.h')
-rw-r--r-- | include/compat/limits.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/compat/limits.h b/include/compat/limits.h index ca96125..18cabf1 100644 --- a/include/compat/limits.h +++ b/include/compat/limits.h | |||
@@ -3,9 +3,6 @@ | |||
3 | * limits.h compatibility shim | 3 | * limits.h compatibility shim |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef LIBCRYPTOCOMPAT_LIMITS_H | ||
7 | #define LIBCRYPTOCOMPAT_LIMITS_H | ||
8 | |||
9 | #ifdef _MSC_VER | 6 | #ifdef _MSC_VER |
10 | #if _MSC_VER >= 1900 | 7 | #if _MSC_VER >= 1900 |
11 | #include <../ucrt/limits.h> | 8 | #include <../ucrt/limits.h> |
@@ -22,5 +19,3 @@ | |||
22 | #define PATH_MAX MAXPATHLEN | 19 | #define PATH_MAX MAXPATHLEN |
23 | #endif | 20 | #endif |
24 | #endif | 21 | #endif |
25 | |||
26 | #endif | ||