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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* 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. */
#undef _POSIX_SOURCE
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* 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
/* 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
/* 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
/* 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
/* Define if you have the backtrace_symbols_fd function. */
#undef HAVE_BACKTRACE_SYMBOLS_FD
/* Define if you have the memalign function. */
#undef HAVE_MEMALIGN
/* Define if you have the posix_memalign function. */
#undef HAVE_POSIX_MEMALIGN
/* Define if you have the select function. */
#undef HAVE_SELECT
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strtol function. */
#undef HAVE_STRTOL
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
/* Define if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
|