Blame acconfig.h

Packit 1ca270
/* acconfig.h
Packit 1ca270
   This file is in the public domain.
Packit 1ca270
Packit 1ca270
   Descriptive text for the C preprocessor macros that
Packit 1ca270
   the distributed Autoconf macros can define.
Packit 1ca270
   No software package will use all of them; autoheader copies the ones
Packit 1ca270
   your configure.in uses into your configuration header file templates.
Packit 1ca270
Packit 1ca270
   The entries are in sort -df order: alphabetical, case insensitive,
Packit 1ca270
   ignoring punctuation (such as underscores).  Although this order
Packit 1ca270
   can split up related entries, it makes it easier to check whether
Packit 1ca270
   a given entry is in the file.
Packit 1ca270
Packit 1ca270
   Leave the following blank line there!!  Autoheader needs it.  */
Packit 1ca270

Packit 1ca270
Packit 1ca270
/* Define if on AIX 3.
Packit 1ca270
   System headers sometimes define this.
Packit 1ca270
   We just want to avoid a redefinition error message.  */
Packit 1ca270
#ifndef _ALL_SOURCE
Packit 1ca270
#undef _ALL_SOURCE
Packit 1ca270
#endif
Packit 1ca270
Packit 1ca270
/* Define if using alloca.c.  */
Packit 1ca270
#undef C_ALLOCA
Packit 1ca270
Packit 1ca270
/* Define if type char is unsigned and you are not using gcc.  */
Packit 1ca270
#ifndef __CHAR_UNSIGNED__
Packit 1ca270
#undef __CHAR_UNSIGNED__
Packit 1ca270
#endif
Packit 1ca270
Packit 1ca270
/* Define if the closedir function returns void instead of int.  */
Packit 1ca270
#undef CLOSEDIR_VOID
Packit 1ca270
Packit 1ca270
/* Define to empty if the keyword does not work.  */
Packit 1ca270
#undef const
Packit 1ca270
Packit 1ca270
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
Packit 1ca270
   This function is required for alloca.c support on those systems.  */
Packit 1ca270
#undef CRAY_STACKSEG_END
Packit 1ca270
Packit 1ca270
/* Define for DGUX with <sys/dg_sys_info.h>.  */
Packit 1ca270
#undef DGUX
Packit 1ca270
Packit 1ca270
/* Define if you have <dirent.h>.  */
Packit 1ca270
#undef DIRENT
Packit 1ca270
Packit 1ca270
/* Define to the type of elements in the array set by `getgroups'.
Packit 1ca270
   Usually this is either `int' or `gid_t'.  */
Packit 1ca270
#undef GETGROUPS_T
Packit 1ca270
Packit 1ca270
/* Define if the `getloadavg' function needs to be run setuid or setgid.  */
Packit 1ca270
#undef GETLOADAVG_PRIVILEGED
Packit 1ca270
Packit 1ca270
/* Define if the `getpgrp' function takes no argument.  */
Packit 1ca270
#undef GETPGRP_VOID
Packit 1ca270
Packit 1ca270
/* Define to `int' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef gid_t
Packit 1ca270
Packit 1ca270
/* Define if you have alloca, as a function or macro.  */
Packit 1ca270
#undef HAVE_ALLOCA
Packit 1ca270
Packit 1ca270
/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
Packit 1ca270
#undef HAVE_ALLOCA_H
Packit 1ca270
Packit 1ca270
/* Define if you don't have vprintf but do have _doprnt.  */
Packit 1ca270
#undef HAVE_DOPRNT
Packit 1ca270
Packit 1ca270
/* Define if your system has a working fnmatch function.  */
Packit 1ca270
#undef HAVE_FNMATCH
Packit 1ca270
Packit 1ca270
/* Define if your system has its own `getloadavg' function.  */
Packit 1ca270
#undef HAVE_GETLOADAVG
Packit 1ca270
Packit 1ca270
/* Define if you have the getmntent function.  */
Packit 1ca270
#undef HAVE_GETMNTENT
Packit 1ca270
Packit 1ca270
/* Define if the `long double' type works.  */
Packit 1ca270
#undef HAVE_LONG_DOUBLE
Packit 1ca270
Packit 1ca270
/* Define if you support file names longer than 14 characters.  */
Packit 1ca270
#undef HAVE_LONG_FILE_NAMES
Packit 1ca270
Packit 1ca270
/* Define if you have a working `mmap' system call.  */
Packit 1ca270
#undef HAVE_MMAP
Packit 1ca270
Packit 1ca270
/* Define if system calls automatically restart after interruption
Packit 1ca270
   by a signal.  */
Packit 1ca270
#undef HAVE_RESTARTABLE_SYSCALLS
Packit 1ca270
Packit 1ca270
/* Define if your struct stat has st_blksize.  */
Packit 1ca270
#undef HAVE_ST_BLKSIZE
Packit 1ca270
Packit 1ca270
/* Define if your struct stat has st_blocks.  */
Packit 1ca270
#undef HAVE_ST_BLOCKS
Packit 1ca270
Packit 1ca270
/* Define if you have the strcoll function and it is properly defined.  */
Packit 1ca270
#undef HAVE_STRCOLL
Packit 1ca270
Packit 1ca270
/* Define if your struct stat has st_rdev.  */
Packit 1ca270
#undef HAVE_ST_RDEV
Packit 1ca270
Packit 1ca270
/* Define if you have the strftime function.  */
Packit 1ca270
#undef HAVE_STRFTIME
Packit 1ca270
Packit 1ca270
/* Define if you have the ANSI # stringizing operator in cpp. */
Packit 1ca270
#undef HAVE_STRINGIZE
Packit 1ca270
Packit 1ca270
/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
Packit 1ca270
#undef HAVE_SYS_WAIT_H
Packit 1ca270
Packit 1ca270
/* Define if your struct tm has tm_zone.  */
Packit 1ca270
#undef HAVE_TM_ZONE
Packit 1ca270
Packit 1ca270
/* Define if you don't have tm_zone but do have the external array
Packit 1ca270
   tzname.  */
Packit 1ca270
#undef HAVE_TZNAME
Packit 1ca270
Packit 1ca270
/* Define if you have <unistd.h>.  */
Packit 1ca270
#undef HAVE_UNISTD_H
Packit 1ca270
Packit 1ca270
/* Define if utime(file, NULL) sets file's timestamp to the present.  */
Packit 1ca270
#undef HAVE_UTIME_NULL
Packit 1ca270
Packit 1ca270
/* Define if you have <vfork.h>.  */
Packit 1ca270
#undef HAVE_VFORK_H
Packit 1ca270
Packit 1ca270
/* Define if you have the vprintf function.  */
Packit 1ca270
#undef HAVE_VPRINTF
Packit 1ca270
Packit 1ca270
/* Define if you have the wait3 system call.  */
Packit 1ca270
#undef HAVE_WAIT3
Packit 1ca270
Packit 1ca270
/* Define as __inline if that's what the C compiler calls it.  */
Packit 1ca270
#undef inline
Packit 1ca270
Packit 1ca270
/* Define if int is 16 bits instead of 32.  */
Packit 1ca270
#undef INT_16_BITS
Packit 1ca270
Packit 1ca270
/* Define if long int is 64 bits.  */
Packit 1ca270
#undef LONG_64_BITS
Packit 1ca270
Packit 1ca270
/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
Packit 1ca270
#undef MAJOR_IN_MKDEV
Packit 1ca270
Packit 1ca270
/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
Packit 1ca270
#undef MAJOR_IN_SYSMACROS
Packit 1ca270
Packit 1ca270
/* Define if on MINIX.  */
Packit 1ca270
#undef _MINIX
Packit 1ca270
Packit 1ca270
/* Define to `int' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef mode_t
Packit 1ca270
Packit 1ca270
/* Define if you don't have <dirent.h>, but have <ndir.h>.  */
Packit 1ca270
#undef NDIR
Packit 1ca270
Packit 1ca270
/* Define if you have <memory.h>, and <string.h> doesn't declare the
Packit 1ca270
   mem* functions.  */
Packit 1ca270
#undef NEED_MEMORY_H
Packit 1ca270
Packit 1ca270
/* Define if your struct nlist has an n_un member.  */
Packit 1ca270
#undef NLIST_NAME_UNION
Packit 1ca270
Packit 1ca270
/* Define if you have <nlist.h>.  */
Packit 1ca270
#undef NLIST_STRUCT
Packit 1ca270
Packit 1ca270
/* Define if your C compiler doesn't accept -c and -o together.  */
Packit 1ca270
#undef NO_MINUS_C_MINUS_O
Packit 1ca270
Packit 1ca270
/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
Packit 1ca270
#undef F77_NO_MINUS_C_MINUS_O
Packit 1ca270
Packit 1ca270
/* Define to `long' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef off_t
Packit 1ca270
Packit 1ca270
/* Define to `int' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef pid_t
Packit 1ca270
Packit 1ca270
/* Define if the system does not provide POSIX.1 features except
Packit 1ca270
   with this defined.  */
