#ifndef _JOVE_ERRNO_H #define _JOVE_ERRNO_H 1 enum { EFAIL = 1, EACCESS }; #endif