-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
336 additions
and
13,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
*.a | ||
*.o | ||
.deps | ||
Makefile | ||
Makefile.in | ||
aclocal.m4 | ||
autom4te.cache | ||
config.guess | ||
config.h | ||
config.log | ||
config.status | ||
config.sub | ||
configure | ||
emulator/Makefile | ||
emulator/Makefile.in | ||
life-support/Makefile | ||
life-support/Makefile.in | ||
src/Makefile | ||
src/Makefile.in | ||
src/byteswap_world | ||
src/genera | ||
stamp-h1 | ||
stub/Makefile | ||
stub/Makefile.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
aclocal | ||
autoconf | ||
automake --add-missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,306 @@ | ||
/* config.h.in. Generated from configure.ac by autoheader. */ | ||
|
||
/* Define to 1 if you have the `alarm' function. */ | ||
#undef HAVE_ALARM | ||
|
||
/* Define to 1 if you have the <arpa/inet.h> header file. */ | ||
#undef HAVE_ARPA_INET_H | ||
|
||
/* Define to 1 if you have the `atexit' function. */ | ||
#undef HAVE_ATEXIT | ||
|
||
/* Define to 1 if you have the `clock_gettime' function. */ | ||
#undef HAVE_CLOCK_GETTIME | ||
|
||
/* Define to 1 if you have the <dlfcn.h> header file. */ | ||
#undef HAVE_DLFCN_H | ||
|
||
/* Define to 1 if you have the <fcntl.h> header file. */ | ||
#undef HAVE_FCNTL_H | ||
|
||
/* Define to 1 if you have the <fenv.h> header file. */ | ||
#undef HAVE_FENV_H | ||
|
||
/* Define to 1 if you have the `floor' function. */ | ||
#undef HAVE_FLOOR | ||
|
||
/* Define to 1 if you have the `ftruncate' function. */ | ||
#undef HAVE_FTRUNCATE | ||
|
||
/* Define to 1 if you have the `getcwd' function. */ | ||
#undef HAVE_GETCWD | ||
|
||
/* Define to 1 if you have the `gethostbyaddr' function. */ | ||
#undef HAVE_GETHOSTBYADDR | ||
|
||
/* Define to 1 if you have the `gethostbyname' function. */ | ||
#undef HAVE_GETHOSTBYNAME | ||
|
||
/* Define to 1 if you have the `gethostname' function. */ | ||
#undef HAVE_GETHOSTNAME | ||
|
||
/* Define to 1 if you have the `getpagesize' function. */ | ||
#undef HAVE_GETPAGESIZE | ||
|
||
/* Define to 1 if you have the `gettimeofday' function. */ | ||
#undef HAVE_GETTIMEOFDAY | ||
|
||
/* Define to 1 if you have the `inet_ntoa' function. */ | ||
#undef HAVE_INET_NTOA | ||
|
||
/* Define to 1 if you have the <inttypes.h> header file. */ | ||
#undef HAVE_INTTYPES_H | ||
|
||
/* Define to 1 if you have the `c' library (-lc). */ | ||
#undef HAVE_LIBC | ||
|
||
/* Define to 1 if you have the `crypt' library (-lcrypt). */ | ||
#undef HAVE_LIBCRYPT | ||
|
||
/* Define to 1 if you have the `dl' library (-ldl). */ | ||
#undef HAVE_LIBDL | ||
|
||
/* Define to 1 if you have the `m' library (-lm). */ | ||
#undef HAVE_LIBM | ||
|
||
/* Define to 1 if you have the `pthread' library (-lpthread). */ | ||
#undef HAVE_LIBPTHREAD | ||
|
||
/* Define to 1 if you have the `X11' library (-lX11). */ | ||
#undef HAVE_LIBX11 | ||
|
||
/* Define to 1 if you have the <limits.h> header file. */ | ||
#undef HAVE_LIMITS_H | ||
|
||
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and | ||
to 0 otherwise. */ | ||
#undef HAVE_MALLOC | ||
|
||
/* Define to 1 if you have the <malloc.h> header file. */ | ||
#undef HAVE_MALLOC_H | ||
|
||
/* Define to 1 if you have the `memchr' function. */ | ||
#undef HAVE_MEMCHR | ||
|
||
/* Define to 1 if you have the `memmove' function. */ | ||
#undef HAVE_MEMMOVE | ||
|
||
/* Define to 1 if you have the <memory.h> header file. */ | ||
#undef HAVE_MEMORY_H | ||
|
||
/* Define to 1 if you have the `memset' function. */ | ||
#undef HAVE_MEMSET | ||
|
||
/* Define to 1 if you have a working `mmap' system call. */ | ||
#undef HAVE_MMAP | ||
|
||
/* Define to 1 if you have the `munmap' function. */ | ||
#undef HAVE_MUNMAP | ||
|
||
/* Define to 1 if you have the <netdb.h> header file. */ | ||
#undef HAVE_NETDB_H | ||
|
||
/* Define to 1 if you have the <netinet/in.h> header file. */ | ||
#undef HAVE_NETINET_IN_H | ||
|
||
/* Define to 1 if you have the <nlist.h> header file. */ | ||
#undef HAVE_NLIST_H | ||
|
||
/* Define to 1 if you have the <paths.h> header file. */ | ||
#undef HAVE_PATHS_H | ||
|
||
/* Define if you have POSIX threads libraries and header files. */ | ||
#undef HAVE_PTHREAD | ||
|
||
/* Define to 1 if the system has the type `ptrdiff_t'. */ | ||
#undef HAVE_PTRDIFF_T | ||
|
||
/* Define to 1 if your system has a GNU libc compatible `realloc' function, | ||
and to 0 otherwise. */ | ||
#undef HAVE_REALLOC | ||
|
||
/* Define to 1 if you have the `rint' function. */ | ||
#undef HAVE_RINT | ||
|
||
/* Define to 1 if you have the `socket' function. */ | ||
#undef HAVE_SOCKET | ||
|
||
/* Define to 1 if you have the <stddef.h> header file. */ | ||
#undef HAVE_STDDEF_H | ||
|
||
/* Define to 1 if you have the <stdint.h> header file. */ | ||
#undef HAVE_STDINT_H | ||
|
||
/* Define to 1 if you have the <stdlib.h> header file. */ | ||
#undef HAVE_STDLIB_H | ||
|
||
/* Define to 1 if you have the `stpcpy' function. */ | ||
#undef HAVE_STPCPY | ||
|
||
/* Define to 1 if you have the `strchr' function. */ | ||
#undef HAVE_STRCHR | ||
|
||
/* Define to 1 if you have the `strdup' function. */ | ||
#undef HAVE_STRDUP | ||
|
||
/* Define to 1 if you have the `strerror' function. */ | ||
#undef HAVE_STRERROR | ||
|
||
/* Define to 1 if you have the <strings.h> header file. */ | ||
#undef HAVE_STRINGS_H | ||
|
||
/* Define to 1 if you have the <string.h> header file. */ | ||
#undef HAVE_STRING_H | ||
|
||
/* Define to 1 if you have the `strncasecmp' function. */ | ||
#undef HAVE_STRNCASECMP | ||
|
||
/* Define to 1 if you have the `strndup' function. */ | ||
#undef HAVE_STRNDUP | ||
|
||
/* Define to 1 if you have the `strrchr' function. */ | ||
#undef HAVE_STRRCHR | ||
|
||
/* Define to 1 if you have the `strtoul' function. */ | ||
#undef HAVE_STRTOUL | ||
|
||
/* Define to 1 if you have the <sys/file.h> header file. */ | ||
#undef HAVE_SYS_FILE_H | ||
|
||
/* Define to 1 if you have the <sys/ioctl.h> header file. */ | ||
#undef HAVE_SYS_IOCTL_H | ||
|
||
/* Define to 1 if you have the <sys/param.h> header file. */ | ||
#undef HAVE_SYS_PARAM_H | ||
|
||
/* Define to 1 if you have the <sys/socket.h> header file. */ | ||
#undef HAVE_SYS_SOCKET_H | ||
|
||
/* Define to 1 if you have the <sys/stat.h> header file. */ | ||
#undef HAVE_SYS_STAT_H | ||
|
||
/* Define to 1 if you have the <sys/time.h> header file. */ | ||
#undef HAVE_SYS_TIME_H | ||
|
||
/* Define to 1 if you have the <sys/types.h> header file. */ | ||
#undef HAVE_SYS_TYPES_H | ||
|
||
/* Define to 1 if the system has the type `ucontext_t'. */ | ||
#undef HAVE_UCONTEXT_T | ||
|
||
/* Define to 1 if you have the `uname' function. */ | ||
#undef HAVE_UNAME | ||
|
||
/* Define to 1 if you have the <unistd.h> header file. */ | ||
#undef HAVE_UNISTD_H | ||
|
||
/* Define to 1 if you have the <utmp.h> header file. */ | ||
#undef HAVE_UTMP_H | ||
|
||
/* Define to 1 if you have the <X11/Xlib-xcb.h> header file. */ | ||
#undef HAVE_X11_XLIB_XCB_H | ||
|
||
/* Define to 1 if the system has the type `_Bool'. */ | ||
#undef HAVE__BOOL | ||
|
||
/* Name of package */ | ||
#undef PACKAGE | ||
|
||
/* Define to the address where bug reports for this package should be sent. */ | ||
#undef PACKAGE_BUGREPORT | ||
|
||
/* Define to the full name of this package. */ | ||
#undef PACKAGE_NAME | ||
|
||
/* Define to the full name and version of this package. */ | ||
#undef PACKAGE_STRING | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#undef PACKAGE_TARNAME | ||
|
||
/* Define to the home page for this package. */ | ||
#undef PACKAGE_URL | ||
|
||
/* Define to the version of this package. */ | ||
#undef PACKAGE_VERSION | ||
|
||
/* Define to necessary symbol if this constant uses a non-standard name on | ||
your system. */ | ||
#undef PTHREAD_CREATE_JOINABLE | ||
|
||
/* The size of `int *', as computed by sizeof. */ | ||
#undef SIZEOF_INT_P | ||
|
||
/* Define to 1 if you have the ANSI C header files. */ | ||
#undef STDC_HEADERS | ||
|
||
/* Version number of package */ | ||
#undef VERSION | ||
|
||
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, | ||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | ||
#define below would cause a syntax error. */ | ||
#undef _UINT32_T | ||
|
||
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, | ||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | ||
#define below would cause a syntax error. */ | ||
#undef _UINT64_T | ||
|
||
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, | ||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | ||
#define below would cause a syntax error. */ | ||
#undef _UINT8_T | ||
|
||
/* 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 to the type of a signed integer type of width exactly 16 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef int16_t | ||
|
||
/* Define to the type of a signed integer type of width exactly 32 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef int32_t | ||
|
||
/* Define to the type of a signed integer type of width exactly 64 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef int64_t | ||
|
||
/* Define to the type of a signed integer type of width exactly 8 bits if such | ||
a type exists and the standard includes do not define it. */ | ||
#undef int8_t | ||
|
||
/* Define to rpl_malloc if the replacement function should be used. */ | ||
#undef malloc | ||
|
||
/* Define to `long int' if <sys/types.h> does not define. */ | ||
#undef off_t | ||
|
||
/* Define to rpl_realloc if the replacement function should be used. */ | ||
#undef realloc | ||
|
||
/* Define to `unsigned int' if <sys/types.h> does not define. */ | ||
#undef size_t | ||
|
||
/* Define to `int' if <sys/types.h> does not define. */ | ||
#undef ssize_t | ||
|
||
/* Define to the type of an unsigned integer type of width exactly 16 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef uint16_t | ||
|
||
/* Define to the type of an unsigned integer type of width exactly 32 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef uint32_t | ||
|
||
/* Define to the type of an unsigned integer type of width exactly 64 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef uint64_t | ||
|
||
/* Define to the type of an unsigned integer type of width exactly 8 bits if | ||
such a type exists and the standard includes do not define it. */ | ||
#undef uint8_t |
Oops, something went wrong.