7 |
#ifndef _PCRE_H |
#ifndef _PCRE_H |
8 |
#define _PCRE_H |
#define _PCRE_H |
9 |
|
|
10 |
|
/* The file pcre.h is build by "configure". Do not edit it; instead |
11 |
|
make changes to pcre.in. */ |
12 |
|
|
13 |
#define PCRE_MAJOR @PCRE_MAJOR@ |
#define PCRE_MAJOR @PCRE_MAJOR@ |
14 |
#define PCRE_MINOR @PCRE_MINOR@ |
#define PCRE_MINOR @PCRE_MINOR@ |
15 |
#define PCRE_DATE @PCRE_DATE@ |
#define PCRE_DATE @PCRE_DATE@ |
29 |
/* Have to include stdlib.h in order to ensure that size_t is defined; |
/* Have to include stdlib.h in order to ensure that size_t is defined; |
30 |
it is needed here for malloc. */ |
it is needed here for malloc. */ |
31 |
|
|
|
#include <sys/types.h> |
|
32 |
#include <stdlib.h> |
#include <stdlib.h> |
33 |
|
|
34 |
/* Allow for C++ users */ |
/* Allow for C++ users */ |