IBR-DTNSuite  0.8
daemon/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 /* "daemon library has daemon_reset_sigs() and daemon_unblock_sigs()
00008    functions" */
00009 #define HAVE_DAEMON_RESET_SIGS 1
00010 
00011 /* Define to 1 if you have the <dlfcn.h> header file. */
00012 #define HAVE_DLFCN_H 1
00013 
00014 /* Define to 1 if you have the <fcntl.h> header file. */
00015 #define HAVE_FCNTL_H 1
00016 
00017 /* Define to 1 if you have the `gethostname' function. */
00018 #define HAVE_GETHOSTNAME 1
00019 
00020 /* Define to 1 if you have the <inttypes.h> header file. */
00021 #define HAVE_INTTYPES_H 1
00022 
00023 /* "curl library is available" */
00024 #define HAVE_LIBCURL 1
00025 
00026 /* "daemon library is available" */
00027 #define HAVE_LIBDAEMON 1
00028 
00029 /* Define to 1 if you have the `m' library (-lm). */
00030 #define HAVE_LIBM 1
00031 
00032 /* Define to 1 if you have the `rt' library (-lrt). */
00033 #define HAVE_LIBRT 1
00034 
00035 /* Define to 1 if you have the <limits.h> header file. */
00036 #define HAVE_LIMITS_H 1
00037 
00038 /* "enable lowpan support" */
00039 #define HAVE_LOWPAN_SUPPORT 1
00040 
00041 /* Define to 1 if you have the <memory.h> header file. */
00042 #define HAVE_MEMORY_H 1
00043 
00044 /* Define to 1 if you have the <netinet/in.h> header file. */
00045 #define HAVE_NETINET_IN_H 1
00046 
00047 /* Define to 1 if you have the <pwd.h> header file. */
00048 #define HAVE_PWD_H 1
00049 
00050 /* Define to 1 if you have the `socket' function. */
00051 #define HAVE_SOCKET 1
00052 
00053 /* "sqlite library is available" */
00054 #define HAVE_SQLITE 1
00055 
00056 /* Define to 1 if stdbool.h conforms to C99. */
00057 #define HAVE_STDBOOL_H 1
00058 
00059 /* Define to 1 if you have the <stdint.h> header file. */
00060 #define HAVE_STDINT_H 1
00061 
00062 /* Define to 1 if you have the <stdlib.h> header file. */
00063 #define HAVE_STDLIB_H 1
00064 
00065 /* Define to 1 if you have the <strings.h> header file. */
00066 #define HAVE_STRINGS_H 1
00067 
00068 /* Define to 1 if you have the <string.h> header file. */
00069 #define HAVE_STRING_H 1
00070 
00071 /* Define to 1 if you have the <syslog.h> header file. */
00072 #define HAVE_SYSLOG_H 1
00073 
00074 /* Define to 1 if you have the <sys/inotify.h> header file. */
00075 #define HAVE_SYS_INOTIFY_H 1
00076 
00077 /* Define to 1 if you have the <sys/socket.h> header file. */
00078 #define HAVE_SYS_SOCKET_H 1
00079 
00080 /* Define to 1 if you have the <sys/stat.h> header file. */
00081 #define HAVE_SYS_STAT_H 1
00082 
00083 /* Define to 1 if you have the <sys/types.h> header file. */
00084 #define HAVE_SYS_TYPES_H 1
00085 
00086 /* Define to 1 if you have the <unistd.h> header file. */
00087 #define HAVE_UNISTD_H 1
00088 
00089 /* Define to 1 if the system has the type `_Bool'. */
00090 /* #undef HAVE__BOOL */
00091 
00092 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00093    */
00094 #define LT_OBJDIR ".libs/"
00095 
00096 /* Name of package */
00097 #define PACKAGE "ibrdtnd"
00098 
00099 /* Define to the address where bug reports for this package should be sent. */
00100 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
00101 
00102 /* Define to the full name of this package. */
00103 #define PACKAGE_NAME "ibrdtnd"
00104 
00105 /* Define to the full name and version of this package. */
00106 #define PACKAGE_STRING "ibrdtnd 0.8.0"
00107 
00108 /* Define to the one symbol short name of this package. */
00109 #define PACKAGE_TARNAME "ibrdtnd"
00110 
00111 /* Define to the home page for this package. */
00112 #define PACKAGE_URL ""
00113 
00114 /* Define to the version of this package. */
00115 #define PACKAGE_VERSION "0.8.0"
00116 
00117 /* Define to 1 if you have the ANSI C header files. */
00118 #define STDC_HEADERS 1
00119 
00120 /* SVN Revision */
00121 #define SVN_REVISION "50549"
00122 
00123 /* Version number of package */
00124 #define VERSION "0.8.0"
00125 
00126 /* "bundle security support enabled" */
00127 #define WITH_BUNDLE_SECURITY 1
00128 
00129 /* "bundle compression support enabled" */
00130 #define WITH_COMPRESSION 1
00131 
00132 /* "dht nameservice support enabled" */
00133 #define WITH_DHT_NAMESERVICE 1
00134 
00135 /* "tls support enabled" */
00136 #define WITH_TLS 1
00137 
00138 /* Define to `unsigned int' if <sys/types.h> does not define. */
00139 /* #undef size_t */