1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
#undef VERSION
#undef PACKAGE
/* Enable GNU extensions. */
#undef _GNU_SOURCE
/* Alignment */
#undef NJ_ALIGNMENT
/* Integer alignment */
#undef NJ_INT_ALIGNMENT
/* Pointer alignment */
#undef NJ_PTR_ALIGNMENT
/* Most likely path to lib */
#undef LIBC_SO_PATH
/* Most likely path to lib */
#undef LIBC_R_PATH
/* Most likely path to libpthread */
#undef LIBPTHREAD_PATH
/* We have the version of GTK needed */
#undef HAVE_GTK
/* Do the various PAGE_ macros actually work? */
#undef HAVE_PAGE_SIZE
#undef HAVE_PAGE_SHIFT
#undef HAVE_PAGE_MASK
/* Is page mask existant but negated? */
#undef NEGATE_PAGE_MASK
/* Curses or ncurses? */
#undef HAVE_CURSES
#undef HAVE_NCURSES
/* Is sigaction POSIX? */
#undef HAVE_POSIX_SIGACTION
/* Does dlopen work? */
#undef HAVE_SANE_DLOPEN
/* Does gcc support constructors in shared libs? */
#undef HAVE_ATTRIB_CONSTRUCT
/* Do we have to link agaist libpthread? */
#undef HAVE_LIBPTHREAD
/* library install prefix */
#undef LD_PREFIX
/* Does __bulitin_return_addrress work, or is it fixable? */
#undef HAVE_WORKING_RET_ADDR
/* Does errno not suck when you use pthreads? (*ahem* GLIBC 2.0 *ahem*) */
#undef HAVE_WORKING_ERRNO
/* Define if we have the <sys/user.h> header file. */
#undef HAVE_SYS_USER_H
/* Define if we have the <pthread.h> header file */
#undef HAVE_PTHREAD_H
/* Define if __bulitin_return_addrress is POISON, do NOT USE! */
#undef HAVE_DEADLY_RET_ADDR
/* Must we use __builtin_frame_address to fix it? */
#undef USE_FRAME_ADDR_HACK
/* Bitwidths */
#undef HAVE_32_BITS
#undef HAVE_64_BITS
/* Is va_list pass by value */
#undef NEED_VA_REWIND
/* The alignment of libc malloc */
#undef LIBC_MALLOC_ALIGNMENT
|