diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-04-26 15:48:34 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-04-26 15:48:34 +0000 |
commit | 5aaa9541515674216a66b24dacbf1dc483353600 (patch) | |
tree | 94176f433bafcb3eacdba797596b80d3aaa02d2e /sal/osl/unx | |
parent | dc5c7f2996ecbc75baee708d97087a3eea6c3e6f (diff) |
IRIX actually does have dl functions, so remove #define that says otherwise
Contributed by: The SGI OpenOffice porting team
Diffstat (limited to 'sal/osl/unx')
-rw-r--r-- | sal/osl/unx/system.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index e4c24eb41a6e..7bcab3acb9f8 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -2,9 +2,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: svesik $ $Date: 2001-04-26 15:38:17 $ + * last change: $Author: svesik $ $Date: 2001-04-26 16:48:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -331,7 +331,6 @@ extern unsigned int nanosleep(unsigned int); # endif # define SA_FAMILY_DECL \ union { struct { short sa_family2; } sa_generic; } sa_union -# define NO_DL_FUNCTIONS # define CMD_ARG_PRG *__Argv # define CMD_ARG_ENV _environ # define PTR_SIZE_T(s) ((int *)&(s)) |