00001 /* ibrcommon/config.h. Generated from config.h.in by configure. */ 00002 /* ibrcommon/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the `alarm' function. */ 00005 #define HAVE_ALARM 1 00006 00007 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00008 #define HAVE_ARPA_INET_H 1 00009 00010 /* Define to 1 if you have the `bzero' function. */ 00011 #define HAVE_BZERO 1 00012 00013 /* Define to 1 if you have the `clock_gettime' function. */ 00014 #define HAVE_CLOCK_GETTIME 1 00015 00016 /* Define to 1 if you have the <dlfcn.h> header file. */ 00017 #define HAVE_DLFCN_H 1 00018 00019 /* Define to 1 if you have the <fcntl.h> header file. */ 00020 #define HAVE_FCNTL_H 1 00021 00022 /* Define to 1 if you have the `gethostname' function. */ 00023 #define HAVE_GETHOSTNAME 1 00024 00025 /* Define to 1 if you have the `gettimeofday' function. */ 00026 #define HAVE_GETTIMEOFDAY 1 00027 00028 /* Define to 1 if you have the `inet_ntoa' function. */ 00029 #define HAVE_INET_NTOA 1 00030 00031 /* Define to 1 if you have the <inttypes.h> header file. */ 00032 #define HAVE_INTTYPES_H 1 00033 00034 /* "netlink library is available" */ 00035 #define HAVE_LIBNL 1 00036 00037 /* Define to 1 if you have the `rt' library (-lrt). */ 00038 #define HAVE_LIBRT 1 00039 00040 /* "enable lowpan support" */ 00041 #define HAVE_LOWPAN_SUPPORT 1 00042 00043 /* Define to 1 if you have the <memory.h> header file. */ 00044 #define HAVE_MEMORY_H 1 00045 00046 /* Define to 1 if you have the `memset' function. */ 00047 #define HAVE_MEMSET 1 00048 00049 /* Define to 1 if you have the `mkdir' function. */ 00050 #define HAVE_MKDIR 1 00051 00052 /* Define to 1 if you have the <netdb.h> header file. */ 00053 #define HAVE_NETDB_H 1 00054 00055 /* Define to 1 if you have the <netinet/in.h> header file. */ 00056 #define HAVE_NETINET_IN_H 1 00057 00058 /* "openssl library is available" */ 00059 #define HAVE_OPENSSL 1 00060 00061 /* Define to 1 if you have the `pow' function. */ 00062 #define HAVE_POW 1 00063 00064 /* "pthread clocking" */ 00065 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 00066 00067 /* "pthread delay" */ 00068 /* #undef HAVE_PTHREAD_DELAY */ 00069 00070 /* "pthread delay np" */ 00071 /* #undef HAVE_PTHREAD_DELAY_NP */ 00072 00073 /* "pthread concurrency" */ 00074 #define HAVE_PTHREAD_SETCONCURRENCY 1 00075 00076 /* "pthread scheduling" */ 00077 #define HAVE_PTHREAD_SETSCHEDPRIO 1 00078 00079 /* "pthread yield" */ 00080 #define HAVE_PTHREAD_YIELD 1 00081 00082 /* Define to 1 if you have the `rmdir' function. */ 00083 #define HAVE_RMDIR 1 00084 00085 /* Define to 1 if you have the `socket' function. */ 00086 #define HAVE_SOCKET 1 00087 00088 /* Define to 1 if stdbool.h conforms to C99. */ 00089 #define HAVE_STDBOOL_H 1 00090 00091 /* Define to 1 if you have the <stdint.h> header file. */ 00092 #define HAVE_STDINT_H 1 00093 00094 /* Define to 1 if you have the <stdlib.h> header file. */ 00095 #define HAVE_STDLIB_H 1 00096 00097 /* Define to 1 if you have the <strings.h> header file. */ 00098 #define HAVE_STRINGS_H 1 00099 00100 /* Define to 1 if you have the <string.h> header file. */ 00101 #define HAVE_STRING_H 1 00102 00103 /* Define to 1 if you have the <syslog.h> header file. */ 00104 #define HAVE_SYSLOG_H 1 00105 00106 /* Define to 1 if you have the <sys/socket.h> header file. */ 00107 #define HAVE_SYS_SOCKET_H 1 00108 00109 /* Define to 1 if you have the <sys/stat.h> header file. */ 00110 #define HAVE_SYS_STAT_H 1 00111 00112 /* Define to 1 if you have the <sys/time.h> header file. */ 00113 #define HAVE_SYS_TIME_H 1 00114 00115 /* Define to 1 if you have the <sys/types.h> header file. */ 00116 #define HAVE_SYS_TYPES_H 1 00117 00118 /* Define to 1 if you have the <unistd.h> header file. */ 00119 #define HAVE_UNISTD_H 1 00120 00121 /* Define to 1 if the system has the type `_Bool'. */ 00122 /* #undef HAVE__BOOL */ 00123 00124 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00125 */ 00126 #define LT_OBJDIR ".libs/" 00127 00128 /* Name of package */ 00129 #define PACKAGE "ibrcommon" 00130 00131 /* Define to the address where bug reports for this package should be sent. */ 00132 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de" 00133 00134 /* Define to the full name of this package. */ 00135 #define PACKAGE_NAME "ibrcommon" 00136 00137 /* Define to the full name and version of this package. */ 00138 #define PACKAGE_STRING "ibrcommon 0.6.1" 00139 00140 /* Define to the one symbol short name of this package. */ 00141 #define PACKAGE_TARNAME "ibrcommon" 00142 00143 /* Define to the home page for this package. */ 00144 #define PACKAGE_URL "" 00145 00146 /* Define to the version of this package. */ 00147 #define PACKAGE_VERSION "0.6.1" 00148 00149 /* Define to 1 if you have the ANSI C header files. */ 00150 #define STDC_HEADERS 1 00151 00152 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00153 #define TIME_WITH_SYS_TIME 1 00154 00155 /* Version number of package */ 00156 #define VERSION "0.6.1" 00157 00158 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 00159 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00160 #define below would cause a syntax error. */ 00161 /* #undef _UINT32_T */ 00162 00163 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 00164 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00165 #define below would cause a syntax error. */ 00166 /* #undef _UINT8_T */ 00167 00168 /* Define to `__inline__' or `__inline' if that's what the C compiler 00169 calls it, or to nothing if 'inline' is not supported under any name. */ 00170 #ifndef __cplusplus 00171 /* #undef inline */ 00172 #endif 00173 00174 /* Define to the type of a signed integer type of width exactly 64 bits if 00175 such a type exists and the standard includes do not define it. */ 00176 /* #undef int64_t */ 00177 00178 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00179 /* #undef size_t */ 00180 00181 /* Define to the type of an unsigned integer type of width exactly 16 bits if 00182 such a type exists and the standard includes do not define it. */ 00183 /* #undef uint16_t */ 00184 00185 /* Define to the type of an unsigned integer type of width exactly 32 bits if 00186 such a type exists and the standard includes do not define it. */ 00187 /* #undef uint32_t */ 00188 00189 /* Define to the type of an unsigned integer type of width exactly 8 bits if 00190 such a type exists and the standard includes do not define it. */ 00191 /* #undef uint8_t */
1.7.1