Ok, getifaddrs() is not POSIX compliant. Fix #3984 as suggested by Vincent Cojot
This commit is contained in:
parent
fd4cf3b783
commit
48b03a035b
2 changed files with 3 additions and 8 deletions
|
@ -23,14 +23,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#ifndef __Q_SHARED_H
|
||||
#define __Q_SHARED_H
|
||||
|
||||
#ifndef _BSD_SOURCE
|
||||
#define _BSD_SOURCE
|
||||
#endif
|
||||
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
// q_shared.h -- included first by ALL program modules.
|
||||
// A user mod should never modify this file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue