Ignore:
Timestamp:
29/12/2006 21:58:22 (5 years ago)
Author:
chris
Message:

Visual Studio 2005 compile fixes, thanks to Gary.

Enable (and require) PCRE when building with Visual Studio 2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/BoxConfig-MSVC.h

    r1075 r1231  
    8383 
    8484/* Define to 1 if you have the `getpid' function. */ 
    85 #define HAVE_GETPID 1 
     85// #define HAVE_GETPID 1 
    8686 
    8787/* Define to 1 if you have the `getxattr' function. */ 
     
    173173 
    174174/* Define to 1 if you have the <regex.h> header file. */ 
    175 // #define HAVE_REGEX_H 1 
     175#define HAVE_REGEX_H 1 
    176176 
    177177/* Define to 1 if you have the `setproctitle' function. */ 
Note: See TracChangeset for help on using the changeset viewer.