source: roaraudio/include/libroar/libroar.h @ 529:ea3d1660fd37

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

renamed IPXSPX into IPX as I can't find SPX support

File size: 601 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_IPX
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.