Skip to content

Commit 7e42570

Browse files
author
Michael O'Brien
committed
DEV: regen projects
1 parent 28e7b3e commit 7e42570

File tree

9 files changed

+6832
-8802
lines changed

9 files changed

+6832
-8802
lines changed

pak.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
],
4444
"import": true,
4545
"dependencies": {
46-
"certs": "~1.0",
4746
"http": "~7",
4847
"mpr": "~9.0.3",
4948
"osdep": "~0.9",

projects/ejscript-linux-default-me.h

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
me.h -- MakeMe Configure Header for linux-x86-default
2+
me.h -- MakeMe Configure Header for linux-x64-default
33
44
This header is created by Me during configuration. To change settings, re-run
55
configure or define variables in your Makefile to override these default values.
@@ -9,15 +9,6 @@
99
#ifndef ME_AUTHOR
1010
#define ME_AUTHOR "Embedthis Software"
1111
#endif
12-
#ifndef ME_CERTS_BITS
13-
#define ME_CERTS_BITS 2048
14-
#endif
15-
#ifndef ME_CERTS_DAYS
16-
#define ME_CERTS_DAYS 3650
17-
#endif
18-
#ifndef ME_CERTS_GENDH
19-
#define ME_CERTS_GENDH 0
20-
#endif
2112
#ifndef ME_COMPANY
2213
#define ME_COMPANY "embedthis"
2314
#endif
@@ -67,7 +58,7 @@
6758
#define ME_COMPILER_HAS_UNNAMED_UNIONS 1
6859
#endif
6960
#ifndef ME_COMPILER_WARN64TO32
70-
#define ME_COMPILER_WARN64TO32 1
61+
#define ME_COMPILER_WARN64TO32 0
7162
#endif
7263
#ifndef ME_COMPILER_WARN_UNUSED
7364
#define ME_COMPILER_WARN_UNUSED 1
@@ -223,7 +214,7 @@
223214

224215
/* Profile */
225216
#ifndef ME_CONFIG_CMD
226-
#define ME_CONFIG_CMD "me -d -q -platform linux-x86-default -configure . -gen make"
217+
#define ME_CONFIG_CMD "me -d -q -platform linux-x64-default -configure . -gen make"
227218
#endif
228219
#ifndef ME_EJSCRIPT_PRODUCT
229220
#define ME_EJSCRIPT_PRODUCT 1
@@ -259,18 +250,12 @@
259250
#ifndef ME_COM_LIB
260251
#define ME_COM_LIB 1
261252
#endif
262-
#ifndef ME_COM_MATRIXSSL
263-
#define ME_COM_MATRIXSSL 0
264-
#endif
265253
#ifndef ME_COM_MBEDTLS
266254
#define ME_COM_MBEDTLS 1
267255
#endif
268256
#ifndef ME_COM_MPR
269257
#define ME_COM_MPR 1
270258
#endif
271-
#ifndef ME_COM_NANOSSL
272-
#define ME_COM_NANOSSL 0
273-
#endif
274259
#ifndef ME_COM_OPENSSL
275260
#define ME_COM_OPENSSL 0
276261
#endif
@@ -281,7 +266,7 @@
281266
#define ME_COM_PCRE 1
282267
#endif
283268
#ifndef ME_COM_SQLITE
284-
#define ME_COM_SQLITE 1
269+
#define ME_COM_SQLITE 0
285270
#endif
286271
#ifndef ME_COM_SSL
287272
#define ME_COM_SSL 1

0 commit comments

Comments
 (0)