]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/ffi/macosx/macosx.factor
unix.ffi,windows.winsock: add the rest of the AI_* flags
[factor.git] / basis / unix / ffi / macosx / macosx.factor
index 6efea54dfb04cc3c3377bd3c6b889c2081890d6b..678f4bd007388bc82bcf2162f9f117d0e91d35d8 100644 (file)
@@ -81,8 +81,6 @@ ALIAS: PF_INET AF_INET
 CONSTANT: IPPROTO_TCP 6
 CONSTANT: IPPROTO_UDP 17
 
-CONSTANT: AI_PASSIVE 1
-
 CONSTANT: SEEK_SET 0
 CONSTANT: SEEK_CUR 1
 CONSTANT: SEEK_END 2