diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:36:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:36:48 -0500 |
commit | 4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496 (patch) | |
tree | c7f7ed82a87c1bc8c396689e5954fab6207da451 /src/win32 | |
parent | 2123f0a2f932f991a5209358a3aae183700c71ab (diff) | |
parent | 5f7df92571ec5a2d1eddb257e22f5489acc4fc83 (diff) | |
download | tor-4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496.tar.gz tor-4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496.zip |
Merge remote-tracking branch 'public/bug18184'
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 0c02b19de1..407ffc00fc 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -220,9 +220,6 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS -/* Define to 1 if time_t is signed. */ -#define TIME_T_IS_SIGNED - /* Define to 1 iff unaligned int access is allowed */ #define UNALIGNED_INT_ACCESS_OK |