Software /
code /
prosody
Comparison
util-src/net.c @ 9150:c1d5f52274cf
net, pposix, signal: Check for redefined defines, fix warnings.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 08 Aug 2018 09:27:34 +0200 |
parent | 8426:8b612ec00e4a |
child | 10480:94cacf9fd0ae |
comparison
equal
deleted
inserted
replaced
9149:d03f21729b2c | 9150:c1d5f52274cf |
---|---|
7 -- Copyright (C) 2013 Matthew Wild | 7 -- Copyright (C) 2013 Matthew Wild |
8 -- Copyright (C) 2013 Florian Zeitz | 8 -- Copyright (C) 2013 Florian Zeitz |
9 -- | 9 -- |
10 */ | 10 */ |
11 | 11 |
12 #ifndef _GNU_SOURCE | |
12 #define _GNU_SOURCE | 13 #define _GNU_SOURCE |
14 #endif | |
15 | |
13 #include <stddef.h> | 16 #include <stddef.h> |
14 #include <string.h> | 17 #include <string.h> |
15 #include <errno.h> | 18 #include <errno.h> |
16 | 19 |
17 #ifndef _WIN32 | 20 #ifndef _WIN32 |