home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnuawk.zip / configh.in < prev    next >
Text File  |  1997-05-01  |  6KB  |  207 lines

  1. /* configh.in.  Generated automatically from configure.in by autoheader.  */
  2. /*
  3.  * acconfig.h -- configuration definitions for gawk.
  4.  */
  5.  
  6. /* 
  7.  * Copyright (C) 1995-1997 the Free Software Foundation, Inc.
  8.  * 
  9.  * This file is part of GAWK, the GNU implementation of the
  10.  * AWK Programming Language.
  11.  * 
  12.  * GAWK is free software; you can redistribute it and/or modify
  13.  * it under the terms of the GNU General Public License as published by
  14.  * the Free Software Foundation; either version 2 of the License, or
  15.  * (at your option) any later version.
  16.  * 
  17.  * GAWK is distributed in the hope that it will be useful,
  18.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.  * GNU General Public License for more details.
  21.  * 
  22.  * You should have received a copy of the GNU General Public License
  23.  * along with this program; if not, write to the Free Software
  24.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  25.  */
  26.  
  27.  
  28. /* Define if on AIX 3.
  29.    System headers sometimes define this.
  30.    We just want to avoid a redefinition error message.  */
  31. #ifndef _ALL_SOURCE
  32. #undef _ALL_SOURCE
  33. #endif
  34.  
  35. /* Define if using alloca.c.  */
  36. #undef C_ALLOCA
  37.  
  38. /* Define if type char is unsigned and you are not using gcc.  */
  39. #ifndef __CHAR_UNSIGNED__
  40. #undef __CHAR_UNSIGNED__
  41. #endif
  42.  
  43. /* Define to empty if the keyword does not work.  */
  44. #undef const
  45.  
  46. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  47.    This function is required for alloca.c support on those systems.  */
  48. #undef CRAY_STACKSEG_END
  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 `getpgrp' function takes no argument.  */
  55. #undef GETPGRP_VOID
  56.  
  57. /* Define to `int' if <sys/types.h> doesn't define.  */
  58. #undef gid_t
  59.  
  60. /* Define if you have alloca, as a function or macro.  */
  61. #undef HAVE_ALLOCA
  62.  
  63. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  64. #undef HAVE_ALLOCA_H
  65.  
  66. /* Define if you don't have vprintf but do have _doprnt.  */
  67. #undef HAVE_DOPRNT
  68.  
  69. /* Define if you have a working `mmap' system call.  */
  70. #undef HAVE_MMAP
  71.  
  72. /* Define if your struct stat has st_blksize.  */
  73. #undef HAVE_ST_BLKSIZE
  74.  
  75. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  76. #undef HAVE_SYS_WAIT_H
  77.  
  78. /* Define if your struct tm has tm_zone.  */
  79. #undef HAVE_TM_ZONE
  80.  
  81. /* Define if you don't have tm_zone but do have the external array
  82.    tzname.  */
  83. #undef HAVE_TZNAME
  84.  
  85. /* Define if you have the vprintf function.  */
  86. #undef HAVE_VPRINTF
  87.  
  88. /* Define if on MINIX.  */
  89. #undef _MINIX
  90.  
  91. /* Define to `int' if <sys/types.h> doesn't define.  */
  92. #undef pid_t
  93.  
  94. /* Define if the system does not provide POSIX.1 features except
  95.    with this defined.  */
  96. #undef _POSIX_1_SOURCE
  97.  
  98. /* Define if you need to in order for stat and other things to work.  */
  99. #undef _POSIX_SOURCE
  100.  
  101. /* Define as the return type of signal handlers (int or void).  */
  102. #undef RETSIGTYPE
  103.  
  104. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  105. #undef size_t
  106.  
  107. /* If using the C implementation of alloca, define if you know the
  108.    direction of stack growth for your system; otherwise it will be
  109.    automatically deduced at run-time.
  110.  STACK_DIRECTION > 0 => grows toward higher addresses
  111.  STACK_DIRECTION < 0 => grows toward lower addresses
  112.  STACK_DIRECTION = 0 => direction of growth unknown
  113.  */
  114. #undef STACK_DIRECTION
  115.  
  116. /* Define if you have the ANSI C header files.  */
  117. #undef STDC_HEADERS
  118.  
  119. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  120. #undef TIME_WITH_SYS_TIME
  121.  
  122. /* Define if your <sys/time.h> declares struct tm.  */
  123. #undef TM_IN_SYS_TIME
  124.  
  125. /* Define to `int' if <sys/types.h> doesn't define.  */
  126. #undef uid_t
  127.  
  128. #undef HAVE_STRINGIZE /* can use ANSI # operator in cpp */
  129. #undef REGEX_MALLOC /* use malloc instead of alloca in regex.c */
  130. #undef SPRINTF_RET /* return type of sprintf */
  131. #undef BITOPS  /* bitwise ops (undocumented feature) */
  132. #undef NONDECDATA /* non-decimal input data (undocumented feature) */
  133.  
  134. /* Define if you have the fmod function.  */
  135. #undef HAVE_FMOD
  136.  
  137. /* Define if you have the getpagesize function.  */
  138. #undef HAVE_GETPAGESIZE
  139.  
  140. /* Define if you have the madvise function.  */
  141. #undef HAVE_MADVISE
  142.  
  143. /* Define if you have the memcmp function.  */
  144. #undef HAVE_MEMCMP
  145.  
  146. /* Define if you have the memcpy function.  */
  147. #undef HAVE_MEMCPY
  148.  
  149. /* Define if you have the memset function.  */
  150. #undef HAVE_MEMSET
  151.  
  152. /* Define if you have the setlocale function.  */
  153. #undef HAVE_SETLOCALE
  154.  
  155. /* Define if you have the strchr function.  */
  156. #undef HAVE_STRCHR
  157.  
  158. /* Define if you have the strerror function.  */
  159. #undef HAVE_STRERROR
  160.  
  161. /* Define if you have the strftime function.  */
  162. #undef HAVE_STRFTIME
  163.  
  164. /* Define if you have the strncasecmp function.  */
  165. #undef HAVE_STRNCASECMP
  166.  
  167. /* Define if you have the strtod function.  */
  168. #undef HAVE_STRTOD
  169.  
  170. /* Define if you have the system function.  */
  171. #undef HAVE_SYSTEM
  172.  
  173. /* Define if you have the tzset function.  */
  174. #undef HAVE_TZSET
  175.  
  176. /* Define if you have the <limits.h> header file.  */
  177. #undef HAVE_LIMITS_H
  178.  
  179. /* Define if you have the <locale.h> header file.  */
  180. #undef HAVE_LOCALE_H
  181.  
  182. /* Define if you have the <memory.h> header file.  */
  183. #undef HAVE_MEMORY_H
  184.  
  185. /* Define if you have the <signum.h> header file.  */
  186. #undef HAVE_SIGNUM_H
  187.  
  188. /* Define if you have the <stdarg.h> header file.  */
  189. #undef HAVE_STDARG_H
  190.  
  191. /* Define if you have the <string.h> header file.  */
  192. #undef HAVE_STRING_H
  193.  
  194. /* Define if you have the <strings.h> header file.  */
  195. #undef HAVE_STRINGS_H
  196.  
  197. /* Define if you have the <sys/param.h> header file.  */
  198. #undef HAVE_SYS_PARAM_H
  199.  
  200. /* Define if you have the <unistd.h> header file.  */
  201. #undef HAVE_UNISTD_H
  202.  
  203. /* Define if you have the m library (-lm).  */
  204. #undef HAVE_LIBM
  205.  
  206. #include <custom.h>    /* overrides for stuff autoconf can't deal with */
  207.