00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Directory for the configuration files */ 00005 #define CONFIGDIR "/etc/openobex" 00006 00007 /* Define to 1 if you have the <af_irda.h> header file. */ 00008 /* #undef HAVE_AF_IRDA_H */ 00009 00010 /* Define if system supports Bluetooth and it's enabled */ 00011 /* #undef HAVE_BLUETOOTH */ 00012 00013 /* Define if system supports Bluetooth stack for FreeBSD */ 00014 /* #undef HAVE_BLUETOOTH_FREEBSD */ 00015 00016 /* Define if system supports Bluetooth stack for Linux */ 00017 /* #undef HAVE_BLUETOOTH_LINUX */ 00018 00019 /* Define if system supports Bluetooth stack for NetBSD */ 00020 /* #undef HAVE_BLUETOOTH_NETBSD */ 00021 00022 /* Define if system supports Bluetooth stack for Windows */ 00023 /* #undef HAVE_BLUETOOTH_WINDOWS */ 00024 00025 /* Define to 1 if you have the <dlfcn.h> header file. */ 00026 #define HAVE_DLFCN_H 1 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 #define HAVE_INTTYPES_H 1 00030 00031 /* Define if system supports IrDA and it's enabled */ 00032 #define HAVE_IRDA 1 00033 00034 /* Define if system supports IrDA stack for Linux */ 00035 #define HAVE_IRDA_LINUX 1 00036 00037 /* Define if system supports IrDA stack for Windows */ 00038 /* #undef HAVE_IRDA_WINDOWS */ 00039 00040 /* Define to 1 if you have the <memory.h> header file. */ 00041 #define HAVE_MEMORY_H 1 00042 00043 /* Define to 1 if you have the <stdint.h> header file. */ 00044 #define HAVE_STDINT_H 1 00045 00046 /* Define to 1 if you have the <stdlib.h> header file. */ 00047 #define HAVE_STDLIB_H 1 00048 00049 /* Define to 1 if you have the <strings.h> header file. */ 00050 #define HAVE_STRINGS_H 1 00051 00052 /* Define to 1 if you have the <string.h> header file. */ 00053 #define HAVE_STRING_H 1 00054 00055 /* Define to 1 if you have the <sys/stat.h> header file. */ 00056 #define HAVE_SYS_STAT_H 1 00057 00058 /* Define to 1 if you have the <sys/types.h> header file. */ 00059 #define HAVE_SYS_TYPES_H 1 00060 00061 /* Define to 1 if you have the <unistd.h> header file. */ 00062 #define HAVE_UNISTD_H 1 00063 00064 /* Define if system supports USB and it's enabled */ 00065 /* #undef HAVE_USB */ 00066 00067 /* Define to 1 or 0, depending whether the compiler supports simple visibility 00068 declarations. */ 00069 #define HAVE_VISIBILITY 1 00070 00071 /* Define to 1 if you have the <ws2bth.h> header file. */ 00072 /* #undef HAVE_WS2BTH_H */ 00073 00074 /* Define to 1 if you need the usb_get_busses() function. */ 00075 #define NEED_USB_GET_BUSSES 1 00076 00077 /* Define to 1 if you need the usb_interrupt_read() function. */ 00078 #define NEED_USB_INTERRUPT_READ 1 00079 00080 /* Enable debuggging */ 00081 /* #undef OBEX_DEBUG */ 00082 00083 /* Protocol dumping */ 00084 /* #undef OBEX_DUMP */ 00085 00086 /* System logger debugging */ 00087 /* #undef OBEX_SYSLOG */ 00088 00089 /* Name of package */ 00090 #define PACKAGE "openobex" 00091 00092 /* Define to the address where bug reports for this package should be sent. */ 00093 #define PACKAGE_BUGREPORT "" 00094 00095 /* Define to the full name of this package. */ 00096 #define PACKAGE_NAME "" 00097 00098 /* Define to the full name and version of this package. */ 00099 #define PACKAGE_STRING "" 00100 00101 /* Define to the one symbol short name of this package. */ 00102 #define PACKAGE_TARNAME "" 00103 00104 /* Define to the version of this package. */ 00105 #define PACKAGE_VERSION "" 00106 00107 /* Define to 1 if you have the ANSI C header files. */ 00108 #define STDC_HEADERS 1 00109 00110 /* Version number of package */ 00111 #define VERSION "1.4"
1.5.1