1 /* acconfig.h 2 This file is in the public domain. 3 4 Descriptive text for the C preprocessor macros that 5 the distributed Autoconf macros can define. 6 No software package will use all of them; autoheader copies the ones 7 your configure.in uses into your configuration header file templates. 8 9 The entries are in sort -df order: alphabetical, case insensitive, 10 ignoring punctuation (such as underscores). Although this order 11 can split up related entries, it makes it easier to check whether 12 a given entry is in the file. 13 14 Leave the following blank line there!! Autoheader needs it. */ 15 16 17 /* Define if on AIX 3. 18 System headers sometimes define this. 19 We just want to avoid a redefinition error message. */ 20 #ifndef _ALL_SOURCE 21 #undef _ALL_SOURCE 22 #endif 23 24 #undef CAN_USE_SYS_SELECT_H 25 26 /* Define if using alloca.c. */ 27 #undef C_ALLOCA 28 29 /* Define if type char is unsigned and you are not using gcc. */ 30 #ifndef __CHAR_UNSIGNED__ 31 #undef __CHAR_UNSIGNED__ 32 #endif 33 34 /* Define if the closedir function returns void instead of int. */ 35 #undef CLOSEDIR_VOID 36 37 /* Define to empty if the keyword does not work. */ 38 #undef const 39 40 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 41 This function is required for alloca.c support on those systems. */ 42 #undef CRAY_STACKSEG_END 43 44 /* Define for DGUX with <sys/dg_sys_info.h>. */ 45 #undef DGUX 46 47 /* Define if you have <dirent.h>. */ 48 #undef DIRENT 49 50 /* Define to the type of elements in the array set by `getgroups'. 51 Usually this is either `int' or `gid_t'. */ 52 #undef GETGROUPS_T 53 54 /* Define if the `getloadavg' function needs to be run setuid or setgid. */ 55 #undef GETLOADAVG_PRIVILEGED 56 57 /* Define if the `getpgrp' function takes no argument. */ 58 #undef GETPGRP_VOID 59 60 /* Define to `int' if <sys/types.h> doesn't define. */ 61 #undef gid_t 62 63 /* Define if you have alloca, as a function or macro. */ 64 #undef HAVE_ALLOCA 65 66 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 67 #undef HAVE_ALLOCA_H 68 69 /* Define if your curses library has this functionality. */ 70 #undef HAVE_BEEP 71 72 #undef HAVE_CURSES_H 73 74 /* Define if you don't have vprintf but do have _doprnt. */ 75 #undef HAVE_DOPRNT 76 77 /* Define if your system has a working fnmatch function. */ 78 #undef HAVE_FNMATCH 79 80 /* Define if your curses library has this functionality. */ 81 #undef HAVE_GETBEGX 82 83 /* Define if your system has its own `getloadavg' function. */ 84 #undef HAVE_GETLOADAVG 85 86 /* Define if your curses library has this functionality. */ 87 #undef HAVE_GETMAXX 88 89 /* Define if your curses library has this functionality. */ 90 #undef HAVE_GETMAXYX 91 92 /* Define if you have the getmntent function. */ 93 #undef HAVE_GETMNTENT 94 95 /* Define if you have <hpsecurity.h>. */ 96 #undef HAVE_HPSECURITY_H 97 98 /* Define if you have the curses library. */ 99 #undef HAVE_LIBCURSES 100 101 /* Define if you want to use the Hpwd library, and you also have it's corresponding database library (such as *dbm). */ 102 #undef HAVE_LIBHPWD 103 104 /* Define if you have the ncurses library. */ 105 #undef HAVE_LIBNCURSES 106 107 /* Define if you have the readline library, version 2.0 or higher. */ 108 #undef HAVE_LIBREADLINE 109 110 /* Define if the `long double' type works. */ 111 #undef HAVE_LONG_DOUBLE 112 113 /* Define if you support file names longer than 14 characters. */ 114 #undef HAVE_LONG_FILE_NAMES 115 116 /* Define if your compiler supports the "long long" integral type. */ 117 #undef HAVE_LONG_LONG 118 119 /* Most system's curses library uses a _maxx field instead of maxx. */ 120 #undef HAVE__MAXX 121 122 /* Define if you have a working `mmap' system call. */ 123 #undef HAVE_MMAP 124 125 #undef HAVE_MSGHDR_ACCRIGHTS 126 127 #undef HAVE_MSGHDR_CONTROL 128 129 #undef HAVE_PR_PASSWD_FG_OLDCRYPT 130 131 /* Define if you have a _res global variable used by resolve routines. */ 132 #undef HAVE__RES_DEFDNAME 133 134 /* Define if system calls automatically restart after interruption 135 by a signal. */ 136 #undef HAVE_RESTARTABLE_SYSCALLS 137 138 /* Define if you have sigsetjmp and siglongjmp. */ 139 #undef HAVE_SIGSETJMP 140 141 #undef HAVE_SOCKADDR_UN_SUN_LEN 142 143 #undef HAVE_STATFS_F_BAVAIL 144 145 /* Define if your struct stat has st_blksize. */ 146 #undef HAVE_ST_BLKSIZE 147 148 /* Define if your struct stat has st_blocks. */ 149 #undef HAVE_ST_BLOCKS 150 151 /* Define if you have the strcoll function and it is properly defined. */ 152 #undef HAVE_STRCOLL 153 154 /* Define if your struct stat has st_rdev. */ 155 #undef HAVE_ST_RDEV 156 157 /* Define if you have the strftime function. */ 158 #undef HAVE_STRFTIME 159 160 /* Define if you have the ANSI # stringizing operator in cpp. */ 161 #undef HAVE_STRINGIZE 162 163 #undef HAVE_STRUCT_CMSGDHR 164 165 #undef HAVE_STRUCT_STAT64 166 167 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 168 #undef HAVE_SYS_WAIT_H 169 170 /* Define if your curses library has this functionality. */ 171 #undef HAVE_TOUCHWIN 172 173 /* Define if your struct tm has tm_zone. */ 174 #undef HAVE_TM_ZONE 175 176 /* Define if you don't have tm_zone but do have the external array 177 tzname. */ 178 #undef HAVE_TZNAME 179 180 /* Define if you have <unistd.h>. */ 181 #undef HAVE_UNISTD_H 182 183 /* Define if utime(file, NULL) sets file's timestamp to the present. */ 184 #undef HAVE_UTIME_NULL 185 186 /* Define if you have a ut_host field in your struct utmp. */ 187 #undef HAVE_UTMP_UT_HOST 188 189 #undef HAVE_UTMP_UT_NAME 190 191 #undef HAVE_UTMP_UT_USER 192 193 #undef HAVE_UTMP_UT_PID 194 195 #undef HAVE_UTMP_UT_TIME 196 197 #undef HAVE_UTMPX_UT_SYSLEN 198 199 /* Define if you have <vfork.h>. */ 200 #undef HAVE_VFORK_H 201 202 /* Define if you have the vprintf function. */ 203 #undef HAVE_VPRINTF 204 205 /* Define if you have the wait3 system call. */ 206 #undef HAVE_WAIT3 207 208 /* Define as __inline if that's what the C compiler calls it. */ 209 #undef inline 210 211 /* Define if chown is promiscuous (regular user can give away ownership) */ 212 #undef INSECURE_CHOWN 213 214 /* Define if int is 16 bits instead of 32. */ 215 #undef INT_16_BITS 216 217 /* Define if long int is 64 bits. */ 218 #undef LONG_64_BITS 219 220 /* Define if major, minor, and makedev are declared in <mkdev.h>. */ 221 #undef MAJOR_IN_MKDEV 222 223 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */ 224 #undef MAJOR_IN_SYSMACROS 225 226 /* Define if on MINIX. */ 227 #undef _MINIX 228 229 /* Define to `int' if <sys/types.h> doesn't define. */ 230 #undef mode_t 231 232 /* Define if you don't have <dirent.h>, but have <ndir.h>. */ 233 #undef NDIR 234 235 /* Define if you have <memory.h>, and <string.h> doesn't declare the 236 mem* functions. */ 237 #undef NEED_MEMORY_H 238 239 /* Define if your struct nlist has an n_un member. */ 240 #undef NLIST_NAME_UNION 241 242 /* Define if you have <nlist.h>. */ 243 #undef NLIST_STRUCT 244 245 /* Define if your C compiler doesn't accept -c and -o together. */ 246 #undef NO_MINUS_C_MINUS_O 247 248 /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */ 249 #undef F77_NO_MINUS_C_MINUS_O 250 251 /* Define to `long' if <sys/types.h> doesn't define. */ 252 #undef off_t 253 254 #undef OS 255 256 /* Define to `int' if <sys/types.h> doesn't define. */ 257 #undef pid_t 258 259 /* Define if the system does not provide POSIX.1 features except 260 with this defined. */ 261 #undef _POSIX_1_SOURCE 262 263 /* Define if you need to in order for stat and other things to work. */ 264 #undef _POSIX_SOURCE 265 266 /* Format string for the printf() family for 64 bit integers. */ 267 #undef PRINTF_LONG_LONG 268 269 /* Define if printing a "long long" with "%lld" works . */ 270 #undef PRINTF_LONG_LONG_LLD 271 272 /* Define if printing a "long long" with "%qd" works . */ 273 #undef PRINTF_LONG_LONG_QD 274 275 /* Define if your C compiler supports ANSI C function prototyping. */ 276 #undef PROTOTYPES 277 278 /* Define as the return type of signal handlers (int or void). */ 279 #undef RETSIGTYPE 280 281 /* Format string for the scanf() family for 64 bit integers. */ 282 #undef SCANF_LONG_LONG 283 284 /* Define if scanning a "long long" with "%lld" works. */ 285 #undef SCANF_LONG_LONG_LLD 286 287 /* Define if scanning a "long long" with "%qd" works. */ 288 #undef SCANF_LONG_LONG_QD 289 290 /* Define to the type of arg1 for select(). */ 291 #undef SELECT_TYPE_ARG1 292 293 /* Define to the type of args 2, 3 and 4 for select(). */ 294 #undef SELECT_TYPE_ARG234 295 296 /* Define to the type of arg5 for select(). */ 297 #undef SELECT_TYPE_ARG5 298 299 /* Define if the `setpgrp' function takes no argument. */ 300 #undef SETPGRP_VOID 301 302 /* Define if the setvbuf function takes the buffering type as its second 303 argument and the buffer pointer as the third, as on System V 304 before release 3. */ 305 #undef SETVBUF_REVERSED 306 307 /* Define to `int' if <sys/signal.h> doesn't define. */ 308 #undef sig_atomic_t 309 310 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 311 #undef size_t 312 313 #undef SNPRINTF_TERMINATES 314 315 #undef SPRINTF_RETURNS_PTR 316 317 /* If using the C implementation of alloca, define if you know the 318 direction of stack growth for your system; otherwise it will be 319 automatically deduced at run-time. 320 STACK_DIRECTION > 0 => grows toward higher addresses 321 STACK_DIRECTION < 0 => grows toward lower addresses 322 STACK_DIRECTION = 0 => direction of growth unknown 323 */ 324 #undef STACK_DIRECTION 325 326 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 327 #undef STAT_MACROS_BROKEN 328 329 /* Define if you have the ANSI C header files. */ 330 #undef STDC_HEADERS 331 332 /* Define on System V Release 4. */ 333 #undef SVR4 334 335 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */ 336 #undef SYSDIR 337 338 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */ 339 #undef SYSNDIR 340 341 /* Define if `sys_siglist' is declared by <signal.h>. */ 342 #undef SYS_SIGLIST_DECLARED 343 344 /* Define to the full path of the Tar program, if you have it. */ 345 #undef TAR 346 347 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 348 #undef TIME_WITH_SYS_TIME 349 350 /* Define if your <sys/time.h> declares struct tm. */ 351 #undef TM_IN_SYS_TIME 352 353 /* Define to `int' if <sys/types.h> doesn't define. */ 354 #undef uid_t 355 356 /* Define for Encore UMAX. */ 357 #undef UMAX 358 359 /* Result of "uname -a" */ 360 #undef UNAME 361 362 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h> 363 instead of <sys/cpustats.h>. */ 364 #undef UMAX4_3 365 366 /* Define if you do not have <strings.h>, index, bzero, etc.. */ 367 #undef USG 368 369 /* Define vfork as fork if vfork does not work. */ 370 #undef vfork 371 372 /* Define if the closedir function returns void instead of int. */ 373 #undef VOID_CLOSEDIR 374 375 /* Define if your processor stores words with the most significant 376 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 377 #undef WORDS_BIGENDIAN 378 379 /* Define if the X Window System is missing or not being used. */ 380 #undef X_DISPLAY_MISSING 381 382 /* Define if lex declares yytext as a char * by default, not a char[]. */ 383 #undef YYTEXT_POINTER 384 385 386 /* Leave that blank line there!! Autoheader needs it. 387 If you're adding to this file, keep in mind: 388 The entries are in sort -df order: alphabetical, case insensitive, 389 ignoring punctuation (such as underscores). */ 390