comparison 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
comparison
equal deleted inserted replaced
100:1e88eb1942a5 101:15f8229f38c1
23 #include <curses.h> 23 #include <curses.h>
24 24
25 #ifdef ATT 25 #ifdef ATT
26 #define CBREAK FALSE 26 #define CBREAK FALSE
27 #define _IOSTRG 01 27 #define _IOSTRG 01
28 #endif
29
30 #ifdef HAVE_CONFIG_H
31 #include "config.h"
28 #endif 32 #endif
29 33
30 #define reg register /* register abbr. */ 34 #define reg register /* register abbr. */
31 35
32 /* 36 /*