#ifndef ORIG

#include "vxWorks.h"

#ifndef MAXPATHLEN
#include "limits.h"
#define MAXPATHLEN _POSIX_PATH_MAX
#endif

#undef HAVE_MMAP
#undef HAVE_MEMORY_H
#endif

#include "ioLib.h"

#define exit(num)	exit_hack(num)
