make setting different file permissions easy via config.h

This commit is contained in:
vanhauser-thc
2021-03-23 20:20:59 +01:00
parent 5fcd634f05
commit dfe6f7f8c9
16 changed files with 46 additions and 41 deletions

View File

@ -43,6 +43,9 @@
Default: 8MB (defined in bytes) */
#define DEFAULT_SHMEM_SIZE (8 * 1024 * 1024)
/* Default file permission umode when creating files (default: 0600) */
#define DEFAULT_PERMISSION 0600
/* CMPLOG/REDQUEEN TUNING
*
* Here you can modify tuning and solving options for CMPLOG.