Module Name: krb5 Committed By: raeburn Date: Fri Jun 18 22:47:28 UTC 2004 Modified Files: krb5/src/util/et/ChangeLog krb5/src/util/et/Makefile.in krb5/src/util/et/error_message.c krb5/src/util/et/test_et.c Added Files: Removed Files: Log Message * Makefile.in ($(OUTPRE)test_et.exe): New target. (check-windows): Build and run test_et.exe. * error_message.c: Include autoconf.h. (HAVE_STRERROR) [_WIN32]: Don't define. (error_message) [_WIN32]: Check for range WSABASEERR+[0,1100) instead of all values under 12000. Use k5_getspecific and k5_setspecific for local buffer. * test_et.c (EXPORT_LIST): Define on Windows. (main): Use add/remove_error_table, not the initialize_ routines. (main) [EXPORT_LIST]: Don't test error_table_name, it's not in the export list. To generate a diff of this commit: cvs diff -r5.143 -r5.144 krb5/src/util/et/ChangeLog cvs diff -r1.73 -r1.74 krb5/src/util/et/Makefile.in cvs diff -r5.44 -r5.45 krb5/src/util/et/error_message.c cvs diff -r5.7 -r5.8 krb5/src/util/et/test_et.c