--- uae/src/include/sysconfig.h.Be 2018/04/24 16:38:39 1.1.1.1 +++ uae/src/include/sysconfig.h.Be 2018/04/24 16:39:22 1.1.1.2 @@ -4,6 +4,8 @@ // Enables some work arounds to get UAE to work with Code Warrior #define __PPCMetrowerks__ +#define REGPARAM + /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ @@ -57,7 +59,7 @@ #define SIZEOF_LONG 4 /* The number of bytes in a long long. */ -//#define SIZEOF_LONG_LONG 8 +/* #undef SIZEOF_LONG_LONG */ /* The number of bytes in a short. */ #define SIZEOF_SHORT 2 @@ -74,6 +76,9 @@ /* Define if you have the select function. */ #define HAVE_SELECT 1 +/* Define if you have the sigaction function. */ +#define HAVE_SIGACTION 1 + /* Define if you have the statfs function. */ /* #undef HAVE_STATFS */ @@ -92,6 +97,9 @@ /* Define if you have the header file. */ /* #define HAVE_LINUX_JOYSTICK_H 1 */ +/* Define if you have the header file. */ +/* #undef HAVE_NCURSES_H */ + /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ @@ -113,6 +121,9 @@ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 +/* Define if you have the header file. */ +/* #undef HAVE_SYS_SELECT_H */ + /* Define if you have the header file. */ #define HAVE_SYS_STAT_H 1 @@ -139,3 +150,6 @@ /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ + +/* Define if you have the ncurses library (-lncurses). */ +/* #undef HAVE_LIBNCURSES */