Skip to content
Snippets Groups Projects
Commit e4db80e4 authored by rswindell's avatar rswindell
Browse files

Moved ini field string constants from sbbs_ini.c.

parent 5bbc6dda
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,14 @@
#include "websrvr.h" /* services_startup_t */
#include "ini_file.h"
static const char* strJavaScriptMaxBytes ="JavaScriptMaxBytes";
static const char* strJavaScriptContextStack ="JavaScriptContextStack";
static const char* strJavaScriptBranchLimit ="JavaScriptBranchLimit";
static const char* strJavaScriptGcInterval ="JavaScriptGcInterval";
static const char* strJavaScriptYieldInterval ="JavaScriptYieldInterval";
static const char* strSemFileCheckFrequency ="SemFileCheckFrequency";
#if defined(__cplusplus)
extern "C" {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment