| 44 |
make use of its code from here in order to be consistent. */ |
make use of its code from here in order to be consistent. */ |
| 45 |
|
|
| 46 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 47 |
#include <config.h> |
#include "config.h" |
| 48 |
#endif |
#endif |
| 49 |
|
|
| 50 |
#include <ctype.h> |
#include <ctype.h> |
| 110 |
"outside this compilation unit might reference this\" and so it will always\n" |
"outside this compilation unit might reference this\" and so it will always\n" |
| 111 |
"be supplied to the linker. */\n\n" |
"be supplied to the linker. */\n\n" |
| 112 |
"#ifdef HAVE_CONFIG_H\n" |
"#ifdef HAVE_CONFIG_H\n" |
| 113 |
"#include <config.h>\n" |
"#include "config.h"\n" |
| 114 |
"#endif\n\n" |
"#endif\n\n" |
| 115 |
"#include \"pcre_internal.h\"\n\n"); |
"#include \"pcre_internal.h\"\n\n"); |
| 116 |
fprintf(f, |
fprintf(f, |