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/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/info.txt')
-rw-r--r-- | src/lib/utils/info.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 5a0ce469c..60a10b058 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -1,5 +1,5 @@ <defines> -UTIL_FUNCTIONS -> 20161127 +UTIL_FUNCTIONS -> 20171003 </defines> load_on always @@ -38,12 +38,6 @@ semaphore.h stl_util.h </header:internal> -<libs> -linux -> rt -mingw -> ws2_32 -windows -> ws2_32.lib -</libs> - <requires> cpuid </requires> |