Add DEBUG_ERROR_LOCATIONS support
authorGreg Hudson <ghudson@mit.edu>
Wed, 29 Apr 2009 23:21:21 +0000 (23:21 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 Apr 2009 23:21:21 +0000 (23:21 +0000)
commit41d6e61e7a953d6ef5e77a3271208b1b6c4e4921
tree7dbf3d53b8a58345edf9ae044f3f73dce5b6737d
parent16aaf27414aaf5478b774e4c504128ef38faa307
Add DEBUG_ERROR_LOCATIONS support

If DEBUG_ERROR_LOCATIONS is defined, replace uses of
krb5_set_error_message and krb5int_set_error with calls to the new
_fl variants of those functions, and include filename and line number
information in the calls.  Requires C99-style variadic macros if
defined.

ticket: 6479

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22291 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-err.h
src/include/k5-int.h
src/lib/krb5/krb/kerrs.c
src/lib/krb5/libkrb5.exports
src/util/support/errors.c
src/util/support/libkrb5support-fixed.exports