port of liblo
A lightweight Open Sound Control implementation http://liblo.sourceforge.net/ Ref #47
This commit is contained in:
committed by
Norman Feske
parent
9c917acc37
commit
aa91eb1857
14
src/lib/liblo/config.h
Normal file
14
src/lib/liblo/config.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#define PACKAGE_NAME "liblo"
|
||||
#define PACKAGE_VERSION "0.28"
|
||||
#define VERSION PACKAGE_VERSION
|
||||
#define LO_SO_VERSION {9, 0, 2}
|
||||
|
||||
#define HAVE_POLL
|
||||
#define HAVE_SELECT
|
||||
/* #undef HAVE_GETIFADDRS */
|
||||
#define HAVE_INET_PTON
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
#define ENABLE_THREADS
|
||||
#define HAVE_SYS_SOCKET_H
|
||||
|
||||
#define PRINTF_LL "ll"
|
||||
Reference in New Issue
Block a user