From 3aa2acb1aa6931d9a5cab87fe9bef94086e25d16 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 16 Jun 2005 23:14:30 +0000 Subject: Initial Import --- src/enca.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/enca.h (limited to 'src/enca.h') diff --git a/src/enca.h b/src/enca.h new file mode 100644 index 0000000..7e3d139 --- /dev/null +++ b/src/enca.h @@ -0,0 +1,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 */ \ No newline at end of file -- cgit v1.2.3