summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-03 00:44:39 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-03 00:44:39 +0000
commit0df1e25542cfddbb383955e6f541207e38acf654 (patch)
tree06aeba3ee4301d66bc1c1226d42eb514fbde2f1c /source3/include/includes.h
parent09b2af9a648e468dea6f47e8c3533ba82b86d1f9 (diff)
downloadsamba-0df1e25542cfddbb383955e6f541207e38acf654.tar.gz
samba-0df1e25542cfddbb383955e6f541207e38acf654.tar.bz2
samba-0df1e25542cfddbb383955e6f541207e38acf654.zip
Kill off codepage related stuff, now we don't use codepages any more.
Andrew Bartlett (This used to be commit d1ca2b9f23ce701eb6b6becafb1acd813fc8fc3a)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 26931ffd97..435810a1ba 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -753,10 +753,6 @@ extern int errno;
#include "mangle.h"
-#ifndef MAXCODEPAGELINES
-#define MAXCODEPAGELINES 256
-#endif
-
/*
* Type for wide character dirent structure.
* Only d_name is defined by POSIX.