*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-07-25 09:36:55 +00:00
parent 7e0ac480af
commit f012712ae0
2 changed files with 11 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ extern "C" {
#else
#define DES_LIB_FUNCTION
#endif
#endif
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
* %20 speed up (longs are 8 bytes, int's are 4). */

View File

@@ -112,6 +112,16 @@
extern "C" {
#endif
#ifndef ROKEN_LIB_FUNCTION
#if defined(__BORLANDC__)
#define ROKEN_LIB_FUNCTION /* not-ready-definition-yet */
#elif defined(_MSC_VER)
#define ROKEN_LIB_FUNCTION /* not-ready-definition-yet2 */
#else
#define ROKEN_LIB_FUNCTION
#endif
#endif
#include <roken-common.h>
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)