182 lines
5.1 KiB
C
182 lines
5.1 KiB
C
|
/* config.h. Generated from config.h.in by configure. */
|
||
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Name of person that compiled this program */
|
||
|
#define COMPILE_BY "G. Allen Morris III"
|
||
|
|
||
|
/* Date program was compiled */
|
||
|
#define COMPILE_TIME "Wed Aug 5 17:51:25 EDT 2009"
|
||
|
|
||
|
/* description */
|
||
|
#define COMPILE_VERSION 0
|
||
|
|
||
|
/* Define to 1 if you have the `bzero' function. */
|
||
|
#define HAVE_BZERO 1
|
||
|
|
||
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
||
|
#define HAVE_FCNTL_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `gethostname' function. */
|
||
|
#define HAVE_GETHOSTNAME 1
|
||
|
|
||
|
/* Define to 1 if you have the `gettimeofday' function. */
|
||
|
#define HAVE_GETTIMEOFDAY 1
|
||
|
|
||
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||
|
#define HAVE_INTTYPES_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `GL' library (-lGL). */
|
||
|
#define HAVE_LIBGL 1
|
||
|
|
||
|
/* Define to 1 if you have the `history' library (-lhistory). */
|
||
|
/* #undef HAVE_LIBHISTORY */
|
||
|
|
||
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
||
|
to 0 otherwise. */
|
||
|
#define HAVE_MALLOC 1
|
||
|
|
||
|
/* Define to 1 if you have the <memory.h> header file. */
|
||
|
#define HAVE_MEMORY_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `memset' function. */
|
||
|
#define HAVE_MEMSET 1
|
||
|
|
||
|
/* Define to 1 if you have the `mkdir' function. */
|
||
|
#define HAVE_MKDIR 1
|
||
|
|
||
|
/* Define if Readline is used. */
|
||
|
/* #undef HAVE_READLINE */
|
||
|
|
||
|
/* Define to 1 if you have the `select' function. */
|
||
|
#define HAVE_SELECT 1
|
||
|
|
||
|
/* Define to 1 if `stat' has the bug that it succeeds when given the
|
||
|
zero-length file name argument. */
|
||
|
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
|
||
|
|
||
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||
|
#define HAVE_STDINT_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||
|
#define HAVE_STDLIB_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `strdup' function. */
|
||
|
#define HAVE_STRDUP 1
|
||
|
|
||
|
/* Define to 1 if you have the <strings.h> header file. */
|
||
|
#define HAVE_STRINGS_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <string.h> header file. */
|
||
|
#define HAVE_STRING_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `strrchr' function. */
|
||
|
#define HAVE_STRRCHR 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
||
|
#define HAVE_SYS_IOCTL_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
||
|
#define HAVE_SYS_SELECT_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||
|
#define HAVE_SYS_SOCKET_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||
|
#define HAVE_SYS_STAT_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
||
|
#define HAVE_SYS_TIME_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
||
|
#define HAVE_SYS_TYPES_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <termios.h> header file. */
|
||
|
#define HAVE_TERMIOS_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `uname' function. */
|
||
|
#define HAVE_UNAME 1
|
||
|
|
||
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||
|
#define HAVE_UNISTD_H 1
|
||
|
|
||
|
/* Define if MIT Shared Memory extension is used. */
|
||
|
/* #define HAVE_XSHM 1 */
|
||
|
|
||
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
||
|
slash. */
|
||
|
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
||
|
|
||
|
/* Name of package */
|
||
|
#define PACKAGE "x48"
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#define PACKAGE_BUGREPORT "x48-bugs@gam3.net"
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#define PACKAGE_NAME "x48"
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#define PACKAGE_STRING "x48 0.6.1"
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#define PACKAGE_TARNAME "x48"
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#define PACKAGE_VERSION "0.6.1"
|
||
|
|
||
|
/* The patch level */
|
||
|
#define PATCHLEVEL 1
|
||
|
|
||
|
/* Define to the type of arg 1 for `select'. */
|
||
|
#define SELECT_TYPE_ARG1 int
|
||
|
|
||
|
/* Define to the type of args 2, 3 and 4 for `select'. */
|
||
|
#define SELECT_TYPE_ARG234 (fd_set *)
|
||
|
|
||
|
/* Define to the type of arg 5 for `select'. */
|
||
|
#define SELECT_TYPE_ARG5 (struct timeval *)
|
||
|
|
||
|
/* 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 1 if your <sys/time.h> declares `struct tm'. */
|
||
|
/* #undef TM_IN_SYS_TIME */
|
||
|
|
||
|
/* Version number of package */
|
||
|
#define VERSION "0.6.1"
|
||
|
|
||
|
/* The major version */
|
||
|
#define VERSION_MAJOR 0
|
||
|
|
||
|
/* The minor version */
|
||
|
#define VERSION_MINOR 6
|
||
|
|
||
|
/* Define to 1 if the X Window System is missing or not being used. */
|
||
|
/* #undef X_DISPLAY_MISSING */
|
||
|
|
||
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||
|
/* #undef const */
|
||
|
|
||
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
||
|
#ifndef __cplusplus
|
||
|
/* #undef inline */
|
||
|
#endif
|
||
|
|
||
|
//#define SYSV_TIME 1
|
||
|
|
||
|
/*#define DEBUG_BUTTONS
|
||
|
#define DEBUG_INTERRUPT
|
||
|
#define DEBUG_KBD_INT
|
||
|
#define DEBUG_TIMER
|
||
|
#define DEBUG_SHUTDOWN*/
|
||
|
|
||
|
/* Define to rpl_malloc if the replacement function should be used. */
|
||
|
/* #undef malloc */
|
||
|
|
||
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||
|
/* #undef size_t */
|