mycrypt.c revision e6281f57ea8ea965db6dfa7ed45f07c1ac95aeaa
#define _XOPEN_SOURCE 4
#define _XOPEN_VERSION 4
#define _XPG4_2
#ifdef CRYPT_USE_XPG6
# define _XPG6 /* Some Solaris versions require this, some break with this */
#endif
#include <unistd.h>
#include "mycrypt.h"
{
}