summaryrefslogtreecommitdiff
path: root/nix-test/src/const.c
diff options
context:
space:
mode:
Diffstat (limited to 'nix-test/src/const.c')
-rw-r--r--nix-test/src/const.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/nix-test/src/const.c b/nix-test/src/const.c
index d9c1054a..94d71eb5 100644
--- a/nix-test/src/const.c
+++ b/nix-test/src/const.c
@@ -235,7 +235,7 @@ get_int_const(const char* err) {
GET_CONST(SO_RCVTIMEO);
GET_CONST(SO_SNDTIMEO);
GET_CONST(SO_REUSEADDR);
- GET_CONST(SO_REUSEPORT);
+ // GET_CONST(SO_REUSEPORT);
GET_CONST(SO_SNDBUF);
GET_CONST(SO_TIMESTAMP);
GET_CONST(SO_TYPE);
@@ -266,16 +266,17 @@ get_int_const(const char* err) {
GET_CONST(SO_DOMAIN);
GET_CONST(SO_MARK);
GET_CONST(TCP_CORK);
- GET_CONST(SO_BUSY_POLL);
+ // GET_CONST(SO_BUSY_POLL);
GET_CONST(SO_RXQ_OVFL);
GET_CONST(SO_PASSCRED);
GET_CONST(SO_PRIORITY);
GET_CONST(SO_PROTOCOL);
GET_CONST(SO_RCVBUFFORCE);
- GET_CONST(SO_PEEK_OFF);
+ // GET_CONST(SO_PEEK_OFF);
GET_CONST(SO_PEERCRED);
GET_CONST(SO_SNDBUFFORCE);
-#endif
return -1;
+
+#endif
}