Packit 1ca270
#undef _POSIX_1_SOURCE
Packit 1ca270
Packit 1ca270
/* Define if you need to in order for stat and other things to work.  */
Packit 1ca270
#undef _POSIX_SOURCE
Packit 1ca270
Packit 1ca270
/* Define as the return type of signal handlers (int or void).  */
Packit 1ca270
#undef RETSIGTYPE
Packit 1ca270
Packit 1ca270
/* Define to the type of arg1 for select(). */
Packit 1ca270
#undef SELECT_TYPE_ARG1
Packit 1ca270
Packit 1ca270
/* Define to the type of args 2, 3 and 4 for select(). */
Packit 1ca270
#undef SELECT_TYPE_ARG234
Packit 1ca270
Packit 1ca270
/* Define to the type of arg5 for select(). */
Packit 1ca270
#undef SELECT_TYPE_ARG5
Packit 1ca270
Packit 1ca270
/* Define if the `setpgrp' function takes no argument.  */
Packit 1ca270
#undef SETPGRP_VOID
Packit 1ca270
Packit 1ca270
/* Define if the setvbuf function takes the buffering type as its second
Packit 1ca270
   argument and the buffer pointer as the third, as on System V
Packit 1ca270
   before release 3.  */
Packit 1ca270
#undef SETVBUF_REVERSED
Packit 1ca270
Packit 1ca270
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef size_t
Packit 1ca270
Packit 1ca270
/* If using the C implementation of alloca, define if you know the
Packit 1ca270
   direction of stack growth for your system; otherwise it will be
Packit 1ca270
   automatically deduced at run-time.
Packit 1ca270
	STACK_DIRECTION > 0 => grows toward higher addresses
Packit 1ca270
	STACK_DIRECTION < 0 => grows toward lower addresses
Packit 1ca270
	STACK_DIRECTION = 0 => direction of growth unknown
Packit 1ca270
 */
Packit 1ca270
#undef STACK_DIRECTION
Packit 1ca270
Packit 1ca270
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
Packit 1ca270
#undef STAT_MACROS_BROKEN
Packit 1ca270
Packit 1ca270
/* Define if you have the ANSI C header files.  */
Packit 1ca270
#undef STDC_HEADERS
Packit 1ca270
Packit 1ca270
/* Define on System V Release 4.  */
Packit 1ca270
#undef SVR4
Packit 1ca270
Packit 1ca270
/* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
Packit 1ca270
#undef SYSDIR
Packit 1ca270
Packit 1ca270
/* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
Packit 1ca270
#undef SYSNDIR
Packit 1ca270
Packit 1ca270
/* Define if `sys_siglist' is declared by <signal.h>.  */
Packit 1ca270
#undef SYS_SIGLIST_DECLARED
Packit 1ca270
Packit 1ca270
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
Packit 1ca270
#undef TIME_WITH_SYS_TIME
Packit 1ca270
Packit 1ca270
/* Define if your <sys/time.h> declares struct tm.  */
Packit 1ca270
#undef TM_IN_SYS_TIME
Packit 1ca270
Packit 1ca270
/* Define to `int' if <sys/types.h> doesn't define.  */
Packit 1ca270
#undef uid_t
Packit 1ca270
Packit 1ca270
/* Define for Encore UMAX.  */
Packit 1ca270
#undef UMAX
Packit 1ca270
Packit 1ca270
/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
Packit 1ca270
   instead of <sys/cpustats.h>.  */
Packit 1ca270
#undef UMAX4_3
Packit 1ca270
Packit 1ca270
/* Define if you do not have <strings.h>, index, bzero, etc..  */
Packit 1ca270
#undef USG
Packit 1ca270
Packit 1ca270
/* Define vfork as fork if vfork does not work.  */
Packit 1ca270
#undef vfork
Packit 1ca270
Packit 1ca270
/* Define if the closedir function returns void instead of int.  */
Packit 1ca270
#undef VOID_CLOSEDIR
Packit 1ca270
Packit 1ca270
/* Define if your processor stores words with the most significant
Packit 1ca270
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
Packit 1ca270
#undef WORDS_BIGENDIAN
Packit 1ca270
Packit 1ca270
/* Define if the X Window System is missing or not being used.  */
Packit 1ca270
#undef X_DISPLAY_MISSING
Packit 1ca270
Packit 1ca270
/* Define if lex declares yytext as a char * by default, not a char[].  */
Packit 1ca270
#undef YYTEXT_POINTER
Packit 1ca270
Packit 1ca270

Packit 1ca270
/* Leave that blank line there!!  Autoheader needs it.
Packit 1ca270
   If you're adding to this file, keep in mind:
Packit 1ca270
   The entries are in sort -df order: alphabetical, case insensitive,
Packit 1ca270
   ignoring punctuation (such as underscores).  */