summaryrefslogtreecommitdiff
path: root/tools/source/fsys/unx.hxx
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-05-07 08:46:15 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-05-07 08:46:15 +0200
commitafb1f2e918f392b70749de51599ef64c8223b1de (patch)
treee40440c8e6e86e207ad6690a9e5e5892671a7cd4 /tools/source/fsys/unx.hxx
parent52c92095daf08d7b74076aa094cee591157187bd (diff)
Unix System V has been dead for a long time.
File names can be longer than 14 characters !
Diffstat (limited to 'tools/source/fsys/unx.hxx')
-rw-r--r--tools/source/fsys/unx.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index bb87f157069d..b0cb3d2e77c9 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -47,11 +47,7 @@
#define _getcwd getcwd
#define _access access
-#ifdef SYSV3
-#define DEFSTYLE FSYS_STYLE_SYSV
-#else
#define DEFSTYLE FSYS_STYLE_BSD
-#endif
#define CMP_LOWER(s) (s)
#define TEMPNAME() tmpnam(0)