13 lines
No EOL
232 B
C
13 lines
No EOL
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" |