Module Name: krb5 Committed By: raeburn Date: Thu Apr 29 06:54:32 UTC 2004 Modified Files: krb5/src/include/ChangeLog krb5/src/include/k5-platform.h Added Files: Removed Files: Log Message * k5-platform.h (DELAY_INITIALIZER): Don't define. (CONSTRUCTOR_ATTR_WORKS, DESTRUCTOR_ATTR_WORKS): Don't define. (USE_LINKER_FINI_OPTION): Don't define. (MAYBE_DUMMY_INIT): New macro, to optionally produce a dummy initializer for the linker to reference in the case where other options indicate we don't want to use it. (MAKE_INIT_FUNCTION): Use it in some versions. Set the exported function name to have a __auxinit suffix. (MAKE_FINI_FUNCTION) [!SHARED]: Declare the function static, and do nothing to try to cause it to get invoked. To generate a diff of this commit: cvs diff -r1.411 -r1.412 krb5/src/include/ChangeLog cvs diff -r1.5 -r1.6 krb5/src/include/k5-platform.h