home *** CD-ROM | disk | FTP | other *** search
- /* These definitions are adjusted by `configure' automatically. */
- /* Bruno Haible 30.3.1995 */
-
-
- /* CPU */
- #ifndef __i386__
- #undef __i386__
- #endif
- #ifndef __m68k__
- #undef __m68k__
- #endif
- #ifndef __mips__
- #undef __mips__
- #endif
- #ifndef __sparc__
- #undef __sparc__
- #endif
- #ifndef __alpha__
- #undef __alpha__
- #endif
- #ifndef __hppa__
- #undef __hppa__
- #endif
- #ifndef __arm__
- #undef __arm__
- #endif
- #ifndef __rs6000__
- #undef __rs6000__
- #endif
- #ifndef __m88k__
- #undef __m88k__
- #endif
- #ifndef __convex__
- #undef __convex__
- #endif
-
-
- /* compiler characteristics */
-
- /* CL_VOID */
- /* Define this as `char' if your compiler doesn't understand the void type. */
- #undef void
-
-
- /* header files */
-
- /* CL_STDC_HEADERS */
- /* Define if you have the ANSI C header files
- <stdlib.h>, <stdarg.h>, <string.h>, <float.h>, <limits.h>. */
- #undef STDC_HEADERS
-
- /* CL_STDLIB_H */
- /* Define if you have <stdlib.h>. */
- #undef HAVE_STDLIB_H
-
- /* CL_UNISTD_H */
- /* Define if you have <unistd.h>. */
- #undef HAVE_UNISTD_H
-
- /* CL_OPENFLAGS */
- /* Define if you need <sys/file.h> for using open() flags like O_RDWR. */
- #undef NEED_SYS_FILE_H
-
-
- /* typedefs */
-
- /* AC_TYPE_SIZE_T */
- #ifndef size_t
- #undef size_t
- #endif
-
- /* AC_TYPE_OFF_T */
- #ifndef off_t
- #undef off_t
- #endif
-
-
- /* functions and declarations */
-
- /* CL_MALLOC */
- /* Define as the return type of malloc(). */
- #undef RETMALLOCTYPE
- /* Define as the type of `size' in malloc() declaration. */
- #undef MALLOC_SIZE_T
-
- /* CL_FREE */
- /* Define as the return type of free(). */
- #undef RETFREETYPE
-
- /* CL_ABORT */
- /* Define as the return type of abort(). */
- #undef RETABORTTYPE
- /* Define as __volatile__ if the declaration of abort() needs it. */
- #define ABORT_VOLATILE
-
- /* CL_MKDIR */
- /* Define as const if the declaration of mkdir() needs const. */
- #define MKDIR_CONST
- /* Define as the type of `mode' in mkdir(), open() declaration. */
- #undef MODE_T
-
- /* CL_OPEN */
- /* Define as const if the declaration of open() needs const. */
- #define OPEN_CONST
- /* Define if the declaration of open() needs dots. */
- #undef OPEN_DOTS
-
- /* CL_GETPAGESIZE */
- /* Define if you have getpagesize(). */
- #undef HAVE_GETPAGESIZE
- /* Define as the return type of getpagesize(). */
- #undef RETGETPAGESIZETYPE
-
- /* CL_MACH_VM */
- /* Define if you have the vm_allocate() and task_self() functions. */
- #undef HAVE_MACH_VM
-
- /* CL_MMAP */
- /* Define if you have <sys/mman.h> and the mmap() function. */
- #undef HAVE_MMAP
- /* Define as the return type of mmap(). */
- #undef RETMMAPTYPE
- /* Define as the type of `addr' in mmap() declaration. */
- #undef MMAP_ADDR_T
- /* Define as the type of `len' in mmap() declaration. */
- #undef MMAP_SIZE_T
- /* Define if <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works. */
- #undef HAVE_MMAP_ANON
- /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS
- works. */
- #undef HAVE_MMAP_ANONYMOUS
- /* Define if mmaping of the special device /dev/zero works. */
- #undef HAVE_MMAP_DEVZERO
- /* Define if mmaping of the special device /dev/zero works,
- but only on addresses < 2^29. */
- #undef HAVE_MMAP_DEVZERO_SUN4_29
-
- /* CL_MPROTECT */
- /* Define if you have the mprotect() function. */
- #undef HAVE_MPROTECT
- /* Define if you have a working mprotect() function. */
- #undef HAVE_WORKING_MPROTECT
- /* Define as const if the declaration of mprotect() needs const. */
- #define MPROTECT_CONST
-
- /* CL_SHMGET */
- /* Define as the type of `size' in shmget() declaration. */
- #undef SHMGET_SIZE_T
-
- /* CL_SHMAT */
- /* Define as the return type of shmat(). */
- #undef RETSHMATTYPE
- /* Define as const if the declaration of shmat() needs const. */
- #define SHMAT_CONST
-
- /* CL_SHMCTL */
- /* Define if the declaration of shmctl() needs dots. */
- #undef SHMCTL_DOTS
-
- /* CL_SHM */
- /* Define if you have <sys/shm.h> and <sys/ipc.h> and shared memory works. */
- #undef HAVE_SHM
- /* Define if you also have <sys/sysmacros.h>. */
- #undef HAVE_SYS_SYSMACROS_H
-
- /* CL_CODEEXEC */
- /* Define if code in malloc'ed memory is executable. */
- #undef CODE_EXECUTABLE
-
- /* AC_CHECK_HEADERS(sys/m88kbcs.h) */
- /* Define if you have <sys/m88kbcs.h>. */
- #undef HAVE_SYS_M88KBCS_H
-
- /* AC_CHECK_HEADERS(sys/cachectl.h) */
- /* Define if you have <sys/cachectl.h>. */
- #undef HAVE_SYS_CACHECTL_H
-