Created
August 28, 2012 15:20
-
-
Save reikje/3499027 to your computer and use it in GitHub Desktop.
Build Redis on cygwin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef __CYGWIN__ | |
| #ifndef SA_ONSTACK | |
| #define SA_ONSTACK 0x08000000 | |
| #endif | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wonder what this redis.c file should be located and how should it be used..