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 /* #undef HAVE_ARPA_INET_H */ 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 /* #undef HAVE_FCNTL_H */ 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 /* #undef HAVE_LIBCURL */ 00025 00026 /* "daemon library is available" */ 00027 #define HAVE_LIBDAEMON 1 00028 00029 /* Define to 1 if you have the `rt' library (-lrt). */ 00030 #define HAVE_LIBRT 1 00031 00032 /* Define to 1 if you have the <limits.h> header file. */ 00033 /* #undef HAVE_LIMITS_H */ 00034 00035 /* "enable lowpan support" */ 00036 /* #undef HAVE_LOWPAN_SUPPORT */ 00037 00038 /* Define to 1 if you have the <memory.h> header file. */ 00039 #define HAVE_MEMORY_H 1 00040 00041 /* Define to 1 if you have the <netinet/in.h> header file. */ 00042 /* #undef HAVE_NETINET_IN_H */ 00043 00044 /* Define to 1 if you have the `socket' function. */ 00045 #define HAVE_SOCKET 1 00046 00047 /* "sqlite library is available" */ 00048 /* #undef HAVE_SQLITE */ 00049 00050 /* Define to 1 if stdbool.h conforms to C99. */ 00051 #define HAVE_STDBOOL_H 1 00052 00053 /* Define to 1 if you have the <stdint.h> header file. */ 00054 #define HAVE_STDINT_H 1 00055 00056 /* Define to 1 if you have the <stdlib.h> header file. */ 00057 #define HAVE_STDLIB_H 1 00058 00059 /* Define to 1 if you have the <strings.h> header file. */ 00060 #define HAVE_STRINGS_H 1 00061 00062 /* Define to 1 if you have the <string.h> header file. */ 00063 #define HAVE_STRING_H 1 00064 00065 /* Define to 1 if you have the <syslog.h> header file. */ 00066 #define HAVE_SYSLOG_H 1 00067 00068 /* Define to 1 if you have the <sys/socket.h> header file. */ 00069 /* #undef HAVE_SYS_SOCKET_H */ 00070 00071 /* Define to 1 if you have the <sys/stat.h> header file. */ 00072 #define HAVE_SYS_STAT_H 1 00073 00074 /* Define to 1 if you have the <sys/types.h> header file. */ 00075 #define HAVE_SYS_TYPES_H 1 00076 00077 /* Define to 1 if you have the <unistd.h> header file. */ 00078 #define HAVE_UNISTD_H 1 00079 00080 /* Define to 1 if the system has the type `_Bool'. */ 00081 /* #undef HAVE__BOOL */ 00082 00083 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00084 */ 00085 #define LT_OBJDIR ".libs/" 00086 00087 /* Name of package */ 00088 #define PACKAGE "ibrdtnd" 00089 00090 /* Define to the address where bug reports for this package should be sent. */ 00091 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de" 00092 00093 /* Define to the full name of this package. */ 00094 #define PACKAGE_NAME "ibrdtnd" 00095 00096 /* Define to the full name and version of this package. */ 00097 #define PACKAGE_STRING "ibrdtnd 0.6.1" 00098 00099 /* Define to the one symbol short name of this package. */ 00100 #define PACKAGE_TARNAME "ibrdtnd" 00101 00102 /* Define to the home page for this package. */ 00103 #define PACKAGE_URL "" 00104 00105 /* Define to the version of this package. */ 00106 #define PACKAGE_VERSION "0.6.1" 00107 00108 /* Define to 1 if you have the ANSI C header files. */ 00109 #define STDC_HEADERS 1 00110 00111 /* SVN Revision */ 00112 #define SVN_REVISION "34697:34698MP" 00113 00114 /* Version number of package */ 00115 #define VERSION "0.6.1" 00116 00117 /* "bundle security support enabled" */ 00118 /* #undef WITH_BUNDLE_SECURITY */ 00119 00120 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00121 /* #undef size_t */
1.7.1