acconfig.h

00001 /* acconfig.h
00002    This file is in the public domain.
00003 
00004    Descriptive text for the C preprocessor macros that
00005    the distributed Autoconf macros can define.
00006    No software package will use all of them; autoheader copies the ones
00007    your configure.in uses into your configuration header file templates.
00008 
00009    The entries are in sort -df order: alphabetical, case insensitive,
00010    ignoring punctuation (such as underscores).  Although this order
00011    can split up related entries, it makes it easier to check whether
00012    a given entry is in the file.
00013 
00014    Leave the following blank line there!!  Autoheader needs it.  */
00015 
00016 
00017 /* Define if on AIX 3.
00018    System headers sometimes define this.
00019    We just want to avoid a redefinition error message.  */
00020 #ifndef _ALL_SOURCE
00021 #undef _ALL_SOURCE
00022 #endif
00023 
00024 /* Define if using alloca.c.  */
00025 #undef C_ALLOCA
00026 
00027 /* Define if type char is unsigned and you are not using gcc.  */
00028 #ifndef __CHAR_UNSIGNED__
00029 #undef __CHAR_UNSIGNED__
00030 #endif
00031 
00032 /* Define if the closedir function returns void instead of int.  */
00033 #undef CLOSEDIR_VOID
00034 
00035 /* Define to empty if the keyword does not work.  */
00036 #undef const
00037 
00038 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
00039    This function is required for alloca.c support on those systems.  */
00040 #undef CRAY_STACKSEG_END
00041 
00042 /* Define for DGUX with <sys/dg_sys_info.h>.  */
00043 #undef DGUX
00044 
00045 /* Define if you have <dirent.h>.  */
00046 #undef DIRENT
00047 
00048 /* Define to the type of elements in the array set by `getgroups'.
00049    Usually this is either `int' or `gid_t'.  */
00050 #undef GETGROUPS_T
00051 
00052 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
00053 #undef GETLOADAVG_PRIVILEGED
00054 
00055 /* Define if the `getpgrp' function takes no argument.  */
00056 #undef GETPGRP_VOID
00057 
00058 /* Define to `int' if <sys/types.h> doesn't define.  */
00059 #undef gid_t
00060 
00061 /* Define if you have alloca, as a function or macro.  */
00062 #undef HAVE_ALLOCA
00063 
00064 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
00065 #undef HAVE_ALLOCA_H
00066 
00067 /* Define if you don't have vprintf but do have _doprnt.  */
00068 #undef HAVE_DOPRNT
00069 
00070 /* Define if your system has a working fnmatch function.  */
00071 #undef HAVE_FNMATCH
00072 
00073 /* Define if your system has its own `getloadavg' function.  */
00074 #undef HAVE_GETLOADAVG
00075 
00076 /* Define if you have the getmntent function.  */
00077 #undef HAVE_GETMNTENT
00078 
00079 /* Define if the `long double' type works.  */
00080 #undef HAVE_LONG_DOUBLE
00081 
00082 /* Define if you support file names longer than 14 characters.  */
00083 #undef HAVE_LONG_FILE_NAMES
00084 
00085 /* Define if you have a working `mmap' system call.  */
00086 #undef HAVE_MMAP
00087 
00088 /* Define if system calls automatically restart after interruption
00089    by a signal.  */
00090 #undef HAVE_RESTARTABLE_SYSCALLS
00091 
00092 /* Define if your struct stat has st_blksize.  */
00093 #undef HAVE_ST_BLKSIZE
00094 
00095 /* Define if your struct stat has st_blocks.  */
00096 #undef HAVE_ST_BLOCKS
00097 
00098 /* Define if you have the strcoll function and it is properly defined.  */
00099 #undef HAVE_STRCOLL
00100 
00101 /* Define if your struct stat has st_rdev.  */
00102 #undef HAVE_ST_RDEV
00103 
00104 /* Define if you have the strftime function.  */
00105 #undef HAVE_STRFTIME
00106 
00107 /* Define if you have the ANSI # stringizing operator in cpp. */
00108 #undef HAVE_STRINGIZE
00109 
00110 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
00111 #undef HAVE_SYS_WAIT_H
00112 
00113 /* Define if your struct tm has tm_zone.  */
00114 #undef HAVE_TM_ZONE
00115 
00116 /* Define if you don't have tm_zone but do have the external array
00117    tzname.  */
00118 #undef HAVE_TZNAME
00119 
00120 /* Define if you have <unistd.h>.  */
00121 #undef HAVE_UNISTD_H
00122 
00123 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
00124 #undef HAVE_UTIME_NULL
00125 
00126 /* Define if you have <vfork.h>.  */
00127 #undef HAVE_VFORK_H
00128 
00129 /* Define if you have the vprintf function.  */
00130 #undef HAVE_VPRINTF
00131 
00132 /* Define if you have the wait3 system call.  */
00133 #undef HAVE_WAIT3
00134 
00135 /* Define as __inline if that's what the C compiler calls it.  */
00136 #undef inline
00137 
00138 /* Define if int is 16 bits instead of 32.  */
00139 #undef INT_16_BITS
00140 
00141 /* Define if long int is 64 bits.  */
00142 #undef LONG_64_BITS
00143 
00144 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
00145 #undef MAJOR_IN_MKDEV
00146 
00147 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
00148 #undef MAJOR_IN_SYSMACROS
00149 
00150 /* Define if on MINIX.  */
00151 #undef _MINIX
00152 
00153 /* Define to `int' if <sys/types.h> doesn't define.  */
00154 #undef mode_t
00155 
00156 /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
00157 #undef NDIR
00158 
00159 /* Define if you have <memory.h>, and <string.h> doesn't declare the
00160    mem* functions.  */
00161 #undef NEED_MEMORY_H
00162 
00163 /* Define if your struct nlist has an n_un member.  */
00164 #undef NLIST_NAME_UNION
00165 
00166 /* Define if you have <nlist.h>.  */
00167 #undef NLIST_STRUCT
00168 
00169 /* Define if your C compiler doesn't accept -c and -o together.  */
00170 #undef NO_MINUS_C_MINUS_O
00171 
00172 /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
00173 #undef F77_NO_MINUS_C_MINUS_O
00174 
00175 /* Define to `long' if <sys/types.h> doesn't define.  */
00176 #undef off_t
00177 
00178 /* Define to `int' if <sys/types.h> doesn't define.  */
00179 #undef pid_t
00180 
00181 /* Define if the system does not provide POSIX.1 features except
00182    with this defined.  */
00183 #undef _POSIX_1_SOURCE
00184 
00185 /* Define if you need to in order for stat and other things to work.  */
00186 #undef _POSIX_SOURCE
00187 
00188 /* Define as the return type of signal handlers (int or void).  */
00189 #undef RETSIGTYPE
00190 
00191 /* Define to the type of arg1 for select(). */
00192 #undef SELECT_TYPE_ARG1
00193 
00194 /* Define to the type of args 2, 3 and 4 for select(). */
00195 #undef SELECT_TYPE_ARG234
00196 
00197 /* Define to the type of arg5 for select(). */
00198 #undef SELECT_TYPE_ARG5
00199 
00200 /* Define if the `setpgrp' function takes no argument.  */
00201 #undef SETPGRP_VOID
00202 
00203 /* Define if the setvbuf function takes the buffering type as its second
00204    argument and the buffer pointer as the third, as on System V
00205    before release 3.  */
00206 #undef SETVBUF_REVERSED
00207 
00208 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
00209 #undef size_t
00210 
00211 /* If using the C implementation of alloca, define if you know the
00212    direction of stack growth for your system; otherwise it will be
00213    automatically deduced at run-time.
00214         STACK_DIRECTION > 0 => grows toward higher addresses
00215         STACK_DIRECTION < 0 => grows toward lower addresses
00216         STACK_DIRECTION = 0 => direction of growth unknown
00217  */
00218 #undef STACK_DIRECTION
00219 
00220 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
00221 #undef STAT_MACROS_BROKEN
00222 
00223 /* Define if you have the ANSI C header files.  */
00224 #undef STDC_HEADERS
00225 
00226 /* Define on System V Release 4.  */
00227 #undef SVR4
00228 
00229 /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
00230 #undef SYSDIR
00231 
00232 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
00233 #undef SYSNDIR
00234 
00235 /* Define if `sys_siglist' is declared by <signal.h>.  */
00236 #undef SYS_SIGLIST_DECLARED
00237 
00238 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
00239 #undef TIME_WITH_SYS_TIME
00240 
00241 /* Define if your <sys/time.h> declares struct tm.  */
00242 #undef TM_IN_SYS_TIME
00243 
00244 /* Define to `int' if <sys/types.h> doesn't define.  */
00245 #undef uid_t
00246 
00247 /* Define for Encore UMAX.  */
00248 #undef UMAX
00249 
00250 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
00251    instead of <sys/cpustats.h>.  */
00252 #undef UMAX4_3
00253 
00254 /* Define if you do not have <strings.h>, index, bzero, etc..  */
00255 #undef USG
00256 
00257 /* Define vfork as fork if vfork does not work.  */
00258 #undef vfork
00259 
00260 /* Define if the closedir function returns void instead of int.  */
00261 #undef VOID_CLOSEDIR
00262 
00263 /* Define if your processor stores words with the most significant
00264    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
00265 #undef WORDS_BIGENDIAN
00266 
00267 /* Define if the X Window System is missing or not being used.  */
00268 #undef X_DISPLAY_MISSING
00269 
00270 /* Define if lex declares yytext as a char * by default, not a char[].  */
00271 #undef YYTEXT_POINTER
00272 
00273 
00274 /* Leave that blank line there!!  Autoheader needs it.
00275    If you're adding to this file, keep in mind:
00276    The entries are in sort -df order: alphabetical, case insensitive,
00277    ignoring punctuation (such as underscores).  */

Generated on Wed Jul 26 13:30:38 2006 for XSB by  doxygen 1.4.5