INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED

2003/06/03 13:50:26 dbo 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED
2003/04/04 09:34:33 dbo 1.9.30.1: #107130# adding UNO_LB_CLI
This commit is contained in:
Oliver Bolte 2003-09-04 09:52:15 +00:00
parent ec8ee84f49
commit da405669ba

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: lbnames.h,v $ * $RCSfile: lbnames.h,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: hr $ $Date: 2003-04-28 16:26:36 $ * last change: $Author: obo $ $Date: 2003-09-04 10:52:15 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -130,7 +130,9 @@ provoking error here, because PP ignores #error
#define UNO_LB_UNO "uno" #define UNO_LB_UNO "uno"
/** Environment type name for ANSI C compilers. */ /** Environment type name for ANSI C compilers. */
#define UNO_LB_C "c" #define UNO_LB_C "c"
/** Environment type name for java 1.1 compatible virtual machine. */ /** Environment type name for Java 1.3.1 compatible virtual machine. */
#define UNO_LB_JAVA "java" #define UNO_LB_JAVA "java"
/** Environment type name for CLI (Common Language Infrastructure). */
#define UNO_LB_CLI "cli"
#endif #endif