mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
15 lines
177 B
C
15 lines
177 B
C
#ifndef _NETINET_TCP_H
|
|
#define _NETINET_TCP_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define TCP_NODELAY 0x2004
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _NETINET_TCP_H */
|