Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25494
Modified Files:
config.h.in
Log Message:
pthread used.
Index: config.h.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/config.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.h.in 30 Jan 2007 20:02:55 -0000 1.2
--- config.h.in 23 May 2007 15:32:36 -0000 1.3
***************
*** 94,97 ****
--- 94,100 ----
#undef HAVE_MEMORY_H
+ /* Define to 1 if you have the <pthread.h> header file. */
+ #undef HAVE_PTHREAD_H
+
/* Define to 1 if you have the <stat.h> header file. */
#undef HAVE_STAT_H
|