~bibledit/bibledit/client-beta

« back to all changes in this revision

Viewing changes to config/config.h

  • Committer: Teus Benschop
  • Date: 2024-08-18 14:02:49 UTC
  • Revision ID: teusjannette@gmail.com-20240818140249-o9px65jn07krnxdh
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#define HAVE_BARE_BROWSER 1
70
70
#define HAVE_TINY_JOURNAL 1
71
71
#undef RUN_SECURE_SERVER
 
72
// Testing the std::fileystem in August 2024.
 
73
// Results: 5 out of 6 devices tested had crahes in C++.
 
74
// See https://github.com/bibledit/cloud/issues/952 for more info.
72
75
#undef USE_STD_FILESYSTEM
73
76
#endif
74
77
 
88
91
#define HAVE_PARATEXT 1
89
92
#define HAVE_BARE_BROWSER 1
90
93
#undef RUN_SECURE_SERVER
91
 
#undef USE_STD_FILESYSTEM
 
94
//#undef USE_STD_FILESYSTEM Todo
92
95
#endif
93
96
 
94
97