source: roaraudio/include/libroar/libroar.h @ 528:d42830e32ea1

Last change on this file since 528:d42830e32ea1 was 528:d42830e32ea1, checked in by phi, 16 years ago

adding dummy IPX implementation: are there no docs? Can't even find correct socket() values!

File size: 604 bytes
Line 
1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
8#include <roaraudio.h>
9
10#include <fcntl.h>
11#include <sys/socket.h>
12#include <netinet/in.h>
13#include <netinet/ip.h>
14#ifdef ROAR_HAVE_LIBDNET
15#include <netdnet/dn.h>
16#include <netdnet/dnetdb.h>
17#endif
18#ifdef ROAR_HAVE_IPXSPX
19#include <netipx/ipx.h>
20#endif
21
22#include "basic.h"
23#include "stream.h"
24#include "simple.h"
25#include "auth.h"
26#include "socket.h"
27#include "ctl.h"
28#include "buffer.h"
29#include "convert.h"
30#include "poly.h"
31#include "meta.h"
32#include "file.h"
33#include "midi.h"
34#include "acl.h"
35
36#endif
37
38//ll
Note: See TracBrowser for help on using the repository browser.