diff 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
line wrap: on
line diff
--- a/arogue7/rogue.h	Fri May 29 17:34:04 2015 -0400
+++ b/arogue7/rogue.h	Thu Jun 04 10:41:39 2015 -0400
@@ -33,6 +33,10 @@
 #define exfork fork	/* Standard fork with no paging available */
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 /*
  * Maximum number of different things
  */