summaryrefslogtreecommitdiffstats
path: root/src/internal.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-13 16:49:47 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-13 16:49:47 +0000
commit7233ff9095194b38586ce438379f08691a0fecdd (patch)
tree8c14b8899914b4ae9e0d6f62e14dd6b3519983cd /src/internal.h
parentfad788d3f02564486039886b1de1cbf976776ac3 (diff)
downloadlibrcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.gz
librcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.bz2
librcc-7233ff9095194b38586ce438379f08691a0fecdd.tar.xz
librcc-7233ff9095194b38586ce438379f08691a0fecdd.zip
Engine Plugins
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h
index 258e6b0..9ffceb3 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -2,6 +2,11 @@
#define _RCC_INTERNAL_H
#include <iconv.h>
+
+#ifndef LIBRCC_DATA_DIR
+# define LIBRCC_DATA_DIR "/usr/lib/rcc"
+#endif /* LIBRCC_DATA_DIR */
+
#include "librcc.h"
#include "recode.h"
#include "engine.h"
@@ -11,6 +16,7 @@
#define STRNLEN(str,n) (n?strnlen(str,n):strlen(str))
+#define RCC_MAX_PLUGINS 32
#define RCC_MAX_STRING_CHARS 1024
#define RCC_MAX_PREFIX_CHARS 32