|
From: Joshua P. <jpr...@us...> - 2004-08-05 02:01:25
|
Update of /cvsroot/middle-man/middleman/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26192/include Modified Files: proto.h Log Message: 1. Revert yesterday's patch removing some local variables. Instead of removing, move them into a tighter scope. 2. Detect libpcre using pcre-config (similar to pkg-config). Index: proto.h =================================================================== RCS file: /cvsroot/middle-man/middleman/include/proto.h,v retrieving revision 1.193 retrieving revision 1.194 diff -C2 -d -r1.193 -r1.194 *** proto.h 2 Apr 2004 14:31:36 -0000 1.193 --- proto.h 5 Aug 2004 02:01:16 -0000 1.194 *************** *** 6,16 **** #include "../tinyxml/tinyxml.h" - #ifdef HAVE_PCRE #include <pcre.h> #include <pcreposix.h> - #else - #include "../pcre/pcre.h" - #include "../pcre/pcreposix.h" - #endif /* HAVE_PCRE */ #ifdef HAVE_SSL --- 6,11 ---- |