S7 header config & prototyping support

This commit is contained in:
2023-01-05 00:09:42 +00:00
parent 740077fae3
commit 1521593269
9 changed files with 36 additions and 10 deletions

View File

@@ -62,13 +62,7 @@
* ---------------- compile time switches ----------------
*/
#if defined __has_include
# if __has_include ("mus-config.h")
# include "mus-config.h"
# endif
#else
#include "mus-config.h"
#endif
#include "config.h"
/*
* Your config file goes here, or just replace that #include line with the defines you need.