diff options
| author | Cory Fields <[email protected]> | 2013-05-27 19:55:01 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2013-09-05 21:31:03 -0400 |
| commit | 35b8af92265ed74de63c3818e5290c27b3f35df2 (patch) | |
| tree | 7cd074e2ba31ca9346d69922e312ebd3e7298711 /src/compat.h | |
| parent | Merge pull request #2944 from gavinandresen/acceptheader (diff) | |
| download | discoin-35b8af92265ed74de63c3818e5290c27b3f35df2.tar.xz discoin-35b8af92265ed74de63c3818e5290c27b3f35df2.zip | |
autotools: switch to autotools buildsystem
Diffstat (limited to 'src/compat.h')
| -rw-r--r-- | src/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compat.h b/src/compat.h index 4e98b46c1..9caf5e481 100644 --- a/src/compat.h +++ b/src/compat.h @@ -26,7 +26,6 @@ #endif #ifdef WIN32 -#define MSG_NOSIGNAL 0 #define MSG_DONTWAIT 0 #else typedef u_int SOCKET; |