- Fix dependencies and remove old default_options.h from version control

- Rename default_options.h.in -> default_options.h, and
  default_options.h -> default_options_guard.h
- Fix newlines in default_options.h
This commit is contained in:
Matt Johnston
2018-02-19 22:16:50 +08:00
parent 316c923188
commit 3f3f399231
5 changed files with 19 additions and 461 deletions

View File

@@ -2,6 +2,6 @@
# Wrap all "#define X Y" with a #ifndef X...#endif"
sed -E 's/^(#define ([^ ]+) .*)/#ifndef \2\
sed -E 's/^( *#define ([^ ]+) .*)/#ifndef \2\
\1\
#endif/'