Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

config.h

Go to the documentation of this file.
00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 if you have the <dlfcn.h> header file. */ 00005 #define HAVE_DLFCN_H 1 00006 00007 /* Define to 1 if you have the <fstream> header file. */ 00008 #define HAVE_FSTREAM 1 00009 00010 /* Define to 1 if you have the `getcwd' function. */ 00011 #define HAVE_GETCWD 1 00012 00013 /* Define to 1 if you have the `gettimeofday' function. */ 00014 #define HAVE_GETTIMEOFDAY 1 00015 00016 /* Define to 1 if you have the <inttypes.h> header file. */ 00017 #define HAVE_INTTYPES_H 1 00018 00019 /* Define to 1 if you have the <iostream> header file. */ 00020 #define HAVE_IOSTREAM 1 00021 00022 /* Define to 1 if you have the `pth' library (-lpth). */ 00023 /* #undef HAVE_LIBPTH */ 00024 00025 /* Define to 1 if you have the <memory.h> header file. */ 00026 #define HAVE_MEMORY_H 1 00027 00028 /* Define to 1 if you have the `mkstemp' function. */ 00029 #define HAVE_MKSTEMP 1 00030 00031 /* Define to 1 if you have the `mkstemps' function. */ 00032 /* #undef HAVE_MKSTEMPS */ 00033 00034 /* Define if you want Probes in Pentium code */ 00035 #define HAVE_PENTIUM_PROBE 1 00036 00037 /* Define to 1 if you have the `pthread_sigmask' function. */ 00038 /* #undef HAVE_PTHREAD_SIGMASK */ 00039 00040 /* Define to 1 if you have the `random' function. */ 00041 #define HAVE_RANDOM 1 00042 00043 /* Define to 1 if you have the `res_init' function. */ 00044 /* #undef HAVE_RES_INIT */ 00045 00046 /* Define to 1 if you have the `setegid' function. */ 00047 #define HAVE_SETEGID 1 00048 00049 /* Define to 1 if you have the `setenv' function. */ 00050 #define HAVE_SETENV 1 00051 00052 /* Define to 1 if you have the `seteuid' function. */ 00053 #define HAVE_SETEUID 1 00054 00055 /* Define to 1 if you have the `sigmask' function. */ 00056 /* #undef HAVE_SIGMASK */ 00057 00058 /* Define to 1 if you have the `sigthreadmask' function. */ 00059 /* #undef HAVE_SIGTHREADMASK */ 00060 00061 /* Define to 1 if you have the `socket' function. */ 00062 #define HAVE_SOCKET 1 00063 00064 /* Define to 1 if you have the <sstream> header file. */ 00065 #define HAVE_SSTREAM 1 00066 00067 /* Define to 1 if you have the `statfs' function. */ 00068 #define HAVE_STATFS 1 00069 00070 /* the statfs prototype may require char* rather than const char* */ 00071 #define HAVE_STATFS_CONST_PATH 1 00072 00073 /* Define to 1 if you have the <stdint.h> header file. */ 00074 #define HAVE_STDINT_H 1 00075 00076 /* Define to 1 if you have the <stdlib.h> header file. */ 00077 #define HAVE_STDLIB_H 1 00078 00079 /* Define to 1 if you have the `stpcpy' function. */ 00080 #define HAVE_STPCPY 1 00081 00082 /* Define to 1 if you have the `strdup' function. */ 00083 #define HAVE_STRDUP 1 00084 00085 /* Define to 1 if you have the `strerror' function. */ 00086 #define HAVE_STRERROR 1 00087 00088 /* Define to 1 if you have the `strfmon' function. */ 00089 #define HAVE_STRFMON 1 00090 00091 /* Define to 1 if you have the <strings.h> header file. */ 00092 #define HAVE_STRINGS_H 1 00093 00094 /* Define to 1 if you have the <string.h> header file. */ 00095 #define HAVE_STRING_H 1 00096 00097 /* Define to 1 if you have the <sys/stat.h> header file. */ 00098 #define HAVE_SYS_STAT_H 1 00099 00100 /* Define to 1 if you have the <sys/types.h> header file. */ 00101 #define HAVE_SYS_TYPES_H 1 00102 00103 /* Define to 1 if you have the `thr_sigsetmask' function. */ 00104 /* #undef HAVE_THR_SIGSETMASK */ 00105 00106 /* Define to 1 if you have the <unistd.h> header file. */ 00107 #define HAVE_UNISTD_H 1 00108 00109 /* Define to 1 if you have the `unsetenv' function. */ 00110 #define HAVE_UNSETENV 1 00111 00112 /* Define to 1 if you have the `vsnprintf' function. */ 00113 #define HAVE_VSNPRINTF 1 00114 00115 /* msghdr.msg_name may need (char *) cast */ 00116 #define MSGHDR_CAST_T (char *) 00117 00118 /* Name of package */ 00119 #define PACKAGE "komssys" 00120 00121 /* Define to the address where bug reports for this package should be sent. */ 00122 #define PACKAGE_BUGREPORT "" 00123 00124 /* Define to the full name of this package. */ 00125 #define PACKAGE_NAME "komssys" 00126 00127 /* Define to the full name and version of this package. */ 00128 #define PACKAGE_STRING "komssys 0.3.6" 00129 00130 /* Define to the one symbol short name of this package. */ 00131 #define PACKAGE_TARNAME "komssys" 00132 00133 /* Define to the version of this package. */ 00134 #define PACKAGE_VERSION "0.3.6" 00135 00136 /* Define to 1 if you have the ANSI C header files. */ 00137 #define STDC_HEADERS 1 00138 00139 /* Version number of package */ 00140 #define VERSION "0.3.6" 00141 00142 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 00143 `char[]'. */ 00144 /* #undef YYTEXT_POINTER */ 00145 00146 /* Define to `short int' if <sys/types.h> does not define. */ 00147 /* #undef int16_t */ 00148 00149 /* Define to `int' if <sys/types.h> does not define. */ 00150 /* #undef int32_t */ 00151 00152 /* Define to `long long int' if <sys/types.h> does not define. */ 00153 /* #undef int64_t */ 00154 00155 /* Define to `char' if <sys/types.h> does not define. */ 00156 /* #undef int8_t */ 00157 00158 /* Compatibility define */ 00159 #define ksize_t socklen_t 00160 00161 /* Define the real type of socklen_t */ 00162 /* #undef socklen_t */ 00163 00164 /* Define to `unsigned short' if <sys/types.h> does not define. */ 00165 /* #undef u_int16_t */ 00166 00167 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00168 /* #undef u_int32_t */ 00169 00170 /* Define to `unsigned long long int' if <sys/types.h> does not define. */ 00171 /* #undef u_int64_t */ 00172 00173 /* Define to `unsigned char' if <sys/types.h> does not define. */ 00174 /* #undef u_int8_t */ 00175 00176 /* Define to `unsigned char' if <sys/types.h> does not define. */ 00177 #define uchar_t unsigned char

Generated on Sun Mar 6 13:35:49 2005 for Komssys by doxygen 1.3.8