Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8472
Modified Files:
config.h.in
Log Message:
Cygwin support.
Index: config.h.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/config.h.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config.h.in 20 Sep 2006 10:46:24 -0000 1.5
--- config.h.in 25 Sep 2006 15:39:33 -0000 1.6
***************
*** 61,64 ****
--- 61,67 ----
#undef CBM_SYSTEM
+ /* Cygwin */
+ #undef CBM_SYSTEM_CYGWIN
+
/* Linux */
#undef CBM_SYSTEM_LINUX
|