K 10 svn:author V 3 das K 8 svn:date V 27 2009-03-14T02:31:48.901256Z K 7 svn:log V 251 r189349 removed mktemp() from the XSI namespace when __XOPEN_SOURCE >= 700, since mktemp() was withdrawn from the standard. However, __XSI_VISIBLE is set to 700 in the default BSD envrionment, where mktemp() should still exist; hence, check for this. END