port of liblo

A lightweight Open Sound Control implementation

http://liblo.sourceforge.net/

Ref #47
This commit is contained in:
Emery Hemingway
2016-10-30 11:48:29 +01:00
committed by Norman Feske
parent 9c917acc37
commit aa91eb1857
5 changed files with 61 additions and 0 deletions

14
src/lib/liblo/config.h Normal file
View 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"