forked from mirrors/tftp-hpa-google
Yet more portability hacks.
This commit is contained in:
parent
01b753d213
commit
9570005ba2
3 changed files with 9 additions and 0 deletions
4
config.h
4
config.h
|
@ -26,6 +26,10 @@
|
|||
#define _XOPEN_SOURCE
|
||||
#define __EXTENSIONS__
|
||||
|
||||
/* This is necessary on glibc systems */
|
||||
#define _BSD_SOURCE
|
||||
#define _ISO9X_SOURCE
|
||||
|
||||
/* Standard includes */
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue