*** ./xlito.c.ORIG Mon Dec 10 14:51:33 2012 --- ./xlito.c Mon Dec 10 14:51:46 2012 *************** *** 14,20 **** #define PADSIZE 20 /* allow a little over-read on image load */ ! #if (defined(SYSV) || defined (VMS)) && !defined(SVR4) && !defined(__hpux) && !defined(_CRAY) #define NEED_FTRUNCATE /* define this if your system doesn't have ftruncate() */ #endif --- 14,20 ---- #define PADSIZE 20 /* allow a little over-read on image load */ ! #if (defined(SYSV) || defined (VMS)) && !defined(SVR4) && !defined(__hpux) && !defined(_CRAY) && !defined(_AIX) #define NEED_FTRUNCATE /* define this if your system doesn't have ftruncate() */ #endif *** ./Imakefile.ORIG Mon Dec 10 15:04:29 2012 --- ./Imakefile Mon Dec 10 15:04:54 2012 *************** *** 46,52 **** @echo "*** and names to look for images. You probably want to edit" @echo "*** it for your site. See the xloadimage manual page for" @echo "*** details on the contents of this file." ! cp /dev/null $(SYSPATHFILE) echo "path=$(INCDIR)/bitmaps $(INCDIR)/images" \ >> $(SYSPATHFILE) echo "extension=.gif .jpg .rle .csun .msun .sun .face .xbm .bm" \ --- 46,53 ---- @echo "*** and names to look for images. You probably want to edit" @echo "*** it for your site. See the xloadimage manual page for" @echo "*** details on the contents of this file." ! /usr/bin/rm -f $(SYSPATHFILE) ! touch $(SYSPATHFILE) echo "path=$(INCDIR)/bitmaps $(INCDIR)/images" \ >> $(SYSPATHFILE) echo "extension=.gif .jpg .rle .csun .msun .sun .face .xbm .bm" \