libsigrok
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 #ifndef SR_CONFIG_H 00005 #define SR_CONFIG_H /* To stop multiple inclusions. */ 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 `gettimeofday' function. */ 00014 #define HAVE_GETTIMEOFDAY 1 00015 00016 /* Define to 1 if you have the <inttypes.h> header file. */ 00017 #define HAVE_INTTYPES_H 1 00018 00019 /* ALSA driver support */ 00020 /* #undef HAVE_LA_ALSA */ 00021 00022 /* ASIX SIGMA/SIGMA2 support */ 00023 #define HAVE_LA_ASIX_SIGMA 1 00024 00025 /* ChronoVu LA8 support */ 00026 #define HAVE_LA_CHRONOVU_LA8 1 00027 00028 /* Demo driver support */ 00029 #define HAVE_LA_DEMO 1 00030 00031 /* fx2lafw support */ 00032 #define HAVE_LA_FX2LAFW 1 00033 00034 /* Link Instruments MSO-19 support */ 00035 /* #undef HAVE_LA_LINK_MSO19 */ 00036 00037 /* OpenBench Logic Sniffer (OLS) support */ 00038 #define HAVE_LA_OLS 1 00039 00040 /* ZEROPLUS Logic Cube support */ 00041 #define HAVE_LA_ZEROPLUS_LOGIC_CUBE 1 00042 00043 /* Define to 1 if you have the `usb-1.0' library (-lusb-1.0). */ 00044 #define HAVE_LIBUSB_1_0 1 00045 00046 /* Define to 1 if you have the <memory.h> header file. */ 00047 #define HAVE_MEMORY_H 1 00048 00049 /* Define to 1 if you have the `memset' function. */ 00050 #define HAVE_MEMSET 1 00051 00052 /* Define to 1 if you have the <stdint.h> header file. */ 00053 #define HAVE_STDINT_H 1 00054 00055 /* Define to 1 if you have the <stdlib.h> header file. */ 00056 #define HAVE_STDLIB_H 1 00057 00058 /* Define to 1 if you have the `strchr' function. */ 00059 #define HAVE_STRCHR 1 00060 00061 /* Define to 1 if you have the `strcspn' function. */ 00062 #define HAVE_STRCSPN 1 00063 00064 /* Define to 1 if you have the `strdup' function. */ 00065 #define HAVE_STRDUP 1 00066 00067 /* Define to 1 if you have the `strerror' function. */ 00068 #define HAVE_STRERROR 1 00069 00070 /* Define to 1 if you have the <strings.h> header file. */ 00071 #define HAVE_STRINGS_H 1 00072 00073 /* Define to 1 if you have the <string.h> header file. */ 00074 #define HAVE_STRING_H 1 00075 00076 /* Define to 1 if you have the `strncasecmp' function. */ 00077 #define HAVE_STRNCASECMP 1 00078 00079 /* Define to 1 if you have the `strstr' function. */ 00080 #define HAVE_STRSTR 1 00081 00082 /* Define to 1 if you have the `strtol' function. */ 00083 #define HAVE_STRTOL 1 00084 00085 /* Define to 1 if you have the `strtoul' function. */ 00086 #define HAVE_STRTOUL 1 00087 00088 /* Define to 1 if you have the `strtoull' function. */ 00089 #define HAVE_STRTOULL 1 00090 00091 /* Define to 1 if you have the <sys/stat.h> header file. */ 00092 #define HAVE_SYS_STAT_H 1 00093 00094 /* Define to 1 if you have the <sys/time.h> header file. */ 00095 #define HAVE_SYS_TIME_H 1 00096 00097 /* Define to 1 if you have the <sys/types.h> header file. */ 00098 #define HAVE_SYS_TYPES_H 1 00099 00100 /* Define to 1 if you have the <termios.h> header file. */ 00101 #define HAVE_TERMIOS_H 1 00102 00103 /* Define to 1 if you have the <unistd.h> header file. */ 00104 #define HAVE_UNISTD_H 1 00105 00106 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00107 */ 00108 #define LT_OBJDIR ".libs/" 00109 00110 /* Name of package */ 00111 #define PACKAGE "libsigrok" 00112 00113 /* Define to the address where bug reports for this package should be sent. */ 00114 #define PACKAGE_BUGREPORT "sigrok-devel@lists.sourceforge.net" 00115 00116 /* Define to the full name of this package. */ 00117 #define PACKAGE_NAME "libsigrok" 00118 00119 /* Define to the full name and version of this package. */ 00120 #define PACKAGE_STRING "libsigrok 0.1.1" 00121 00122 /* Define to the one symbol short name of this package. */ 00123 #define PACKAGE_TARNAME "libsigrok" 00124 00125 /* Define to the home page for this package. */ 00126 #define PACKAGE_URL "http://www.sigrok.org" 00127 00128 /* Define to the version of this package. */ 00129 #define PACKAGE_VERSION "0.1.1" 00130 00131 /* Define to 1 if you have the ANSI C header files. */ 00132 #define STDC_HEADERS 1 00133 00134 /* Version number of package */ 00135 #define VERSION "0.1.1" 00136 00137 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 00138 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00139 #define below would cause a syntax error. */ 00140 /* #undef _UINT32_T */ 00141 00142 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 00143 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00144 #define below would cause a syntax error. */ 00145 /* #undef _UINT64_T */ 00146 00147 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 00148 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00149 #define below would cause a syntax error. */ 00150 /* #undef _UINT8_T */ 00151 00152 /* Define to `__inline__' or `__inline' if that's what the C compiler 00153 calls it, or to nothing if 'inline' is not supported under any name. */ 00154 #ifndef __cplusplus 00155 /* #undef inline */ 00156 #endif 00157 00158 /* Define to the type of a signed integer type of width exactly 16 bits if 00159 such a type exists and the standard includes do not define it. */ 00160 /* #undef int16_t */ 00161 00162 /* Define to the type of a signed integer type of width exactly 32 bits if 00163 such a type exists and the standard includes do not define it. */ 00164 /* #undef int32_t */ 00165 00166 /* Define to the type of a signed integer type of width exactly 64 bits if 00167 such a type exists and the standard includes do not define it. */ 00168 /* #undef int64_t */ 00169 00170 /* Define to the type of a signed integer type of width exactly 8 bits if such 00171 a type exists and the standard includes do not define it. */ 00172 /* #undef int8_t */ 00173 00174 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00175 /* #undef size_t */ 00176 00177 /* Define to the type of an unsigned integer type of width exactly 16 bits if 00178 such a type exists and the standard includes do not define it. */ 00179 /* #undef uint16_t */ 00180 00181 /* Define to the type of an unsigned integer type of width exactly 32 bits if 00182 such a type exists and the standard includes do not define it. */ 00183 /* #undef uint32_t */ 00184 00185 /* Define to the type of an unsigned integer type of width exactly 64 bits if 00186 such a type exists and the standard includes do not define it. */ 00187 /* #undef uint64_t */ 00188 00189 /* Define to the type of an unsigned integer type of width exactly 8 bits if 00190 such a type exists and the standard includes do not define it. */ 00191 /* #undef uint8_t */ 00192 00193 #endif /* SR_CONFIG_H */