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