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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to a suitable ssize_t. */
#undef ssize_t
/* Define to a suitable sig_atomic_t. */
#undef sig_atomic_t
/* Define if you want rc to hand off exec errors to (e.g.) /bin/sh. */
#undef DEFAULTINTERP
/* Define to the default path used if $PATH is empty when rc starts. */
#undef DEFAULTPATH
/* Define if your kernel has SysV special SIGCLD semantics. */
#undef HAVE_SYSV_SIGCLD
/* Define if your kernel supports `#!' magic numbers. */
#undef HASH_BANG
/* Define if you have /dev/fd. */
#undef HAVE_DEV_FD
/* Define if you have /proc/self/fd. */
#undef HAVE_PROC_SELF_FD
/* Define if you have named pipes. */
#undef HAVE_FIFO
/* Define if quad_t is a native type. */
#undef HAVE_QUAD_T
/* Define if you have rlim_t. */
#undef HAVE_RLIM_T
/* Define if you have sigsetjmp(). */
#undef HAVE_SIGSETJMP
/* Define in you have strerror(). */
#undef HAVE_STRERROR
/* Define if you want rc to encode strange characters in the environment. */
#undef PROTECT_ENV
/* Define if you have extra builtins. */
#undef RC_ADDON
/* Define if you want echo as a builtin. */
#undef RC_ECHO
/* Define if you want rc to support broken apps, like a job control shell. */
#undef RC_JOB
/* Define if you want to use editline. */
#undef EDITLINE
/* Define if you want to use GNU readline. */
#undef READLINE
/* Define if you have the older readline, with rl_deprep_terminal. */
#undef READLINE_OLD
/* Define if RLIMIT_foo defines need _KERNEL. */
#undef RLIMIT_NEEDS_KERNEL
/* Define if rlim_t is quad_t. */
#undef RLIM_T_IS_QUAD_T
/* Define to package name. */
#undef PACKAGE
/* Define to version. */
#undef VERSION
/* Define to release date. */
#undef RELDATE
/* Define if you have SA_INTERRUPT (and sigaction()). */
#undef HAVE_SA_INTERRUPT
/* Define if you have POSIX getgroups(). */
#undef HAVE_POSIX_GETGROUPS
/* Define if you have va_copy(). */
#undef HAVE_VA_COPY
/* Define to the type of elements in the array set by `getgroups'. Usually
this is either `int' or `gid_t'. */
#undef GETGROUPS_T
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
#undef HAVE_DIRENT_H
/* Define if you have the `getgroups' function. */
#undef HAVE_GETGROUPS
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the `mkfifo' function. */
#undef HAVE_MKFIFO
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define if system calls automatically restart after interruption by a
signal. */
#undef HAVE_RESTARTABLE_SYSCALLS
/* Define if you have the `setpgrp' function. */
#undef HAVE_SETPGRP
/* Define if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
/* Define to `long' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
|