*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -73,6 +73,7 @@ extern "C" {
|
|||||||
#else
|
#else
|
||||||
#define DES_LIB_FUNCTION
|
#define DES_LIB_FUNCTION
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
/* 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). */
|
* %20 speed up (longs are 8 bytes, int's are 4). */
|
||||||
|
@@ -112,6 +112,16 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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>
|
#include <roken-common.h>
|
||||||
|
|
||||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||||
|
Reference in New Issue
Block a user