automatic conditional include of file 'secret_credentils.h'

This commit is contained in:
Holger Fleischmann
2020-01-05 21:16:36 +01:00
parent 72661ef98e
commit f90a674bb2

View File

@@ -1,7 +1,9 @@
#include "credentials.h"
#if __has_include("secret_credentials.h")
// keep secret credentials in an external file that is never committed:
// #include "secret_credentials"
#include "secret_credentials.h"
#endif
#ifndef _SECRET_CREDENTIALS