diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-01 12:36:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-01 12:36:59 -0400 |
commit | e802199cb3a2ebb4c09eaf4949e279acd3b46fc8 (patch) | |
tree | dd7f9967cc185487620e34692611f3d0b7b88a4b /src/win32 | |
parent | 9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed (diff) | |
download | tor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.tar.gz tor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.zip |
Initial patch to build Tor with msvc and nmake
We'll still need to tweak it so that it looks for includes and
libraries somewhere more sensible than "where we happened to find
them on Erinn's system"; so that tests and tools get built too;
so that it's a bit documented; and so that we actually try running
the output.
Work done with Erinn Clark.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index ed6da8eaef..cf493392ef 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -122,6 +122,7 @@ /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H @@ -234,3 +235,12 @@ /* Version number of package */ #define VERSION "0.2.3.2-alpha-dev" + + + +#define HAVE_STRUCT_SOCKADDR_IN6 +#define HAVE_STRUCT_IN6_ADDR +#define RSHIFT_DOES_SIGN_EXTEND +#define FLEXIBLE_ARRAY_MEMBER 0 +#define HAVE_EVENT2_EVENT_H +#define SHARE_DATADIR "" |