[Compbench-devel] CompBenchmarks++ config.h.in,1.10,1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 00:40:00
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31524 Modified Files: config.h.in Log Message: Checking for ctype.h Index: config.h.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/config.h.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** config.h.in 12 Dec 2006 19:51:10 -0000 1.10 --- config.h.in 28 Dec 2006 00:39:57 -0000 1.11 *************** *** 70,73 **** --- 70,76 ---- #undef CBM_SYSTEM_LINUX + /* Define to 1 if you have the <ctype.h> header file. */ + #undef HAVE_CTYPE_H + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |