mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Add more flags which are missing in some platforms.
This commit is contained in:
parent
a501819e33
commit
4464ad2c79
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,12 @@
|
|||
"#endif"
|
||||
"#ifndef MSG_NOSIGNAL"
|
||||
"#define MSG_NOSIGNAL 0"
|
||||
"#endif"
|
||||
"#ifndef MSG_DONTWAIT"
|
||||
"#define MSG_DONTWAIT 0"
|
||||
"#endif"
|
||||
"#ifndef MSG_EOR"
|
||||
"#define MSG_EOR 0"
|
||||
"#endif")
|
||||
#+:wsock
|
||||
(clines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue