IBR-DTNSuite  0.8
tools/src/config.h
Go to the documentation of this file.
00001 /* src/config.h.  Generated from config.h.in by configure.  */
00002 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <arpa/inet.h> header file. */
00005 #define HAVE_ARPA_INET_H 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 <fcntl.h> header file. */
00011 #define HAVE_FCNTL_H 1
00012 
00013 /* Define to 1 if you have the <inttypes.h> header file. */
00014 #define HAVE_INTTYPES_H 1
00015 
00016 /* Define to 1 if you have the `m' library (-lm). */
00017 #define HAVE_LIBM 1
00018 
00019 /* Define to 1 if you have the `rt' library (-lrt). */
00020 #define HAVE_LIBRT 1
00021 
00022 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00023    to 0 otherwise. */
00024 #define HAVE_MALLOC 1
00025 
00026 /* Define to 1 if you have the <memory.h> header file. */
00027 #define HAVE_MEMORY_H 1
00028 
00029 /* Define to 1 if you have the `memset' function. */
00030 #define HAVE_MEMSET 1
00031 
00032 /* Define to 1 if stdbool.h conforms to C99. */
00033 #define HAVE_STDBOOL_H 1
00034 
00035 /* Define to 1 if you have the <stdint.h> header file. */
00036 #define HAVE_STDINT_H 1
00037 
00038 /* Define to 1 if you have the <stdlib.h> header file. */
00039 #define HAVE_STDLIB_H 1
00040 
00041 /* Define to 1 if you have the <strings.h> header file. */
00042 #define HAVE_STRINGS_H 1
00043 
00044 /* Define to 1 if you have the <string.h> header file. */
00045 #define HAVE_STRING_H 1
00046 
00047 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00048 #define HAVE_SYS_IOCTL_H 1
00049 
00050 /* Define to 1 if you have the <sys/socket.h> header file. */
00051 #define HAVE_SYS_SOCKET_H 1
00052 
00053 /* Define to 1 if you have the <sys/stat.h> header file. */
00054 #define HAVE_SYS_STAT_H 1
00055 
00056 /* Define to 1 if you have the <sys/types.h> header file. */
00057 #define HAVE_SYS_TYPES_H 1
00058 
00059 /* Define to 1 if you have the <unistd.h> header file. */
00060 #define HAVE_UNISTD_H 1
00061 
00062 /* Define to 1 if the system has the type `_Bool'. */
00063 /* #undef HAVE__BOOL */
00064 
00065 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00066    */
00067 #define LT_OBJDIR ".libs/"
00068 
00069 /* Name of package */
00070 #define PACKAGE "ibrdtn-tools"
00071 
00072 /* Define to the address where bug reports for this package should be sent. */
00073 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
00074 
00075 /* Define to the full name of this package. */
00076 #define PACKAGE_NAME "ibrdtn-tools"
00077 
00078 /* Define to the full name and version of this package. */
00079 #define PACKAGE_STRING "ibrdtn-tools 0.8.0"
00080 
00081 /* Define to the one symbol short name of this package. */
00082 #define PACKAGE_TARNAME "ibrdtn-tools"
00083 
00084 /* Define to the home page for this package. */
00085 #define PACKAGE_URL ""
00086 
00087 /* Define to the version of this package. */
00088 #define PACKAGE_VERSION "0.8.0"
00089 
00090 /* Define to 1 if you have the ANSI C header files. */
00091 #define STDC_HEADERS 1
00092 
00093 /* Version number of package */
00094 #define VERSION "0.8.0"
00095 
00096 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
00097    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00098    #define below would cause a syntax error. */
00099 /* #undef _UINT32_T */
00100 
00101 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
00102    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
00103    #define below would cause a syntax error. */
00104 /* #undef _UINT8_T */
00105 
00106 /* Define to the type of a signed integer type of width exactly 16 bits if
00107    such a type exists and the standard includes do not define it. */
00108 /* #undef int16_t */
00109 
00110 /* Define to rpl_malloc if the replacement function should be used. */
00111 /* #undef malloc */
00112 
00113 /* Define to `unsigned int' if <sys/types.h> does not define. */
00114 /* #undef size_t */
00115 
00116 /* Define to `int' if <sys/types.h> does not define. */
00117 /* #undef ssize_t */
00118 
00119 /* Define to the type of an unsigned integer type of width exactly 16 bits if
00120    such a type exists and the standard includes do not define it. */
00121 /* #undef uint16_t */
00122 
00123 /* Define to the type of an unsigned integer type of width exactly 32 bits if
00124    such a type exists and the standard includes do not define it. */
00125 /* #undef uint32_t */
00126 
00127 /* Define to the type of an unsigned integer type of width exactly 8 bits if
00128    such a type exists and the standard includes do not define it. */
00129 /* #undef uint8_t */