mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
For Griffin builds it is important this define does not get redefined
Note to Cthulhu: We should probably put this in a header file somewhere
This commit is contained in:
parent
01eab0fba5
commit
a06f3b98ce
@ -31,8 +31,10 @@
|
||||
#include "natt.h"
|
||||
|
||||
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
||||
#ifndef HAVE_INET6
|
||||
#define HAVE_INET6 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static bool translate_addr(struct sockaddr_in *addr,
|
||||
char *host, size_t hostlen, char *port, size_t portlen)
|
||||
|
@ -79,8 +79,10 @@
|
||||
#include "netplay_private.h"
|
||||
|
||||
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
||||
#ifndef HAVE_INET6
|
||||
#define HAVE_INET6 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef TCP_NODELAY
|
||||
#define SET_TCP_NODELAY(fd) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user