summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:25:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:25:43 +0000
commit65dcb0e12cae5f9a1f6eb7d01415662aac47a183 (patch)
treeb41673e5e475824727f85ae1929fcd293c73dd2c /dmake/winnt
parent4537b08cacf279bf508895bf0e6e33649134079d (diff)
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/17 16:47:04 vq 1.1.1.1.132.1: Issue number: 47135 Submitted by: shay@openoffice.org Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
Diffstat (limited to 'dmake/winnt')
-rw-r--r--dmake/winnt/borland/sysintf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/winnt/borland/sysintf.h b/dmake/winnt/borland/sysintf.h
index 6a24a5f0c04e..8e179937b96e 100644
--- a/dmake/winnt/borland/sysintf.h
+++ b/dmake/winnt/borland/sysintf.h
@@ -1,4 +1,4 @@
-/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:37 hr Exp $
+/* RCS $Id: sysintf.h,v 1.2 2006-04-20 12:25:43 hr Exp $
--
-- SYNOPSIS
-- Interfaces for sysintf.c
@@ -48,9 +48,9 @@ extern char * getcwd();
#ifdef _POSIX_NAME_MAX
#undef _POSIX_NAME_MAX
#endif
-#define _POSIX_NAME_MAX 12
+#define _POSIX_NAME_MAX _MAX_FNAME
#ifdef _POSIX_PATH_MAX
#undef _POSIX_PATH_MAX
#endif
-#define _POSIX_PATH_MAX 64
+#define _POSIX_PATH_MAX _MAX_PATH