Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-02-26 21:19:36 +0000
committereutarass2008-02-26 21:19:36 +0000
commitc2e0a80cda20ac9322121f0a05e65f85964fcfa1 (patch)
tree4d1bbb7dfc297a14d77270d1fb3d53dc2615330e /examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
parent94fbe6cda0f6ddb394b08594e49ffa6de7d87d33 (diff)
downloadorg.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.gz
org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.xz
org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.zip
Example projects: added readme files, added copyright notices, did some cosmetic changes.
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
index eff8d739e..c2b1a5cb3 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
+ * Copyright (c) 2008 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -21,16 +21,10 @@
#define D_config
#if defined(WIN32) || defined(__CYGWIN__)
-# define TARGET_WINDOWS 1
-# define TARGET_VXWORKS 0
# define TARGET_UNIX 0
#elif defined(_WRS_KERNEL)
-# define TARGET_WINDOWS 0
-# define TARGET_VXWORKS 1
# define TARGET_UNIX 0
#else
-# define TARGET_WINDOWS 0
-# define TARGET_VXWORKS 0
# define TARGET_UNIX 1
#endif

Back to the top