diff options
author | Simon Warta <[email protected]> | 2017-10-03 11:16:02 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-10-03 11:16:02 +0200 |
commit | 3b50c4b50e25330860de69cf5ef86444e1ef66f7 (patch) | |
tree | c0ceae783083daa82d9e90308eab4d1281fc6a85 /src/lib/utils/http_util/info.txt | |
parent | 9efe16ed1d416390584621276dcb8e3782d17c71 (diff) |
Move socket implementation into module http_util
This removes the requirement of linking socket libraries for
applications that do not use http_util
Diffstat (limited to 'src/lib/utils/http_util/info.txt')
-rw-r--r-- | src/lib/utils/http_util/info.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/lib/utils/http_util/info.txt b/src/lib/utils/http_util/info.txt index fe9fc3ea7..a6cbd902f 100644 --- a/src/lib/utils/http_util/info.txt +++ b/src/lib/utils/http_util/info.txt @@ -1,3 +1,17 @@ <defines> -HTTP_UTIL -> 20131128 +HTTP_UTIL -> 20171003 </defines> + +<header:public> +http_util.h +</header:public> + +<header:internal> +socket.h +</header:internal> + +<libs> +linux -> rt +mingw -> ws2_32 +windows -> ws2_32.lib +</libs> |