"Fossies" - the Fresh Open Source Software Archive

Member "scanssh-2.1/config.h.in" (5 Mar 2005, 5833 Bytes) of package /linux/privat/old/scanssh-2.1.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 automatically from configure.in by autoheader.  */
    2 /* Define if your raw sockets have arguments in host order as in BSD.  */
    3 #undef BSD_RAWSOCK_ORDER
    4 
    5 /* Define if your system knows about struct sockaddr_storage */
    6 #undef HAVE_SOCKADDR_STORAGE
    7 
    8 /* Define to int if your system does not know about sa_family_t */
    9 #undef sa_family_t
   10 
   11 /* Define to int if your system does not know about socklen_t */
   12 #undef socklen_t
   13 
   14 /* Define to `unsigned long long' if <sys/types.h> doesn't define.  */
   15 #undef u_int64_t
   16 
   17 /* Define to `unsigned int' if <sys/types.h> doesn't define.  */
   18 #undef u_int32_t
   19 
   20 /* Define to `unsigned short' if <sys/types.h> doesn't define.  */
   21 #undef u_int16_t
   22 
   23 /* Define to `unsigned char' if <sys/types.h> doesn't define.  */
   24 #undef u_int8_t
   25 
   26 /* Undefine if <netdb.h> contains this, otherwise define to 1 */
   27 #undef NI_NUMERICHOST
   28 
   29 /* Undefine if <netdb.h> contains this, otherwise define to 1 */
   30 #undef NI_MAXHOST
   31 
   32 /* Undefine if <netdb.h> contains this, otherwise define to 32 */
   33 #undef NI_MAXSERV
   34 
   35 /* Take care of getaddrinfo */
   36 #undef HAVE_STRUCT_ADDRINFO
   37 
   38 /* Define if timeradd is defined in <sys/time.h> */
   39 #undef HAVE_TIMERADD
   40 #ifndef HAVE_TIMERADD
   41 #define timeradd(tvp, uvp, vvp)                                         \
   42         do {                                                            \
   43                 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec;          \
   44                 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec;       \
   45                 if ((vvp)->tv_usec >= 1000000) {                        \
   46                         (vvp)->tv_sec++;                                \
   47                         (vvp)->tv_usec -= 1000000;                      \
   48                 }                                                       \
   49         } while (0)
   50 #define timersub(tvp, uvp, vvp)                     \
   51     do {                                \
   52         (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec;      \
   53         (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec;   \
   54         if ((vvp)->tv_usec < 0) {               \
   55             (vvp)->tv_sec--;                \
   56             (vvp)->tv_usec += 1000000;          \
   57         }                           \
   58     } while (0)
   59 #endif /* !HAVE_TIMERADD */
   60 
   61 /* Define if fd_mask is defined in <sys/select.h> */
   62 #undef HAVE_FDMASK_IN_SELECT
   63 
   64 /* Define if you have the `arc4random' function. */
   65 #undef HAVE_ARC4RANDOM
   66 
   67 /* Define if our libdnet is a libdumbnet */
   68 #undef HAVE_DUMBNET
   69 
   70 /* Define if you have the <fcntl.h> header file. */
   71 #undef HAVE_FCNTL_H
   72 
   73 /* Define if you have the `getaddrinfo' function. */
   74 #undef HAVE_GETADDRINFO
   75 
   76 /* Define if you have the `getnameinfo' function. */
   77 #undef HAVE_GETNAMEINFO
   78 
   79 /* Define if you have the `gettimeofday' function. */
   80 #undef HAVE_GETTIMEOFDAY
   81 
   82 /* Define if you have the `inet_aton' function. */
   83 #undef HAVE_INET_ATON
   84 
   85 /* Define if you have the `inet_pton' function. */
   86 #undef HAVE_INET_PTON
   87 
   88 /* Define if you have the <inttypes.h> header file. */
   89 #undef HAVE_INTTYPES_H
   90 
   91 /* Define if you have the `iphlpapi' library (-liphlpapi). */
   92 #undef HAVE_LIBIPHLPAPI
   93 
   94 /* Define if you have the `nsl' library (-lnsl). */
   95 #undef HAVE_LIBNSL
   96 
   97 /* Define if you have the `socket' library (-lsocket). */
   98 #undef HAVE_LIBSOCKET
   99 
  100 /* Define if you have the `ws2_32' library (-lws2_32). */
  101 #undef HAVE_LIBWS2_32
  102 
  103 /* Define if you have the `MD5Update' function. */
  104 #undef HAVE_MD5UPDATE
  105 
  106 /* Define if you have the <memory.h> header file. */
  107 #undef HAVE_MEMORY_H
  108 
  109 /* Define if you have the `select' function. */
  110 #undef HAVE_SELECT
  111 
  112 /* Define if you have the `seteuid' function. */
  113 #undef HAVE_SETEUID
  114 
  115 /* struct sockaddr_in contains sin_len */
  116 #undef HAVE_SIN_LEN
  117 
  118 /* Define if you have the `socket' function. */
  119 #undef HAVE_SOCKET
  120 
  121 /* Define if you have the <stdint.h> header file. */
  122 #undef HAVE_STDINT_H
  123 
  124 /* Define if you have the <stdlib.h> header file. */
  125 #undef HAVE_STDLIB_H
  126 
  127 /* Define if you have the `strdup' function. */
  128 #undef HAVE_STRDUP
  129 
  130 /* Define if you have the `strerror' function. */
  131 #undef HAVE_STRERROR
  132 
  133 /* Define if you have the <strings.h> header file. */
  134 #undef HAVE_STRINGS_H
  135 
  136 /* Define if you have the <string.h> header file. */
  137 #undef HAVE_STRING_H
  138 
  139 /* Define if you have the `strlcat' function. */
  140 #undef HAVE_STRLCAT
  141 
  142 /* Define if you have the `strlcpy' function. */
  143 #undef HAVE_STRLCPY
  144 
  145 /* Define if you have the `strsep' function. */
  146 #undef HAVE_STRSEP
  147 
  148 /* Define if you have the `strtol' function. */
  149 #undef HAVE_STRTOL
  150 
  151 /* Define if you have the <sys/ioctl.h> header file. */
  152 #undef HAVE_SYS_IOCTL_H
  153 
  154 /* Define if you have the <sys/stat.h> header file. */
  155 #undef HAVE_SYS_STAT_H
  156 
  157 /* Define if you have the <sys/time.h> header file. */
  158 #undef HAVE_SYS_TIME_H
  159 
  160 /* Define if you have the <sys/types.h> header file. */
  161 #undef HAVE_SYS_TYPES_H
  162 
  163 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  164 #undef HAVE_SYS_WAIT_H
  165 
  166 /* Define if you have the <unistd.h> header file. */
  167 #undef HAVE_UNISTD_H
  168 
  169 /* Define if you have the `warnx' function. */
  170 #undef HAVE_WARNX
  171 
  172 /* Name of package */
  173 #undef PACKAGE
  174 
  175 /* Define as the return type of signal handlers (`int' or `void'). */
  176 #undef RETSIGTYPE
  177 
  178 /* Define if you have the ANSI C header files. */
  179 #undef STDC_HEADERS
  180 
  181 /* Define if you can safely include both <sys/time.h> and <time.h>. */
  182 #undef TIME_WITH_SYS_TIME
  183 
  184 /* Version number of package */
  185 #undef VERSION
  186 
  187 /* Define for faster code generation. */
  188 #undef WIN32_LEAN_AND_MEAN
  189 
  190 /* Define to `int' if <sys/types.h> does not define. */
  191 #undef pid_t
  192 
  193 /* Define to `unsigned' if <sys/types.h> does not define. */
  194 #undef size_t
  195 
  196 /* Use MingW32's internal snprintf */
  197 #undef snprintf
  198 
  199 /* Define to `unsigned short' if <sys/types.h> does not define. */
  200 #undef u_int16_t
  201 
  202 /* Define to `unsigned int' if <sys/types.h> does not define. */
  203 #undef u_int32_t
  204 
  205 /* Define to `unsigned long long' if <sys/types.h> does not define. */
  206 #undef u_int64_t
  207 
  208 /* Define to `unsigned char' if <sys/types.h> does not define. */
  209 #undef u_int8_t