diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:16:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:16:48 +0000 |
commit | c38ca473edf8f7ecc42b3861a2a5db19acf365f8 (patch) | |
tree | 1fac29febe4d39936aa297574879c9aad395bf9b /sal | |
parent | f24409db7b741db1efac504a48803e76a6e049e6 (diff) |
INTEGRATION: CWS macosxpbuildrepair (1.35.38); FILE MERGED
2007/04/15 21:20:56 ericb 1.35.38.1: #i76159# remove useless _SC_GETPW_R_SIZE_MAX define
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/system.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index b7235584841f..a2517572e6a9 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -4,9 +4,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2007-01-31 13:04:31 $ + * last change: $Author: kz $ $Date: 2007-05-10 09:16:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -369,10 +369,6 @@ int macxp_resolveAlias(char *path, int buflen); } #endif #endif -/* XCode < 2.1 (Mac OS X 10.3 Panther and earlier) does not have this in unistd.h (#i64769#) */ -#ifndef _SC_GETPW_R_SIZE_MAX -#define _SC_GETPW_R_SIZE_MAX 71 -#endif #if !defined(_WIN32) && !defined(_WIN16) && !defined(OS2) && \ !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \ |