comparison rogue4/rogue.h @ 109:ec9db3bb6b0b

rogue4: don't include config.h if it wasn't created.
author John "Elwin" Edwards
date Mon, 09 Sep 2013 07:58:47 -0400
parents a1dc75e38e73
children 1b73a8641b37
comparison
equal deleted inserted replaced
108:2f41b9635c34 109:ec9db3bb6b0b
477 THING *find_mons(), *find_obj(), *get_item(), *new_item(), 477 THING *find_mons(), *find_obj(), *get_item(), *new_item(),
478 *new_thing(), *wake_monster(); 478 *new_thing(), *wake_monster();
479 479
480 struct room *roomin(); 480 struct room *roomin();
481 481
482 #ifdef HAVE_CONFIG_H
482 #include "config.h" 483 #include "config.h"
484 #endif
483 #include "extern.h" 485 #include "extern.h"
484 486
485 #ifndef PATH_MAX 487 #ifndef PATH_MAX
486 #define PATH_MAX _MAX_PATH 488 #define PATH_MAX _MAX_PATH
487 #endif 489 #endif