"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/config.h.in" (28 Jan 2004, 3988 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /* config.h.in.  Generated from configure.in by autoheader.  */
    2 
    3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    4    systems. This function is required for `alloca.c' support on those systems.
    5    */
    6 #undef CRAY_STACKSEG_END
    7 
    8 /* Define to 1 if using `alloca.c'. */
    9 #undef C_ALLOCA
   10 
   11 /* Define to 1 if you have `alloca', as a function or macro. */
   12 #undef HAVE_ALLOCA
   13 
   14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   15    */
   16 #undef HAVE_ALLOCA_H
   17 
   18 /* Define to 1 if you have the <fcntl.h> header file. */
   19 #undef HAVE_FCNTL_H
   20 
   21 /* Define to 1 if you have the <getopt.h> header file. */
   22 #undef HAVE_GETOPT_H
   23 
   24 /* Define to 1 if you have the `getopt_long' function. */
   25 #undef HAVE_GETOPT_LONG
   26 
   27 /* Define to 1 if you have the <inttypes.h> header file. */
   28 #undef HAVE_INTTYPES_H
   29 
   30 /* Define to 1 if you have the `nsl' library (-lnsl). */
   31 #undef HAVE_LIBNSL
   32 
   33 /* Define to 1 if you have the `socket' library (-lsocket). */
   34 #undef HAVE_LIBSOCKET
   35 
   36 /* Define to 1 if you have the <memory.h> header file. */
   37 #undef HAVE_MEMORY_H
   38 
   39 /* Define if you have MSG_PROXY in <sys/socket.h> */
   40 #undef HAVE_MSG_PROXY
   41 
   42 /* Define to 1 if you have the `select' function. */
   43 #undef HAVE_SELECT
   44 
   45 /* Define to 1 if you have the `socket' function. */
   46 #undef HAVE_SOCKET
   47 
   48 /* Define to 1 if you have the <stdint.h> header file. */
   49 #undef HAVE_STDINT_H
   50 
   51 /* Define to 1 if you have the <stdlib.h> header file. */
   52 #undef HAVE_STDLIB_H
   53 
   54 /* Define to 1 if you have the `strdup' function. */
   55 #undef HAVE_STRDUP
   56 
   57 /* Define to 1 if you have the `strerror' function. */
   58 #undef HAVE_STRERROR
   59 
   60 /* Define to 1 if you have the <strings.h> header file. */
   61 #undef HAVE_STRINGS_H
   62 
   63 /* Define to 1 if you have the <string.h> header file. */
   64 #undef HAVE_STRING_H
   65 
   66 /* Define to 1 if you have the <syslog.h> header file. */
   67 #undef HAVE_SYSLOG_H
   68 
   69 /* Define to 1 if you have the <sys/file.h> header file. */
   70 #undef HAVE_SYS_FILE_H
   71 
   72 /* Define to 1 if you have the <sys/ioctl.h> header file. */
   73 #undef HAVE_SYS_IOCTL_H
   74 
   75 /* Define to 1 if you have the <sys/socket.h> header file. */
   76 #undef HAVE_SYS_SOCKET_H
   77 
   78 /* Define to 1 if you have the <sys/stat.h> header file. */
   79 #undef HAVE_SYS_STAT_H
   80 
   81 /* Define to 1 if you have the <sys/termios.h> header file. */
   82 #undef HAVE_SYS_TERMIOS_H
   83 
   84 /* Define to 1 if you have the <sys/time.h> header file. */
   85 #undef HAVE_SYS_TIME_H
   86 
   87 /* Define to 1 if you have the <sys/types.h> header file. */
   88 #undef HAVE_SYS_TYPES_H
   89 
   90 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
   91 #undef HAVE_SYS_WAIT_H
   92 
   93 /* Define to 1 if you have the <unistd.h> header file. */
   94 #undef HAVE_UNISTD_H
   95 
   96 /* Name of package */
   97 #undef PACKAGE
   98 
   99 /* Define to the address where bug reports for this package should be sent. */
  100 #undef PACKAGE_BUGREPORT
  101 
  102 /* Define to the full name of this package. */
  103 #undef PACKAGE_NAME
  104 
  105 /* Define to the full name and version of this package. */
  106 #undef PACKAGE_STRING
  107 
  108 /* Define to the one symbol short name of this package. */
  109 #undef PACKAGE_TARNAME
  110 
  111 /* Define to the version of this package. */
  112 #undef PACKAGE_VERSION
  113 
  114 /* Define as the return type of signal handlers (`int' or `void'). */
  115 #undef RETSIGTYPE
  116 
  117 /* If using the C implementation of alloca, define if you know the
  118    direction of stack growth for your system; otherwise it will be
  119    automatically deduced at run-time.
  120     STACK_DIRECTION > 0 => grows toward higher addresses
  121     STACK_DIRECTION < 0 => grows toward lower addresses
  122     STACK_DIRECTION = 0 => direction of growth unknown */
  123 #undef STACK_DIRECTION
  124 
  125 /* Define to 1 if you have the ANSI C header files. */
  126 #undef STDC_HEADERS
  127 
  128 /* Version number of package */
  129 #undef VERSION
  130 
  131 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  132    `char[]'. */
  133 #undef YYTEXT_POINTER
  134 
  135 /* Define to 1 if on AIX 3.
  136    System headers sometimes define this.
  137    We just want to avoid a redefinition error message.  */
  138 #ifndef _ALL_SOURCE
  139 # undef _ALL_SOURCE
  140 #endif
  141 
  142 /* Define to `int' if <sys/types.h> does not define. */
  143 #undef pid_t