*** xpaint/Local.config	Sat Sep  2 22:02:09 2000
--- xpaint/Local.config	Thu May 17 18:50:28 2001
***************
*** 101,111 ****
  XCOMM  You must have the XPM library.
  XCOMM  Make sure the path name to the library is correct.
  
! XPM_LIB     = -L/usr/X11R6/lib -lXpm
  
  XCOMM  Make sure this points to the location of the 'xpm.h' file.
  
! XPM_INCLUDE = -I/usr/X11R6/include/X11
  
  
  DEPENDFLAGS = -I./bitmaps
--- 101,111 ----
  XCOMM  You must have the XPM library.
  XCOMM  Make sure the path name to the library is correct.
  
! XPM_LIB     = -lXpm
  
  XCOMM  Make sure this points to the location of the 'xpm.h' file.
  
! XPM_INCLUDE = -I/usr/lpp/X11/include/X11
  
  
  DEPENDFLAGS = -I./bitmaps
***************
*** 113,120 ****
  XCOMM Uncomment these lines and tailor to taste, if you don't like
  XCOMM the default paths and man page extension.
  XCOMM
! XCOMM BINDIR = /usr/local/bin
! XCOMM MANDIR = /usr/local/man
  XCOMM #undef ManSuffix
  XCOMM #define ManSuffix 1
  
--- 113,120 ----
  XCOMM Uncomment these lines and tailor to taste, if you don't like
  XCOMM the default paths and man page extension.
  XCOMM
! BINDIR = /opt/freeware/bin
! MANDIR = /opt/freeware/man
  XCOMM #undef ManSuffix
  XCOMM #define ManSuffix 1
  
*** xpaint/rw/rwTable.c	Thu May 17 18:25:18 2001
--- xpaint/rw/rwTable.c	Thu May 17 18:25:37 2001
***************
*** 239,245 ****
  #ifdef __CYGWIN__
  #  define sys_errlist _sys_errlist
  #else
!    extern char *sys_errlist[]
  #endif
  #endif
  #endif
--- 239,245 ----
  #ifdef __CYGWIN__
  #  define sys_errlist _sys_errlist
  #else
!    extern char *sys_errlist[];
  #endif
  #endif
  #endif
*** xpaint/rw/libpnmrw.c	Thu May 17 18:26:51 2001
--- xpaint/rw/libpnmrw.c	Thu May 17 18:27:08 2001
***************
*** 139,145 ****
  #ifdef __CYGWIN__
  #  define sys_errlist _sys_errlist
  #else
!    extern char *sys_errlist[]
  #endif
  #endif
  #endif
--- 139,145 ----
  #ifdef __CYGWIN__
  #  define sys_errlist _sys_errlist
  #else
!    extern char *sys_errlist[];
  #endif
  #endif
  #endif
