Parent Directory
|
Revision Log
|
Patch
| revision 741 by zherczeg, Mon Oct 31 09:31:46 2011 UTC | revision 752 by zherczeg, Sat Nov 19 15:28:29 2011 UTC | |
|---|---|---|
| # | Line 52 POSSIBILITY OF SUCH DAMAGE. | Line 52 POSSIBILITY OF SUCH DAMAGE. |
| 52 | we just include it. This way we don't need to touch the build | we just include it. This way we don't need to touch the build |
| 53 | system files. */ | system files. */ |
| 54 | ||
| 55 | #define SLJIT_MALLOC(size) (pcre_malloc)(size) | |
| 56 | #define SLJIT_FREE(ptr) (pcre_free)(ptr) | |
| 57 | #define SLJIT_CONFIG_AUTO 1 | #define SLJIT_CONFIG_AUTO 1 |
| 58 | #define SLJIT_CONFIG_STATIC 1 | #define SLJIT_CONFIG_STATIC 1 |
| 59 | #define SLJIT_VERBOSE 0 | #define SLJIT_VERBOSE 0 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |