summaryrefslogtreecommitdiffstats
path: root/src/enca.h
blob: 7e3d1397605fc20570d008936fa8db340a28df45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _RCC_ENCA_H
#define _RCC_ENCA_H

#define RCC_ENCA_SUPPORT
#define RCC_ENCA_DYNAMIC
#define RCC_ENCA_LIB "libenca.so.0"

#ifdef HPUX
# undef RCC_ENCA_DYNAMIC
#endif

#ifdef RCC_ENCA_DYNAMIC
# define RCC_ENCA_SUPPORT
#endif

int rccEncaInit();
void rccEncaFree();

#endif /* _RCC_ENCA_H */