summaryrefslogtreecommitdiffstats
path: root/src/enca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/enca.h')
-rw-r--r--src/enca.h19
1 files changed, 19 insertions, 0 deletions
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