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