mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
192 lines
5.0 KiB
Plaintext
192 lines
5.0 KiB
Plaintext
|
/* Src/sysconfig.h for Wii */
|
||
|
|
||
|
/* Define if on AIX 3.
|
||
|
System headers sometimes define this.
|
||
|
We just want to avoid a redefinition error message. */
|
||
|
#ifndef _ALL_SOURCE
|
||
|
/* #undef _ALL_SOURCE */
|
||
|
#endif
|
||
|
|
||
|
/* Define to empty if the keyword does not work. */
|
||
|
/* #undef const */
|
||
|
|
||
|
/* Define if your struct stat has st_blocks. */
|
||
|
#define HAVE_ST_BLOCKS 1
|
||
|
|
||
|
/* Define if utime(file, NULL) sets file's timestamp to the present. */
|
||
|
#define HAVE_UTIME_NULL 1
|
||
|
|
||
|
/* Define as __inline if that's what the C compiler calls it. */
|
||
|
/* #undef inline */
|
||
|
|
||
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||
|
/* #undef mode_t */
|
||
|
|
||
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
||
|
/* #undef off_t */
|
||
|
|
||
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||
|
/* #undef pid_t */
|
||
|
|
||
|
/* Define if you need to in order for stat and other things to work. */
|
||
|
#define _POSIX_SOURCE 1
|
||
|
|
||
|
/* Define as the return type of signal handlers (int or void). */
|
||
|
#define RETSIGTYPE void
|
||
|
|
||
|
/* Define if you have the ANSI C header files. */
|
||
|
#define STDC_HEADERS 1
|
||
|
|
||
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||
|
#define TIME_WITH_SYS_TIME 1
|
||
|
|
||
|
/* Define if your <sys/time.h> declares struct tm. */
|
||
|
/* #undef TM_IN_SYS_TIME */
|
||
|
|
||
|
/* The number of bytes in a char. */
|
||
|
#define SIZEOF_CHAR 1
|
||
|
|
||
|
/* The number of bytes in a int. */
|
||
|
#define SIZEOF_INT 4
|
||
|
|
||
|
/* The number of bytes in a long. */
|
||
|
#define SIZEOF_LONG 4
|
||
|
|
||
|
/* The number of bytes in a long long. */
|
||
|
#define SIZEOF_LONG_LONG 8
|
||
|
|
||
|
/* The number of bytes in a short. */
|
||
|
#define SIZEOF_SHORT 2
|
||
|
|
||
|
/* Define if you have the gettimeofday function. */
|
||
|
#define HAVE_GETTIMEOFDAY 1
|
||
|
|
||
|
/* Define if you have SDL. */
|
||
|
#define HAVE_SDL 1
|
||
|
|
||
|
/* Define if you have the mkdir function. */
|
||
|
#define HAVE_MKDIR 1
|
||
|
|
||
|
/* Define if you have the rmdir function. */
|
||
|
#define HAVE_RMDIR 1
|
||
|
|
||
|
/* 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 */
|
||
|
|
||
|
/* Define if you have the strerror function. */
|
||
|
#define HAVE_STRERROR 1
|
||
|
|
||
|
/* Define if you have the strstr function. */
|
||
|
#define HAVE_STRSTR 1
|
||
|
|
||
|
/* Define if you have the usleep function. */
|
||
|
/* #undef HAVE_USLEEP */
|
||
|
|
||
|
/* Define if you have the <dirent.h> header file. */
|
||
|
#define HAVE_DIRENT_H 1
|
||
|
|
||
|
/* Define if you have the <fcntl.h> header file. */
|
||
|
#define HAVE_FCNTL_H 1
|
||
|
|
||
|
/* Define if you have the <linux/joystick.h> header file. */
|
||
|
#undef HAVE_LINUX_JOYSTICK_H
|
||
|
|
||
|
/* Define if you have the <ncurses.h> header file. */
|
||
|
/* #undef HAVE_NCURSES_H */
|
||
|
|
||
|
/* Define if you have the <ndir.h> header file. */
|
||
|
#define HAVE_NDIR_H 1
|
||
|
|
||
|
/* Define if you have the <string.h> header file. */
|
||
|
#define HAVE_STRING_H 1
|
||
|
|
||
|
/* Define if you have the <strings.h> header file. */
|
||
|
/* #undef HAVE_STRINGS_H */
|
||
|
|
||
|
/* Define if you have the <sys/dir.h> header file. */
|
||
|
#define HAVE_SYS_DIR_H 1
|
||
|
|
||
|
/* Define if you have the <sys/mount.h> header file. */
|
||
|
/* #undef HAVE_SYS_MOUNT_H */
|
||
|
|
||
|
/* Define if you have the <sys/ndir.h> header file. */
|
||
|
/* #undef HAVE_SYS_NDIR_H */
|
||
|
|
||
|
/* Define if you have the <sys/param.h> header file. */
|
||
|
#define HAVE_SYS_PARAM_H 1
|
||
|
|
||
|
/* Define if you have the <sys/select.h> header file. */
|
||
|
/* #undef HAVE_SYS_SELECT_H */
|
||
|
|
||
|
/* Define if you have the <sys/stat.h> header file. */
|
||
|
#define HAVE_SYS_STAT_H 1
|
||
|
|
||
|
/* Define if you have the <sys/statfs.h> header file. */
|
||
|
/* #undef HAVE_SYS_STATFS_H */
|
||
|
|
||
|
/* Define if you have the <sys/statvfs.h> header file. */
|
||
|
/* #undef HAVE_SYS_STATVFS_H */
|
||
|
|
||
|
/* Define if you have the <sys/time.h> header file. */
|
||
|
#define HAVE_SYS_TIME_H 1
|
||
|
|
||
|
/* Define if you have the <sys/types.h> header file. */
|
||
|
#define HAVE_SYS_TYPES_H 1
|
||
|
|
||
|
/* Define if you have the <sys/vfs.h> header file. */
|
||
|
/* #undef HAVE_SYS_VFS_H */
|
||
|
|
||
|
/* Define if you have the <unistd.h> header file. */
|
||
|
#define HAVE_UNISTD_H 1
|
||
|
|
||
|
/* Define if you have the <utime.h> header file. */
|
||
|
#define HAVE_UTIME_H 1
|
||
|
|
||
|
/* Define if you have the <values.h> header file. */
|
||
|
/* #undef HAVE_VALUES_H */
|
||
|
|
||
|
/* The size of `char', as computed by sizeof. */
|
||
|
#define SIZEOF_CHAR 1
|
||
|
|
||
|
/* The size of `int', as computed by sizeof. */
|
||
|
#define SIZEOF_INT 4
|
||
|
|
||
|
/* The size of `long', as computed by sizeof. */
|
||
|
#define SIZEOF_LONG 4
|
||
|
|
||
|
/* The size of `long long', as computed by sizeof. */
|
||
|
#define SIZEOF_LONG_LONG 8
|
||
|
|
||
|
/* The size of `short', as computed by sizeof. */
|
||
|
#define SIZEOF_SHORT 2
|
||
|
|
||
|
/* The size of `void *', as computed by sizeof. */
|
||
|
#define SIZEOF_VOID_P 4
|
||
|
|
||
|
/* Define to 1 if you have the ANSI C header files. */
|
||
|
#define STDC_HEADERS 1
|
||
|
|
||
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||
|
#define TIME_WITH_SYS_TIME 1
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#define PACKAGE_BUGREPORT "simon.kagstrom@gmail.com"
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#define PACKAGE_NAME "Frodo"
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#define PACKAGE_STRING "Frodo 4.2"
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#define PACKAGE_TARNAME "Frodo"
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#define PACKAGE_VERSION "4.2"
|