Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2aedb commit e64572bCopy full SHA for e64572b
1 file changed
Modules/Setup.in
@@ -150,10 +150,13 @@ fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
150
pwd pwdmodule.c # pwd(3)
151
grp grpmodule.c # grp(3)
152
errno errnomodule.c # posix (UNIX) errno values
153
-mmap mmapmodule.c # Memory-mapped files (also works on Win32)
154
select selectmodule.c # select(2); not on ancient System V
155
_socket socketmodule.c # socket(2)
156
+# Memory-mapped files (also works on Win32).
157
+# Some platforms require -lucb.
158
+mmap mmapmodule.c # -lucb
159
+
160
# Socket module compiled with SSL support; you must edit the SSL variable:
161
#SSL=/usr/local/ssl
162
#_socket socketmodule.c \
0 commit comments