forked from mirrors/tftp-hpa-google
Move feature test macros into configure.in -> CFLAGS so we don't
end up with mismatch between "configure" and compile time
This commit is contained in:
parent
fd7a812f26
commit
5ec55f35e9
4 changed files with 27 additions and 19 deletions
|
@ -16,12 +16,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define _XPG4_2 /* Needed on Solaris */
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdlib.h>
|
||||
#include "config.h"
|
||||
|
||||
int
|
||||
myrecvfrom(int s, void *buf, int len, unsigned int flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue