Index: generic/nsfInt.h =================================================================== diff -u -r396bf130d2a1dc934b01522a105bc93fa003f237 -r52a0f3588723b74acd74a83be339c80b5b4a6701 --- generic/nsfInt.h (.../nsfInt.h) (revision 396bf130d2a1dc934b01522a105bc93fa003f237) +++ generic/nsfInt.h (.../nsfInt.h) (revision 52a0f3588723b74acd74a83be339c80b5b4a6701) @@ -582,7 +582,7 @@ */ typedef enum { - NSF_EMPTY, NSF_ONE, + NSF_EMPTY, NSF_ZERO, NSF_ONE, /* methods called internally */ NSF_CONFIGURE, /* var names */ @@ -603,7 +603,7 @@ extern char *NsfGlobalStrings[]; #else char *NsfGlobalStrings[] = { - "", "1", + "", "0", "1", /* methods called internally */ "configure", /* var names */