home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / wget153.zip / os2 / config.h next >
C/C++ Source or Header  |  1998-09-22  |  5KB  |  190 lines

  1. /* src/config.h.  Generated automatically by configure.  */
  2. /* Configuration header file.
  3.    Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  4.  
  5. This file is part of Wget.
  6.  
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21. #ifndef CONFIG_H
  22. #define CONFIG_H
  23.  
  24. /* Define if you have the <alloca.h> header file.  */
  25. #define HAVE_ALLOCA_H 1
  26.  
  27. /* AIX requires this to be the first thing in the file.  */
  28. #ifdef __GNUC__
  29. # define alloca __builtin_alloca
  30. #else
  31. # if HAVE_ALLOCA_H
  32. #  include <alloca.h>
  33. # else
  34. #  ifdef _AIX
  35.  #pragma alloca
  36. #  else
  37. #   ifndef alloca /* predefined by HP cc +Olibcalls */
  38. char *alloca ();
  39. #   endif
  40. #  endif
  41. # endif
  42. #endif
  43.  
  44. /* Define if on AIX 3.
  45.    System headers sometimes define this.
  46.    We just want to avoid a redefinition error message.  */
  47. #ifndef _ALL_SOURCE
  48. /* #undef _ALL_SOURCE */
  49. #endif
  50.  
  51. /* Define to empty if the keyword does not work.  */
  52. /* #undef const */
  53.  
  54. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  55. /* #undef size_t */
  56.  
  57. /* Define to `int' if <sys/types.h> doesn't define.  */
  58. /* #undef pid_t */
  59.  
  60. /* Define if you have the ANSI C header files.  */
  61. /* #undef STDC_HEADERS */
  62.  
  63. /* Define as the return type of signal handlers (int or void).  */
  64. #define RETSIGTYPE void
  65.  
  66. /* Define if your architecture is big endian (with the most
  67.    significant byte first).  */
  68. /* #undef WORDS_BIGENDIAN */
  69.  
  70. /* Define this if you want the NLS support.  */
  71. /* #undef HAVE_NLS */
  72.  
  73. /* Define if you want the FTP support for Opie compiled in.  */
  74. #define USE_OPIE 1
  75.  
  76. /* Define if you want the HTTP Digest Authorization compiled in.  */
  77. #define USE_DIGEST 1
  78.  
  79. /* Define if you want the debug output support compiled in.  */
  80. #define DEBUG 1
  81.  
  82. /* Define if you have sys/time.h header.  */
  83. #define HAVE_SYS_TIME_H 1
  84.  
  85. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  86. #define TIME_WITH_SYS_TIME 1
  87.  
  88. /* Define if you have struct utimbuf.  */
  89. #define HAVE_STRUCT_UTIMBUF 1
  90.  
  91. /* Define if you have the uname function.  */
  92. #define HAVE_UNAME 1
  93.  
  94. /* Define if you have the gethostname function.  */
  95. /* #undef HAVE_GETHOSTNAME */
  96.  
  97. /* Define if you have the select function.  */
  98. #define HAVE_SELECT 1
  99.  
  100. /* Define if you have the gettimeofday function.  */
  101. #define HAVE_GETTIMEOFDAY 1
  102.  
  103. /* Define if you have the strdup function.  */
  104. #define HAVE_STRDUP 1
  105.  
  106. /* Define if you have the sys/utsname.h header.  */
  107. #define HAVE_SYS_UTSNAME_H 1
  108.  
  109. /* Define if you have the strerror function.  */
  110. #define HAVE_STRERROR 1
  111.  
  112. /* Define if you have the vsnprintf function.  */
  113. #define HAVE_VSNPRINTF 1
  114.  
  115. /* Define if you have the strstr function.  */
  116. #define HAVE_STRSTR 1
  117.  
  118. /* Define if you have the strcasecmp function.  */
  119. /* #undef HAVE_STRCASECMP */
  120.  
  121. /* Define if you have the strncasecmp function.  */
  122. /* #undef HAVE_STRNCASECMP */
  123.  
  124. /* Define if you have the strptime function.  */
  125. #define HAVE_STRPTIME 1
  126.  
  127. /* Define if you have the mktime function.  */
  128. #define HAVE_MKTIME 1
  129.  
  130. /* Define if you have the symlink function.  */
  131. /* #undef HAVE_SYMLINK */
  132.  
  133. /* Define if you have the access function.  */
  134. #define HAVE_ACCESS 1
  135.  
  136. /* Define if you have the isatty function.  */
  137. #define HAVE_ISATTY 1
  138.  
  139. /* Define if you have the signal function.  */
  140. #define HAVE_SIGNAL 1
  141.  
  142. /* Define if you have the gettext function.  */
  143. /* #undef HAVE_GETTEXT */
  144.  
  145. /* Define if you have the <string.h> header file.  */
  146. #define HAVE_STRING_H 1
  147.  
  148. /* Define if you have the <stdarg.h> header file.  */
  149. #define HAVE_STDARG_H 1
  150.  
  151. /* Define if you have the <unistd.h> header file.  */
  152. #define HAVE_UNISTD_H 1
  153.  
  154. /* Define if you have the <utime.h> header file.  */
  155. #define HAVE_UTIME_H 1
  156.  
  157. /* Define if you have the <sys/utime.h> header file.  */
  158. #define HAVE_SYS_UTIME_H 1
  159.  
  160. /* Define if you have the <sys/select.h> header file.  */
  161. #define HAVE_SYS_SELECT_H 1
  162.  
  163. /* Define if you have the <pwd.h> header file.  */
  164. #define HAVE_PWD_H 1
  165.  
  166. /* Define if you have the <signal.h> header file.  */
  167. #define HAVE_SIGNAL_H 1
  168.  
  169. /* Define if you have the <libintl.h> header file.  */
  170. /* #undef HAVE_LIBINTL_H */
  171.  
  172. /* Define if you have the <locale.h> header file.  */
  173. #define HAVE_LOCALE_H 1
  174.  
  175. /* Define to be the name of the operating system.  */
  176. #define OS_TYPE "i686-os2-emx"
  177.  
  178. /* Define if you wish to compile with socks support.  */
  179. /* #undef HAVE_SOCKS */
  180.  
  181. /* Define to 1 if ANSI function prototypes are usable.  */
  182. #define PROTOTYPES 1
  183.  
  184. #ifdef __EMX__
  185. # define lstat stat
  186. # define S_ISLNK(m) (0 & m)
  187. #endif
  188.  
  189. #endif /* CONFIG_H */
  190.