1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-21 13:30:09 +00:00
Arthur O'Dwyer f2b7746c1b Move all defaulting-of-CAP_FOO to sysconfig.h.
- The phrase `#ifdef CAP_` should never appear anywhere.

- The phrase `#ifndef CAP_` should appear only in sysconfig.h.

- The phrases `#if CAP_` and `#if !CAP_` may appear wherever,
    as long as "sysconfig.h" is included first.

The rules for `CAP_FOO` equally apply to `ISFOO`.

There are many one-off macros still tested with `#ifdef`,
including `HAVE_ACHIEVEMENTS`, `PRINT_ACHIEVEMENTS`,
`FAKEWEB`, `FAKE_SDL`, `EASY`, and `WHATEVER`. I don't
have much grasp on what these are used for or how they're
configured, so I'm leaving them alone.
2020-05-03 15:12:12 -04:00
..
2020-04-17 20:45:00 +02:00
2020-04-17 20:49:08 +02:00
2019-11-14 20:26:07 +01:00
2020-03-29 15:15:18 +02:00
2019-12-27 12:50:56 +01:00
2019-11-30 19:01:01 +01:00
2020-04-11 00:43:43 +02:00
2020-04-17 20:45:00 +02:00
2020-04-16 20:59:05 +02:00
2020-03-29 17:38:37 +02:00