diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 15:28:02 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 15:28:02 +0000 |
commit | eed99616ecf569882fef68efa52c08e20bbf4373 (patch) | |
tree | 3df6165a8e3a2c7ca98b496fba0e0e5985849050 /tools/bootstrp/cppdep.cxx | |
parent | 5c9c8276fe0d4e81c120ac2e73567db64a64486c (diff) |
INTEGRATION: CWS ooo19prep (1.9.152); FILE MERGED
2004/06/24 12:52:17 mh 1.9.152.1: join from ooo112fix?, #i29766#
Diffstat (limited to 'tools/bootstrp/cppdep.cxx')
-rw-r--r-- | tools/bootstrp/cppdep.cxx | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx index 830912b6e560..3654eb995094 100644 --- a/tools/bootstrp/cppdep.cxx +++ b/tools/bootstrp/cppdep.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cppdep.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-07-16 17:14:31 $ + * last change: $Author: hjs $ $Date: 2004-06-28 16:28:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,26 +62,7 @@ #include <stdio.h> #include <string.h> -#ifdef WNT -#ifdef BOOTSTRAPPER -#include <glibc/posix/getopt.h> -#else -#include <glibc/getopt.h> -#endif -#endif - -#ifdef UNX -#ifdef MACOSX -#if ( __GNUC__ < 3 ) -#ifdef BOOTSTRAPPER -#include <glibc/posix/getopt.h> -#else -#include <glibc/getopt.h> -#endif -#endif -#endif #include <unistd.h> -#endif #include <sys/stat.h> #include <stream.hxx> |