diff srogue/rogue.h @ 101:15f8229f38c1

srogue: begin porting to autoconf. Super-Rogue can now be built with './configure && make', though 'make install' does not work yet, and there may be problems with portability.
author John "Elwin" Edwards
date Sun, 01 Sep 2013 20:50:52 -0700
parents 2128c7dc8a40
children 8d1dfc5a912c
line wrap: on
line diff
--- a/srogue/rogue.h	Sat Aug 31 14:24:31 2013 -0700
+++ b/srogue/rogue.h	Sun Sep 01 20:50:52 2013 -0700
@@ -27,6 +27,10 @@
 #define _IOSTRG	01
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define reg     register        /* register abbr.       */
 
 /*