Differences From Artifact [ca7fd1381b]:
- File src/corefw.h — part of check-in [cbf96fa23f] at 2012-09-29 22:12:36 on branch trunk — Update corefw.h. (user: js, size: 328) [annotate] [blame] [check-ins using]
To Artifact [24df01e901]:
- File
src/corefw.h
— part of check-in
[17c1d8f6b0]
at
2012-09-29 22:34:49
on branch trunk
— Add tcpsocket.
TODO:
* check for getaddrinfo() in configure
* fallback if getaddrinfo() is unavailable (user: js, size: 351) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 | 11 12 13 14 15 16 17 18 19 20 | + | #include "hash.h" #include "int.h" #include "map.h" #include "range.h" #include "refpool.h" #include "stream.h" #include "string.h" #include "tcpsocket.h" #endif |