Ignore:
Timestamp:
29/12/2006 23:51:06 (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/general/lib/common/BoxConfig-MSVC.h

    r763 r1233  
    8787 
    8888/* Define to 1 if you have the `getpid' function. */ 
    89 #define HAVE_GETPID 1 
     89// #define HAVE_GETPID 1 
    9090 
    9191/* Define to 1 if you have the `getxattr' function. */ 
     
    177177 
    178178/* Define to 1 if you have the <regex.h> header file. */ 
    179 // #define HAVE_REGEX_H 1 
     179#define HAVE_REGEX_H 1 
    180180 
    181181/* Define to 1 if you have the `setproctitle' function. */ 
Note: See TracChangeset for help on using the changeset viewer.