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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
|
/* config.h
* This file was produced by running the config.h.SH script, which
* gets its values from config.sh, which is generally produced by
* running Configure.
*
* Feel free to modify any of this as the need arises. Note, however,
* that running config.h.SH again will wipe out any changes you've made.
* For a more permanent change edit config.sh and rerun config.h.SH.
*/
/* BIN:
* This symbol holds the name of the directory in which the user wants
* to put publicly executable images for the package in question. It
* is most often a local directory such as /usr/local/bin.
*/
#define BIN "/usr/bin"
/* CPPSTDIN:
* This symbol contains the first part of the string which will invoke
* the C preprocessor on the standard input and produce to standard
* output. Typical value of "cc -E" or "/lib/cpp".
*/
/* CPPMINUS:
* This symbol contains the second part of the string which will invoke
* the C preprocessor on the standard input and produce to standard
* output. This symbol will have the value "-" if CPPSTDIN needs a minus
* to specify standard input, otherwise the value is "".
*/
#define CPPSTDIN "/usr/bin/cpp"
#define CPPMINUS ""
/*
* RCPT_TO_HDR: This is either undefined, or is a string that is
* a special header denoting "who is this email really to?"
*/
/*#undef USE_RCPTHDR */
#ifdef USE_RCPTHDR
#define RCPT_TO_HDR "none"
#endif
/* HAVETERMLIB:
* This symbol, when defined, indicates that termlib-style routines
* are available. There is nothing to include.
*/
#define HAVETERMLIB
/* MEMCPY:
* This symbol, if defined, indicates that the memcpy routine is available
* to copy blocks of memory. Otherwise you should probably use bcopy().
* If neither is defined, roll your own.
*/
#define MEMCPY
/* WHOAMI:
* This symbol, if defined, indicates that the program may include
* whoami.h.
*/
/*#undef WHOAMI */
/* EUNICE:
* This symbol, if defined, indicates that the program is being compiled
* under the EUNICE package under VMS. The program will need to handle
* things like files that don't go away the first time you unlink them,
* due to version numbering. It will also need to compensate for lack
* of a respectable link() command.
*/
/* VMS:
* This symbol, if defined, indicates that the program is running under
* VMS. It is currently only set in conjunction with the EUNICE symbol.
*/
/*#undef EUNICE */
/*#undef VMS */
/* BROKE_CTYPE:
* This symbol, if defined, indicates that toupper and tolower
* routines/macros are not safe to use.
*/
/*#undef BROKE_CTYPE */
/* HAS_CUSERID:
* This symbol, if defined, means not to include our own cuserid().
*/
#define HAS_CUSERID
/* USE_FLOCK_LOCKING
* This symbol, if defined, indicates that the flock mailbox locking should be used.
*/
/* USE_DOTLOCK_LOCKING
* This symbol, if defined, indicates that the .lock mailbox locking should be used.
*/
/* USE_FCNTL_LOCKING
* This symbol, if defined, indicates that SYSV style fcntl file locking should be used.
*/
/* LOCK_DIR
* This symbol is the name of the lock directory for access (not mailbox) locks.
* It will be /usr/spool/locks or /usr/spool/uucp
*/
/*#undef USE_FLOCK_LOCKING */
#define USE_DOTLOCK_LOCKING
/*#undef USE_FCNTL_LOCKING */
#define LOCK_DIR "/tmp"
/* GETHOSTNAME:
* This symbol, if defined, indicates that the C program may use the
* gethostname() routine to derive the host name. See also DOUNAME.
*/
/* DOUNAME:
* This symbol, if defined, indicates that the C program may use the
* uname() routine to derive the host name. See also GETHOSTNAME.
*/
/* HOSTCOMPILED:
* This symbol, if defined, indicated that the host name is compiled
* in from the string hostname
*/
#define GETHOSTNAME
/*#undef DOUNAME */
/*#undef HOSTCOMPILED */
/* index:
* This preprocessor symbol is defined, along with rindex, if the system
* uses the strchr and strrchr routines instead.
*/
/* rindex:
* This preprocessor symbol is defined, along with index, if the system
* uses the strchr and strrchr routines instead.
*/
#define index strchr
#define rindex strrchr
/* INTERNET:
* This symbol, if defined, indicates that there is a mailer available
* which supports internet-style addresses (user@site.domain).
*/
#define INTERNET
/* I_LOCALE:
* This symbol, if defined, indicates that the file locale.h
* should be included
*/
/* MSGCAT:
* This symbol, if defined, indicates that the MSGCAT NLS libraries
* are available.
*/
/* USENLS:
* This symbol, if defined, indicates that the Elm NLS libraries
* are being used instead of the system NLS libraries.
*/
#define I_LOCALE
/*#undef I_NL_TYPES */
#define MSGCAT
#define USENLS
/* MALLOCVOID:
* This symbol, if defined, indicates that the malloc_t type should
* be void * instead of char *
*/
#define MALLOCVOID
/* MMDF:
* This symbol, if defined, indicates that mailboxes are in
* the MMDF format.
*/
/*#undef MMDF */
/* NO_XHEADER:
* This symbol, if defined, will not automatically add "X-Mailer:"
* headers.
*/
/*#undef NO_XHEADER */
/* PIDCHECK:
* This symbol, if defined, means that the kill(pid, 0) will
* check for an active pid.
*/
#define PIDCHECK
/* SIGVEC:
* This symbol, if defined, indicates that BSD reliable signals routine
* sigvec is available.
*/
/* SIGVECTOR:
* This symbol, if defined, indicates that the sigvec() routine is called
* sigvector() instead, and that sigspace() is provided instead of
* sigstack(). This is probably only true for HP-UX.
*/
/* SIGSET:
* This symbol, if defined, indicates that BSD reliable signal routine
* sigset is available.
*/
/* POSIX_SIGNALS:
* This symbol, if defined, indicated that POSIX sigaction
* routine is available.
*/
/* HASSIGHOLD:
* This symbol, if defined, indicates that sighold routine is
* available.
*/
/* HASSIGBLOCK
* This symbol, if defined, indicates that the sigblock routine is
* available.
*/
/* HASSIGPROCMASK:
* This symbol, if defined, indicates that POSIX sigprocmask
* routine is available.
*/
/*#undef SIGVEC */
/*#undef SIGVECTOR */
/*#undef SIGSET */
#define POSIX_SIGNALS
/*#undef HASSIGHOLD */
/*#undef HASSIGBLOCK */
#define HASSIGPROCMASK
/* STRINGS:
* This symbol, if defined, indicates that the file strings.h
* should be included not string.h
*/
/* PWDINSYS:
* This symbol, if defined, indicates that the file pwd.h
* is in the sys sub directory
*/
/*#undef STRINGS */
/*#undef PWDINSYS */
/* USE_EMBEDDED_ADDRESSES:
* This symbol, if defined, indicates that replyto: and from:
* headers can be trusted.
*/
#define USE_EMBEDDED_ADDRESSES
/* UTIMBUF:
* This symbol is defined if this system defines struct utimbuf.
*/
#define UTIMBUF
/* HOSTNAME:
* This symbol contains name of the host the program is going to run on.
* The domain is not kept with hostname, but must be gotten from MYDOMAIN.
* The dot comes with MYDOMAIN, and need not be supplied by the program.
* If gethostname() or uname() exist, HOSTNAME may be ignored.
*/
/* MYDOMAIN:
* This symbol contains the domain of the host the program is going to
* run on. The domain must be appended to HOSTNAME to form a complete
* host name. The dot comes with MYDOMAIN, and need not be supplied by
* the program. If the host name is derived from PHOSTNAME, the domain
* may or may not already be there, and the program should check.
*/
#define HOSTNAME "debian"
#define MYDOMAIN ""
/* I_MEMORY:
* This symbol, if defined, indicates that the file memory.h
* should be included instead of declaring the memory routines.
*/
#define I_MEMORY
/* I_STDARG:
* This symbol, if defined, indicates that the file stdarg.h
* should be included instead of varargs
*/
/*#undef I_STDARG */
/* I_STDLIB:
* This symbol, if defined, indicates that the file stdlib.h
* should be included instead of declaring the stdlib routines.
*/
#define I_STDLIB
/* I_UNISTD:
* This symbol, if defined, indicates that the file unistd.h
* should be included instead of declaring the unistd routines.
*/
#define I_UNISTD
/* SIG_TYPE:
* This symbol contains the type name of the signal handler functions.
*/
#define SIGHAND_TYPE void
/* I_TIME:
* This symbol is defined if the program should include <time.h>.
*/
/* I_SYSTIME:
* This symbol is defined if the program should include <sys/time.h>.
*/
/* I_SYSTIMEKERNEL:
* This symbol is defined if the program should include <sys/time.h>
* with KERNEL defined.
*/
#define I_TIME
#define I_SYSTIME
/*#undef SYSTIMEKERNEL */
/* XENIX:
* This symbol, if defined, indicates this is a Xenix system,
* for knocking out the far keyword in selected places.
*/
/* BSD:
* This symbol, if defined, indicates this is a BSD type system,
*/
/*#undef XENIX */
/*#undef BSD */
|