IBR-DTNSuite  0.8
ibrdtn/ibrdtn/config.h
Go to the documentation of this file.
00001 /* ibrdtn/config.h.  Generated from config.h.in by configure.  */
00002 /* ibrdtn/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 <dlfcn.h> header file. */
00008 #define HAVE_DLFCN_H 1
00009 
00010 /* Define to 1 if you have the <endian.h> header file. */
00011 /* #undef HAVE_ENDIAN_H */
00012 
00013 /* Define to 1 if you have the `gettimeofday' function. */
00014 #define HAVE_GETTIMEOFDAY 1
00015 
00016 /* "glib library is available" */
00017 #define HAVE_GLIB 1
00018 
00019 /* Define to 1 if you have the <inttypes.h> header file. */
00020 #define HAVE_INTTYPES_H 1
00021 
00022 /* Define to 1 if you have the `rt' library (-lrt). */
00023 #define HAVE_LIBRT 1
00024 
00025 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00026    to 0 otherwise. */
00027 #define HAVE_MALLOC 1
00028 
00029 /* Define to 1 if you have the <memory.h> header file. */
00030 #define HAVE_MEMORY_H 1
00031 
00032 /* Define to 1 if you have the <netinet/in.h> header file. */
00033 #define HAVE_NETINET_IN_H 1
00034 
00035 /* "openssl library is available" */
00036 #define HAVE_OPENSSL 1
00037 
00038 /* Define to 1 if you have the `sqrt' function. */
00039 #define HAVE_SQRT 1
00040 
00041 /* Define to 1 if stdbool.h conforms to C99. */
00042 #define HAVE_STDBOOL_H 1
00043 
00044 /* Define to 1 if you have the <stddef.h> header file. */
00045 #define HAVE_STDDEF_H 1
00046 
00047 /* Define to 1 if you have the <stdint.h> header file. */
00048 #define HAVE_STDINT_H 1
00049 
00050 /* Define to 1 if you have the <stdlib.h> header file. */
00051 #define HAVE_STDLIB_H 1
00052 
00053 /* Define to 1 if you have the <strings.h> header file. */
00054 #define HAVE_STRINGS_H 1
00055 
00056 /* Define to 1 if you have the <string.h> header file. */
00057 #define HAVE_STRING_H 1
00058 
00059 /* Define to 1 if you have the <sys/stat.h> header file. */
00060 #define HAVE_SYS_STAT_H 1
00061 
00062 /* Define to 1 if you have the <sys/time.h> header file. */
00063 #define HAVE_SYS_TIME_H 1
00064 
00065 /* Define to 1 if you have the <sys/types.h> header file. */
00066 #define HAVE_SYS_TYPES_H 1
00067 
00068 /* Define to 1 if you have the <unistd.h> header file. */
00069 #define HAVE_UNISTD_H 1
00070 
00071 /* "zlib library is available" */
00072 #define HAVE_ZLIB 1
00073 
00074 /* Define to 1 if the system has the type `_Bool'. */
00075 /* #undef HAVE__BOOL */
00076 
00077 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00078    */
00079 #define LT_OBJDIR ".libs/"
00080 
00081 /* Name of package */
00082 #define PACKAGE "ibrdtn"
00083 
00084 /* Define to the address where bug reports for this package should be sent. */
00085 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
00086 
00087 /* Define to the full name of this package. */
00088 #define PACKAGE_NAME "ibrdtn"
00089 
00090 /* Define to the full name and version of this package. */
00091 #define PACKAGE_STRING "ibrdtn 0.8.0"
00092 
00093 /* Define to the one symbol short name of this package. */
00094 #define PACKAGE_TARNAME "ibrdtn"
00095 
00096 /* Define to the home page for this package. */
00097 #define PACKAGE_URL ""
00098 
00099 /* Define to the version of this package. */
00100 #define PACKAGE_VERSION "0.8.0"
00101 
00102 /* Define to 1 if you have the ANSI C header files. */
00103 #define STDC_HEADERS 1
00104 
00105 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00106 #define TIME_WITH_SYS_TIME 1
00107 
00108 /* Version number of package */
00109 #define VERSION "0.8.0"
00110 
00111 /* "bundle security support enabled" */
00112 #define WITH_BUNDLE_SECURITY 1
00113 
00114 /* "bundle compression support enabled" */
00115 #define WITH_COMPRESSION 1
00116 
00117 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
00118    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00119    #define below would cause a syntax error. */
00120 /* #undef _UINT32_T */
00121 
00122 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
00123    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00124    #define below would cause a syntax error. */
00125 /* #undef _UINT8_T */
00126 
00127 /* Define to `__inline__' or `__inline' if that's what the C compiler
00128    calls it, or to nothing if 'inline' is not supported under any name.  */
00129 #ifndef __cplusplus
00130 /* #undef inline */
00131 #endif
00132 
00133 /* Define to the type of a signed integer type of width exactly 32 bits if
00134    such a type exists and the standard includes do not define it. */
00135 /* #undef int32_t */
00136 
00137 /* Define to rpl_malloc if the replacement function should be used. */
00138 /* #undef malloc */
00139 
00140 /* Define to `unsigned int' if <sys/types.h> does not define. */
00141 /* #undef size_t */
00142 
00143 /* Define to `int' if <sys/types.h> does not define. */
00144 /* #undef ssize_t */
00145 
00146 /* Define to the type of an unsigned integer type of width exactly 16 bits if
00147    such a type exists and the standard includes do not define it. */
00148 /* #undef uint16_t */
00149 
00150 /* Define to the type of an unsigned integer type of width exactly 32 bits if
00151    such a type exists and the standard includes do not define it. */
00152 /* #undef uint32_t */
00153 
00154 /* Define to the type of an unsigned integer type of width exactly 8 bits if
00155    such a type exists and the standard includes do not define it. */
00156 /* #undef uint8_t */