mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +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"
|
#include "natt.h"
|
||||||
|
|
||||||
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
||||||
|
#ifndef HAVE_INET6
|
||||||
#define HAVE_INET6 1
|
#define HAVE_INET6 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool translate_addr(struct sockaddr_in *addr,
|
static bool translate_addr(struct sockaddr_in *addr,
|
||||||
char *host, size_t hostlen, char *port, size_t portlen)
|
char *host, size_t hostlen, char *port, size_t portlen)
|
||||||
|
@ -79,8 +79,10 @@
|
|||||||
#include "netplay_private.h"
|
#include "netplay_private.h"
|
||||||
|
|
||||||
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
#if defined(AF_INET6) && !defined(HAVE_SOCKET_LEGACY) && !defined(_3DS)
|
||||||
|
#ifndef HAVE_INET6
|
||||||
#define HAVE_INET6 1
|
#define HAVE_INET6 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef TCP_NODELAY
|
#ifdef TCP_NODELAY
|
||||||
#define SET_TCP_NODELAY(fd) \
|
#define SET_TCP_NODELAY(fd) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user