mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-09 02:06:46 +02:00
13 lines
232 B
C
13 lines
232 B
C
/*
|
|
* This file is needed to compile PSP stubs
|
|
*/
|
|
|
|
#define STDC_HEADERS
|
|
#define HAVE_STRING_H
|
|
#define HAVE_MEMORY_H
|
|
#define HAVE_STDLIB_H
|
|
//#define ENABLE_PTHREAD
|
|
//#define ENABLE_NLS
|
|
#define HAVE_MEMCPY
|
|
|
|
#include "netdb-compat.h" |