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:
hpa 2001-11-14 02:54:25 +00:00
parent fd7a812f26
commit 5ec55f35e9
4 changed files with 27 additions and 19 deletions

View file

@ -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,