include/libssh/config.h

00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Define to 1 if you have the `cfmakeraw' function. */
00005 #define HAVE_CFMAKERAW 1
00006 
00007 /* Define to 1 if you have the <dlfcn.h> header file. */
00008 #define HAVE_DLFCN_H 1
00009 
00010 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00011 /* #undef HAVE_DOPRNT */
00012 
00013 /* Define to 1 if you have the `endpwent' function. */
00014 #define HAVE_ENDPWENT 1
00015 
00016 /* Define to 1 if you have the <fcntl.h> header file. */
00017 #define HAVE_FCNTL_H 1
00018 
00019 /* Define to 1 if you have the <gcrypt.h> header file. */
00020 #define HAVE_GCRYPT_H 1
00021 
00022 /* Define to 1 if you have the `getaddrinfo' function. */
00023 #define HAVE_GETADDRINFO 1
00024 
00025 /* Define to 1 if you have the `gethostbyname' function. */
00026 #define HAVE_GETHOSTBYNAME 1
00027 
00028 /* Define to 1 if you have the `getpass' function. */
00029 #define HAVE_GETPASS 1
00030 
00031 /* Define to 1 if you have the <inttypes.h> header file. */
00032 #define HAVE_INTTYPES_H 1
00033 
00034 /* Define to 1 if you have the `crypto' library (-lcrypto). */
00035 /* #undef HAVE_LIBCRYPTO */
00036 
00037 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
00038 #define HAVE_LIBGCRYPT 1
00039 
00040 /* Define to 1 if you have the `z' library (-lz). */
00041 #define HAVE_LIBZ 1
00042 
00043 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00044    to 0 otherwise. */
00045 #define HAVE_MALLOC 1
00046 
00047 /* Define to 1 if you have the `memmove' function. */
00048 #define HAVE_MEMMOVE 1
00049 
00050 /* Define to 1 if you have the <memory.h> header file. */
00051 #define HAVE_MEMORY_H 1
00052 
00053 /* Define to 1 if you have the `memset' function. */
00054 #define HAVE_MEMSET 1
00055 
00056 /* Define to 1 if you have the <netdb.h> header file. */
00057 #define HAVE_NETDB_H 1
00058 
00059 /* Define to 1 if you have the <netinet/in.h> header file. */
00060 #define HAVE_NETINET_IN_H 1
00061 
00062 /* Define to 1 if you have the <openssl/aes.h> header file. */
00063 /* #undef HAVE_OPENSSL_AES_H */
00064 
00065 /* Define to 1 if you have the <openssl/blowfish.h> header file. */
00066 /* #undef HAVE_OPENSSL_BLOWFISH_H */
00067 
00068 /* Define to 1 if you have the <openssl/des.h> header file. */
00069 /* #undef HAVE_OPENSSL_DES_H */
00070 
00071 /* Define to 1 if you have the `poll' function. */
00072 #define HAVE_POLL 1
00073 
00074 /* Define to 1 if you have the <pty.h> header file. */
00075 #define HAVE_PTY_H 1
00076 
00077 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00078    and to 0 otherwise. */
00079 #define HAVE_REALLOC 1
00080 
00081 /* Define to 1 if you have the `select' function. */
00082 #define HAVE_SELECT 1
00083 
00084 /* Define to 1 if you have the `socket' function. */
00085 #define HAVE_SOCKET 1
00086 
00087 /* Define to 1 if you want to enable SSH1 */
00088 #define HAVE_SSH1 1
00089 
00090 /* Define to 1 if you have the <stdint.h> header file. */
00091 #define HAVE_STDINT_H 1
00092 
00093 /* Define to 1 if you have the <stdlib.h> header file. */
00094 #define HAVE_STDLIB_H 1
00095 
00096 /* Define to 1 if you have the `strchr' function. */
00097 #define HAVE_STRCHR 1
00098 
00099 /* Define to 1 if you have the `strdup' function. */
00100 #define HAVE_STRDUP 1
00101 
00102 /* Define to 1 if you have the `strerror' function. */
00103 #define HAVE_STRERROR 1
00104 
00105 /* Define to 1 if you have the <strings.h> header file. */
00106 #define HAVE_STRINGS_H 1
00107 
00108 /* Define to 1 if you have the <string.h> header file. */
00109 #define HAVE_STRING_H 1
00110 
00111 /* Define to 1 if you have the `strstr' function. */
00112 #define HAVE_STRSTR 1
00113 
00114 /* Define to 1 if you have the <sys/poll.h> header file. */
00115 #define HAVE_SYS_POLL_H 1
00116 
00117 /* Define to 1 if you have the <sys/select.h> header file. */
00118 #define HAVE_SYS_SELECT_H 1
00119 
00120 /* Define to 1 if you have the <sys/socket.h> header file. */
00121 #define HAVE_SYS_SOCKET_H 1
00122 
00123 /* Define to 1 if you have the <sys/stat.h> header file. */
00124 #define HAVE_SYS_STAT_H 1
00125 
00126 /* Define to 1 if you have the <sys/time.h> header file. */
00127 #define HAVE_SYS_TIME_H 1
00128 
00129 /* Define to 1 if you have the <sys/types.h> header file. */
00130 #define HAVE_SYS_TYPES_H 1
00131 
00132 /* Define to 1 if you have the <termios.h> header file. */
00133 #define HAVE_TERMIOS_H 1
00134 
00135 /* Define to 1 if you have the <unistd.h> header file. */
00136 #define HAVE_UNISTD_H 1
00137 
00138 /* Define to 1 if you have the `vprintf' function. */
00139 #define HAVE_VPRINTF 1
00140 
00141 /* Define to 1 if you have the <zlib.h> header file. */
00142 #define HAVE_ZLIB_H 1
00143 
00144 /* Define to the address where bug reports for this package should be sent. */
00145 #define PACKAGE_BUGREPORT "aris@0xbadc0de.be"
00146 
00147 /* Define to the full name of this package. */
00148 #define PACKAGE_NAME "libssh"
00149 
00150 /* Define to the full name and version of this package. */
00151 #define PACKAGE_STRING "libssh 0.2 "
00152 
00153 /* Define to the one symbol short name of this package. */
00154 #define PACKAGE_TARNAME "libssh"
00155 
00156 /* Define to the version of this package. */
00157 #define PACKAGE_VERSION "0.2 "
00158 
00159 /* Define as the return type of signal handlers (`int' or `void'). */
00160 #define RETSIGTYPE void
00161 
00162 /* Define to the type of arg 1 for `select'. */
00163 #define SELECT_TYPE_ARG1 int
00164 
00165 /* Define to the type of args 2, 3 and 4 for `select'. */
00166 #define SELECT_TYPE_ARG234 (fd_set *)
00167 
00168 /* Define to the type of arg 5 for `select'. */
00169 #define SELECT_TYPE_ARG5 (struct timeval *)
00170 
00171 /* Define to 1 if you have the ANSI C header files. */
00172 #define STDC_HEADERS 1
00173 
00174 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00175 #define TIME_WITH_SYS_TIME 1
00176 
00177 /* Define to 1 if your processor stores words with the most significant byte
00178    first (like Motorola and SPARC, unlike Intel and VAX). */
00179 /* #undef WORDS_BIGENDIAN */
00180 
00181 /* Define to empty if `const' does not conform to ANSI C. */
00182 /* #undef const */
00183 
00184 /* Define to rpl_malloc if the replacement function should be used. */
00185 /* #undef malloc */
00186 
00187 /* Define to rpl_realloc if the replacement function should be used. */
00188 /* #undef realloc */

Generated on Thu Aug 16 16:17:23 2007 for libssh by  doxygen 1.5.3