| 50 |
|
|
| 51 |
#include <sys/types.h> |
#include <sys/types.h> |
| 52 |
#include <sys/stat.h> |
#include <sys/stat.h> |
| 53 |
#include <unistd.h> |
#ifdef HAVE_UNISTD_H |
| 54 |
|
# include <unistd.h> |
| 55 |
|
#endif |
| 56 |
|
|
| 57 |
#include "pcre.h" |
#include <pcre.h> |
| 58 |
|
|
| 59 |
#define FALSE 0 |
#define FALSE 0 |
| 60 |
#define TRUE 1 |
#define TRUE 1 |
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
#if ! HAVE_STRERROR |
#ifndef HAVE_STRERROR |
| 469 |
/************************************************* |
/************************************************* |
| 470 |
* Provide strerror() for non-ANSI libraries * |
* Provide strerror() for non-ANSI libraries * |
| 471 |
*************************************************/ |
*************************************************/ |