Mercurial > hg > early-roguelike
comparison arogue7/rogue.h @ 156:3e1146666ae5
arogue7, xrogue: begin using autoconf.
File locations can be customized via './configure'. 'make install'
does not work yet. Options for wizard mode and load checks may not do
what is intended.
Fun fact: there's an enlightening epigraph in the introduction to the
autoconf manual.
| author | John "Elwin" Edwards |
|---|---|
| date | Thu, 04 Jun 2015 10:41:39 -0400 |
| parents | aac28331e71d |
| children | aa8e1fc62926 |
comparison
equal
deleted
inserted
replaced
| 155:1af259ac4ed2 | 156:3e1146666ae5 |
|---|---|
| 29 #define strchr index | 29 #define strchr index |
| 30 | 30 |
| 31 #define exfork vfork /* Better way to do a fork followed by an exec */ | 31 #define exfork vfork /* Better way to do a fork followed by an exec */ |
| 32 #else | 32 #else |
| 33 #define exfork fork /* Standard fork with no paging available */ | 33 #define exfork fork /* Standard fork with no paging available */ |
| 34 #endif | |
| 35 | |
| 36 #ifdef HAVE_CONFIG_H | |
| 37 #include "config.h" | |
| 34 #endif | 38 #endif |
| 35 | 39 |
| 36 /* | 40 /* |
| 37 * Maximum number of different things | 41 * Maximum number of different things |
| 38 */ | 42 */ |
