diff options
Diffstat (limited to 'lib/libncp/ncp_cfg.h')
-rw-r--r-- | lib/libncp/ncp_cfg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libncp/ncp_cfg.h b/lib/libncp/ncp_cfg.h new file mode 100644 index 0000000..82a30d7 --- /dev/null +++ b/lib/libncp/ncp_cfg.h @@ -0,0 +1,9 @@ +/* + * static configuration for libncp + * + * $FreeBSD$ + */ + +#define NCP_NLS_KOI2CP866 +#define NCP_NLS_DEFAULT NCP_NLS_KOI_866 +#define NCP_PREFIX "" |