The SIZEOF_INT define isn't used since 2004. Let's remove it. Index: config.h =================================================================== RCS file: /cvs/src/bin/ksh/config.h,v retrieving revision 1.14 diff -u -r1.14 config.h --- config.h 14 Mar 2011 21:20:00 -0000 1.14 +++ config.h 27 Oct 2014 19:04:44 -0000 @@ -32,9 +32,6 @@ /* Specify default $ENV? */ /* #undef DEFAULT_ENV */ -/* The number of bytes in a int. */ -#define SIZEOF_INT 4 - /* * End of configuration stuff for PD ksh. */
cheers, natano