5772890 [rkeene@sledge /home/rkeene/projects/libssh-win32/v0.11/src/libssh-0.11-win32]$ cat -n config.h.in
   1: /* config.h.in.  Generated from configure.in by autoheader.  */
   2: 
   3: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
   4: #undef HAVE_DOPRNT
   5: 
   6: /* Define to 1 if you have the `endpwent' function. */
   7: #undef HAVE_ENDPWENT
   8: 
   9: /* Define to 1 if you have the <fcntl.h> header file. */
  10: #undef HAVE_FCNTL_H
  11: 
  12: /* Define to 1 if you have the `gethostbyaddr' function. */
  13: #undef HAVE_GETHOSTBYADDR
  14: 
  15: /* Define to 1 if you have the `gethostbyname' function. */
  16: #undef HAVE_GETHOSTBYNAME
  17: 
  18: /* Define to 1 if you have the `getpass' function. */
  19: #undef HAVE_GETPASS
  20: 
  21: /* Define to 1 if you have the `getpwent' function. */
  22: #undef HAVE_GETPWENT
  23: 
  24: /* Define to 1 if you have the `getuid' function. */
  25: #undef HAVE_GETUID
  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 `crypto' library (-lcrypto). */
  31: #undef HAVE_LIBCRYPTO
  32: 
  33: /* Define to 1 if you have the `z' library (-lz). */
  34: #undef HAVE_LIBZ
  35: 
  36: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  37:    to 0 otherwise. */
  38: #undef HAVE_MALLOC
  39: 
  40: /* Define to 1 if you have the `memmove' function. */
  41: #undef HAVE_MEMMOVE
  42: 
  43: /* Define to 1 if you have the <memory.h> header file. */
  44: #undef HAVE_MEMORY_H
  45: 
  46: /* Define to 1 if you have the `memset' function. */
  47: #undef HAVE_MEMSET
  48: 
  49: /* Define to 1 if you have the <netdb.h> header file. */
  50: #undef HAVE_NETDB_H
  51: 
  52: /* Define to 1 if you have the <netinet/in.h> header file. */
  53: #undef HAVE_NETINET_IN_H
  54: 
  55: /* Define to 1 if you have the <openssl/aes.h> header file. */
  56: #undef HAVE_OPENSSL_AES_H
  57: 
  58: /* Define to 1 if you have the <openssl/blowfish.h> header file. */
  59: #undef HAVE_OPENSSL_BLOWFISH_H
  60: 
  61: /* Define to 1 if you have the `poll' function. */
  62: #undef HAVE_POLL
  63: 
  64: /* Define to 1 if you have the <pty.h> header file. */
  65: #undef HAVE_PTY_H
  66: 
  67: /* Define to 1 if you have the <pwd.h> header file. */
  68: #undef HAVE_PWD_H
  69: 
  70: /* Define to 1 if you have the `select' function. */
  71: #undef HAVE_SELECT
  72: 
  73: /* Define to 1 if you have the `signal' function. */
  74: #undef HAVE_SIGNAL
  75: 
  76: /* Define to 1 if you have the <signal.h> header file. */
  77: #undef HAVE_SIGNAL_H
  78: 
  79: /* Define to 1 if you have the `socket' function. */
  80: #undef HAVE_SOCKET
  81: 
  82: /* Define to 1 if you have the <stdint.h> header file. */
  83: #undef HAVE_STDINT_H
  84: 
  85: /* Define to 1 if you have the <stdlib.h> header file. */
  86: #undef HAVE_STDLIB_H
  87: 
  88: /* Define to 1 if you have the `strchr' function. */
  89: #undef HAVE_STRCHR
  90: 
  91: /* Define to 1 if you have the `strdup' function. */
  92: #undef HAVE_STRDUP
  93: 
  94: /* Define to 1 if you have the `strerror' function. */
  95: #undef HAVE_STRERROR
  96: 
  97: /* Define to 1 if you have the <strings.h> header file. */
  98: #undef HAVE_STRINGS_H
  99: 
 100: /* Define to 1 if you have the <string.h> header file. */
 101: #undef HAVE_STRING_H
 102: 
 103: /* Define to 1 if you have the `strstr' function. */
 104: #undef HAVE_STRSTR
 105: 
 106: /* Define to 1 if you have the <sys/poll.h> header file. */
 107: #undef HAVE_SYS_POLL_H
 108: 
 109: /* Define to 1 if you have the <sys/select.h> header file. */
 110: #undef HAVE_SYS_SELECT_H
 111: 
 112: /* Define to 1 if you have the <sys/socket.h> header file. */
 113: #undef HAVE_SYS_SOCKET_H
 114: 
 115: /* Define to 1 if you have the <sys/stat.h> header file. */
 116: #undef HAVE_SYS_STAT_H
 117: 
 118: /* Define to 1 if you have the <sys/time.h> header file. */
 119: #undef HAVE_SYS_TIME_H
 120: 
 121: /* Define to 1 if you have the <sys/types.h> header file. */
 122: #undef HAVE_SYS_TYPES_H
 123: 
 124: /* Define to 1 if you have the `tcgetattr' function. */
 125: #undef HAVE_TCGETATTR
 126: 
 127: /* Define to 1 if you have the `tcsetattr' function. */
 128: #undef HAVE_TCSETATTR
 129: 
 130: /* Define to 1 if you have the <termios.h> header file. */
 131: #undef HAVE_TERMIOS_H
 132: 
 133: /* Define to 1 if you have the <unistd.h> header file. */
 134: #undef HAVE_UNISTD_H
 135: 
 136: /* Define to 1 if you have the `vprintf' function. */
 137: #undef HAVE_VPRINTF
 138: 
 139: /* Define to 1 if you have the <windows.h> header file. */
 140: #undef HAVE_WINDOWS_H
 141: 
 142: /* Define to 1 if you have the <zlib.h> header file. */
 143: #undef HAVE_ZLIB_H
 144: 
 145: /* Define to the address where bug reports for this package should be sent. */
 146: #undef PACKAGE_BUGREPORT
 147: 
 148: /* Define to the full name of this package. */
 149: #undef PACKAGE_NAME
 150: 
 151: /* Define to the full name and version of this package. */
 152: #undef PACKAGE_STRING
 153: 
 154: /* Define to the one symbol short name of this package. */
 155: #undef PACKAGE_TARNAME
 156: 
 157: /* Define to the version of this package. */
 158: #undef PACKAGE_VERSION
 159: 
 160: /* Define as the return type of signal handlers (`int' or `void'). */
 161: #undef RETSIGTYPE
 162: 
 163: /* Define to the type of arg 1 for `select'. */
 164: #undef SELECT_TYPE_ARG1
 165: 
 166: /* Define to the type of args 2, 3 and 4 for `select'. */
 167: #undef SELECT_TYPE_ARG234
 168: 
 169: /* Define to the type of arg 5 for `select'. */
 170: #undef SELECT_TYPE_ARG5
 171: 
 172: /* Define to 1 if you have the ANSI C header files. */
 173: #undef STDC_HEADERS
 174: 
 175: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 176: #undef TIME_WITH_SYS_TIME
 177: 
 178: /* Define to 1 if your processor stores words with the most significant byte
 179:    first (like Motorola and SPARC, unlike Intel and VAX). */
 180: #undef WORDS_BIGENDIAN
 181: 
 182: /* Define to empty if `const' does not conform to ANSI C. */
 183: #undef const
 184: 
 185: /* Define to rpl_malloc if the replacement function should be used. */
 186: #undef malloc
5772891 [rkeene@sledge /home/rkeene/projects/libssh-win32/v0.11/src/libssh-0.11-win32]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2007-02-17 17:46:50