mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-11-03 03:33:22 +08:00
Fixed onigurama
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#ifndef PACKAGE
|
||||
/* PACKAGE is defined in config.h */
|
||||
#include "config.h"
|
||||
#include "onig_config.h"
|
||||
#endif
|
||||
|
||||
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
/* */
|
||||
/* escape other system UChar definition */
|
||||
#include "config.h"
|
||||
#include "onig_config.h"
|
||||
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
|
||||
#undef ONIG_ESCAPE_UCHAR_COLLISION
|
||||
#endif
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "onig_config.h"
|
||||
#include "onigposix.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "onig_config.h"
|
||||
#include "oniguruma.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user