rename new header file to fnamesiz.h
Changes to be committed: renamed: include/filesize.h -> include/fnamesiz.h
This commit is contained in:
@@ -579,6 +579,6 @@ typedef unsigned char uchar;
|
||||
#endif
|
||||
|
||||
#include "global.h" /* Define everything else according to choices above */
|
||||
#include "filesize.h" /* Define file sizes shared between nethack and recover */
|
||||
#include "fnamesiz.h" /* Define file sizes shared between nethack and recover */
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
||||
@@ -881,7 +881,7 @@ struct instance_globals {
|
||||
boolean chosen_symset_start;
|
||||
boolean chosen_symset_end;
|
||||
int symset_which_set;
|
||||
/* SAVESIZE, BONESSIZE, LOCKNAMESIZE are defined in "filesize.h" */
|
||||
/* SAVESIZE, BONESSIZE, LOCKNAMESIZE are defined in "fnamesiz.h" */
|
||||
char SAVEF[SAVESIZE]; /* holds relative path of save file from playground */
|
||||
#ifdef MICRO
|
||||
char SAVEP[SAVESIZE]; /* holds path of directory for save file */
|
||||
|
||||
@@ -424,7 +424,7 @@ YOU_H = $(MONST_H) $(YOUPROP_H) $(INCL)/align.h \
|
||||
DISPLAY_H = $(MONDATA_H) $(INCL)/vision.h $(INCL)/display.h
|
||||
PCCONF_H = $(INCL)/micro.h $(INCL)/system.h $(INCL)/pcconf.h \
|
||||
$(MSYS)/pcvideo.h
|
||||
CONFIG_H = $(GLOBAL_H) $(INCL)/filesize.h $(INCL)/tradstdc.h \
|
||||
CONFIG_H = $(GLOBAL_H) $(INCL)/fnamesiz.h $(INCL)/tradstdc.h \
|
||||
$(INCL)/config1.h $(INCL)/config.h
|
||||
DECL_H = $(YOU_H) $(INCL)/spell.h $(INCL)/color.h \
|
||||
$(INCL)/obj.h $(INCL)/onames.h $(INCL)/pm.h \
|
||||
|
||||
@@ -729,7 +729,7 @@ depend: ../sys/unix/depend.awk \
|
||||
|
||||
# config.h timestamp
|
||||
$(CONFIG_H): ../include/config.h ../include/config1.h ../include/tradstdc.h \
|
||||
../include/global.h ../include/filesize.h ../include/coord.h \
|
||||
../include/global.h ../include/fnamesiz.h ../include/coord.h \
|
||||
../include/vmsconf.h ../include/system.h ../include/nhlua.h \
|
||||
../include/unixconf.h ../include/os2conf.h ../include/micro.h \
|
||||
../include/pcconf.h ../include/tosconf.h ../include/amiconf.h \
|
||||
|
||||
@@ -469,7 +469,7 @@ endif
|
||||
#==========================================
|
||||
|
||||
CONFIG_H = $(INCL)/config.h $(INCL)/config1.h $(INCL)/tradstdc.h \
|
||||
$(INCL)/global.h $(INCL)/filesize.h $(INCL)/coord.h \
|
||||
$(INCL)/global.h $(INCL)/fnamesiz.h $(INCL)/coord.h \
|
||||
$(INCL)/vmsconf.h $(INCL)/system.h $(INCL)/unixconf.h \
|
||||
$(INCL)/os2conf.h $(INCL)/micro.h $(INCL)/pcconf.h \
|
||||
$(INCL)/tosconf.h $(INCL)/amiconf.h $(INCL)/macconf.h \
|
||||
|
||||
@@ -485,7 +485,7 @@ PDCLIB =
|
||||
#==========================================
|
||||
|
||||
CONFIG_H = $(INCL)\config.h $(INCL)\config1.h $(INCL)\tradstdc.h \
|
||||
$(INCL)\global.h $(INCL)\filesize.h $(INCL)\coord.h \
|
||||
$(INCL)\global.h $(INCL)\fnamesiz.h $(INCL)\coord.h \
|
||||
$(INCL)\vmsconf.h $(INCL)\system.h $(INCL)\nhlua.h \
|
||||
$(INCL)\unixconf.h $(INCL)\os2conf.h $(INCL)\micro.h \
|
||||
$(INCL)\pcconf.h $(INCL)\tosconf.h $(INCL)\amiconf.h \
|
||||
|
||||
@@ -46,7 +46,7 @@ char *FDECL(exepath, (char *));
|
||||
extern unsigned _stklen = STKSIZ;
|
||||
#endif
|
||||
|
||||
/* SAVESIZE is defined in "filesize.h" */
|
||||
/* SAVESIZE is defined in "fnamesiz.h" */
|
||||
char savename[SAVESIZE]; /* holds relative path of save file from playground */
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user