00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define to empty if the keyword does not work. */ 00005 /* #undef const */ 00006 00007 /* Define if you have the ANSI C header files. */ 00008 #define STDC_HEADERS 1 00009 00010 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00011 #define TIME_WITH_SYS_TIME 1 00012 00013 /* Define if you have the select function. */ 00014 /* #undef HAVE_SELECT */ 00015 00016 /* Define if you have the socket function. */ 00017 /* #undef HAVE_SOCKET */ 00018 00019 /* Define if you have the strdup function. */ 00020 #define HAVE_STRDUP 1 00021 00022 /* Define if you have the <fcntl.h> header file. */ 00023 #define HAVE_FCNTL_H 1 00024 00025 /* Define if you have the <strings.h> header file. */ 00026 #define HAVE_STRINGS_H 1 00027 00028 /* Define if you have the <sys/time.h> header file. */ 00029 #define HAVE_SYS_TIME_H 1 00030 00031 /* Define if you have the <unistd.h> header file. */ 00032 #define HAVE_UNISTD_H 1 00033 00034 /* Define if you have the crypto library (-lcrypto). */ 00035 #define HAVE_LIBCRYPTO 1 00036 00037 /* Define if you have the ssl library (-lssl). */ 00038 #define HAVE_LIBSSL 1 00039 00040 /* TCLink version string, as determined by configure. */ 00041 #define TCLINK_VERSION "3.4-C-Linux-i686" 00042
1.5.5