Check-in Number:
|
2357 | |
Date: |
2002-Jul-25 16:14:24 (local)
2002-Jul-25 14:14:24 (UTC) |
User: | thl |
Branch: | |
Comment: |
relocate pcre static vector size definition |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/fsl.c 1.23 -> 1.24
--- fsl.c 2002/07/25 14:05:57 1.23
+++ fsl.c 2002/07/25 14:14:24 1.24
@@ -50,6 +50,9 @@
#include "cfg.h"
#include "pcre.h"
+/* pcre static vector size */
+#define OVECSIZE 30
+
#ifndef LOG_PRIMASK
#define LOG_PRIMASK (LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LOG_NOTICE|LOG_INFO|LOG_DEBUG)
#endif
@@ -303,7 +306,6 @@
char *cpIdent;
char *cpFacility;
char *cpISF;
-#define OVECSIZE 30 /*FIXME find a good place for this*/
int ovec[OVECSIZE];
const char **acpMatch;
l2_channel_t *ch; /* scratch variable */
|
|