]> sigrok.org Git - libsigrok.git/commitdiff
Build: Include <config.h> first in all source files
authorDaniel Elstner <redacted>
Sun, 13 Sep 2015 16:22:17 +0000 (18:22 +0200)
committerDaniel Elstner <redacted>
Sun, 13 Sep 2015 16:54:46 +0000 (18:54 +0200)
Since Autoconf places some important feature flags only into the
configuration header, it is necessary to include it globally to
guarantee a consistent build.

182 files changed:
bindings/cxx/ConfigKey_methods.cpp
bindings/cxx/classes.cpp
configure.ac
src/analog.c
src/backend.c
src/device.c
src/dmm/bm25x.c
src/dmm/es519xx.c
src/dmm/fs9721.c
src/dmm/fs9922.c
src/dmm/m2110.c
src/dmm/metex14.c
src/dmm/rs9lcd.c
src/dmm/ut372.c
src/dmm/ut71x.c
src/dmm/vc870.c
src/drivers.c
src/error.c
src/ezusb.c
src/fallback.c
src/hardware/agilent-dmm/api.c
src/hardware/agilent-dmm/sched.c
src/hardware/appa-55ii/api.c
src/hardware/appa-55ii/protocol.c
src/hardware/asix-sigma/asix-sigma.c
src/hardware/atten-pps3xxx/api.c
src/hardware/atten-pps3xxx/protocol.c
src/hardware/baylibre-acme/api.c
src/hardware/baylibre-acme/gpio.c
src/hardware/baylibre-acme/protocol.c
src/hardware/beaglelogic/api.c
src/hardware/beaglelogic/protocol.c
src/hardware/brymen-bm86x/api.c
src/hardware/brymen-bm86x/protocol.c
src/hardware/brymen-dmm/api.c
src/hardware/brymen-dmm/parser.c
src/hardware/brymen-dmm/protocol.c
src/hardware/cem-dt-885x/api.c
src/hardware/cem-dt-885x/protocol.c
src/hardware/center-3xx/api.c
src/hardware/center-3xx/protocol.c
src/hardware/chronovu-la/api.c
src/hardware/chronovu-la/protocol.c
src/hardware/colead-slm/api.c
src/hardware/colead-slm/protocol.c
src/hardware/conrad-digi-35-cpu/api.c
src/hardware/conrad-digi-35-cpu/protocol.c
src/hardware/demo/demo.c
src/hardware/deree-de5000/api.c
src/hardware/fluke-dmm/api.c
src/hardware/fluke-dmm/fluke.c
src/hardware/fx2lafw/api.c
src/hardware/fx2lafw/dslogic.c
src/hardware/fx2lafw/protocol.c
src/hardware/gmc-mh-1x-2x/api.c
src/hardware/gmc-mh-1x-2x/protocol.c
src/hardware/hameg-hmo/api.c
src/hardware/hameg-hmo/protocol.c
src/hardware/hantek-dso/api.c
src/hardware/hantek-dso/dso.c
src/hardware/hung-chang-dso-2100/api.c
src/hardware/hung-chang-dso-2100/protocol.c
src/hardware/ikalogic-scanalogic2/api.c
src/hardware/ikalogic-scanalogic2/protocol.c
src/hardware/ikalogic-scanaplus/api.c
src/hardware/ikalogic-scanaplus/protocol.c
src/hardware/kecheng-kc-330b/api.c
src/hardware/kecheng-kc-330b/protocol.c
src/hardware/kern-scale/api.c
src/hardware/kern-scale/protocol.c
src/hardware/lascar-el-usb/api.c
src/hardware/lascar-el-usb/protocol.c
src/hardware/link-mso19/api.c
src/hardware/link-mso19/protocol.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/manson-hcs-3xxx/protocol.c
src/hardware/maynuo-m97/api.c
src/hardware/maynuo-m97/protocol.c
src/hardware/mic-985xx/api.c
src/hardware/mic-985xx/protocol.c
src/hardware/motech-lps-30x/api.c
src/hardware/motech-lps-30x/protocol.c
src/hardware/norma-dmm/api.c
src/hardware/norma-dmm/protocol.c
src/hardware/openbench-logic-sniffer/api.c
src/hardware/openbench-logic-sniffer/protocol.c
src/hardware/pipistrello-ols/api.c
src/hardware/pipistrello-ols/protocol.c
src/hardware/rigol-ds/api.c
src/hardware/rigol-ds/protocol.c
src/hardware/saleae-logic16/api.c
src/hardware/saleae-logic16/protocol.c
src/hardware/scpi-pps/api.c
src/hardware/scpi-pps/profiles.c
src/hardware/scpi-pps/protocol.c
src/hardware/serial-dmm/api.c
src/hardware/serial-dmm/protocol.c
src/hardware/sysclk-lwla/api.c
src/hardware/sysclk-lwla/lwla.c
src/hardware/sysclk-lwla/protocol.c
src/hardware/teleinfo/api.c
src/hardware/teleinfo/protocol.c
src/hardware/testo/api.c
src/hardware/testo/protocol.c
src/hardware/tondaj-sl-814/api.c
src/hardware/tondaj-sl-814/protocol.c
src/hardware/uni-t-dmm/api.c
src/hardware/uni-t-dmm/protocol.c
src/hardware/uni-t-ut32x/api.c
src/hardware/uni-t-ut32x/protocol.c
src/hardware/victor-dmm/api.c
src/hardware/victor-dmm/protocol.c
src/hardware/yokogawa-dlm/api.c
src/hardware/yokogawa-dlm/protocol.c
src/hardware/yokogawa-dlm/protocol_wrappers.c
src/hardware/zeroplus-logic-cube/analyzer.c
src/hardware/zeroplus-logic-cube/api.c
src/hardware/zeroplus-logic-cube/gl_usb.c
src/hardware/zeroplus-logic-cube/protocol.c
src/hwdriver.c
src/input/binary.c
src/input/chronovu_la8.c
src/input/csv.c
src/input/input.c
src/input/vcd.c
src/input/wav.c
src/lcr/es51919.c
src/libsigrok-internal.h
src/log.c
src/modbus/modbus.c
src/modbus/modbus_serial_rtu.c
src/output/analog.c
src/output/ascii.c
src/output/binary.c
src/output/bits.c
src/output/chronovu_la8.c
src/output/csv.c
src/output/gnuplot.c
src/output/hex.c
src/output/ols.c
src/output/output.c
src/output/srzip.c
src/output/vcd.c
src/output/wav.c
src/scale/kern.c
src/scpi/helpers.c
src/scpi/scpi.c
src/scpi/scpi_libgpib.c
src/scpi/scpi_serial.c
src/scpi/scpi_tcp.c
src/scpi/scpi_usbtmc_libusb.c
src/scpi/scpi_visa.c
src/scpi/scpi_vxi.c
src/scpi/vxi_clnt.c
src/scpi/vxi_xdr.c
src/serial.c
src/session.c
src/session_driver.c
src/session_file.c
src/soft-trigger.c
src/std.c
src/strutil.c
src/transform/invert.c
src/transform/nop.c
src/transform/scale.c
src/transform/transform.c
src/trigger.c
src/usb.c
src/version.c
tests/core.c
tests/device.c
tests/driver_all.c
tests/input_all.c
tests/input_binary.c
tests/lib.c
tests/main.c
tests/output_all.c
tests/session.c
tests/strutil.c
tests/transform_all.c
tests/trigger.c
tests/version.c

index 06bdc121207e503b8db201909cc0b0d7e4b88a95..e3b67c328104740cd00f778e8b0b910aea13886a 100644 (file)
@@ -30,7 +30,7 @@ const ConfigKey *ConfigKey::get_by_identifier(string identifier)
        return get(info->key);
 }
 
-#include "config.h"
+#include <config.h>
 
 #ifndef HAVE_STOI_STOD
 
index b7a3d84d997a9c010cb8f95b1f15f488c23a020e..324da04270cdc586278fb6650065e0535add21db 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <libsigrokcxx/libsigrokcxx.hpp>
 
 #include <sstream>
index 836048947f3a235e161fcf940c6e4a70191fbdd3..b4ba2b3d9f7897fe3314c5ca941787bdce44acd4 100644 (file)
@@ -33,10 +33,6 @@ AM_INIT_AUTOMAKE([1.11 -Wall -Werror no-define nostdinc subdir-objects check-new
 AM_SILENT_RULES([yes])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 
-AH_TOP([#ifndef SR_CONFIG_H
-#define SR_CONFIG_H    /* To stop multiple inclusions. */])
-AH_BOTTOM([#endif /* SR_CONFIG_H */])
-
 AC_CANONICAL_HOST
 
 # Checks for programs.
index dfb38cec5a43749e5014f80b9b259f9c65640e95..61f1f733aaa8bdc7bd9433d42c4cc5ff7df5429f 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <string.h>
index 5d0a0c9396d35eff2a4a58c3da128a0f846ab541..8084a1c54dbca7dd9783f46666ae01ad31baaa51 100644 (file)
@@ -18,8 +18,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
-#include "config.h" /* Needed for HAVE_LIBUSB_1_0 and others. */
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
index dd34f79600dd4fe81797fad4b4b9a8cc3db46196..db86c61bc0d3b8cc86cdfc49904c539c5dfa9242 100644 (file)
@@ -17,9 +17,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <glib.h>
-#include "config.h" /* Needed for HAVE_LIBUSB_1_0 and others. */
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
index 1e231a905dcd9a046971ee71e95401209bbe1107..1ea9c19ad17e073854768bb1b919803cf7c40f54 100644 (file)
@@ -23,6 +23,7 @@
  * Brymen BM25x serial protocol parser.
  */
 
+#include <config.h>
 #include <math.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 2385a2208fa181208f7cec0495c15fa28ea427b5..1c060e41f8ed0606e6bfe9f48f90a1b98c2f707a 100644 (file)
@@ -25,6 +25,7 @@
  * Communication parameters: Unidirectional, 2400/7o1 or 19230/7o1
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index 6bc151a78b2d999c104f3527ec99def4a77f92af..8edeed9315b9f2aec99ac7ea1a8f6408f538655b 100644 (file)
@@ -31,6 +31,7 @@
  *  - The protocol seems to be exactly the same.
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index d2f6c6bfbcf7d7f7b83ca4062462802f121f4f82..ae2b4850bb5b70229a94cf5801fcac8f82fd5758 100644 (file)
@@ -22,6 +22,7 @@
  * Fortune Semiconductor FS9922-DMM3/FS9922-DMM4 protocol parser.
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index 8f094a5c8144196e243214118d24f60f0ccad50f..edea1f26d6c92ef307a55fd61c036ee0827d11fb 100644 (file)
@@ -25,6 +25,7 @@
  * Most probably the simplest multimeter protocol ever ;-) .
  */
 
+#include <config.h>
 #include <string.h>
 #include <math.h>
 #include <glib.h>
index 81829d583d5e2fb9dc7633410ef24db12edb404c..3fe99ace2d5ee5ea40034ce113aed80140f8a520 100644 (file)
@@ -30,6 +30,7 @@
  * It does _not_ work for all Metex DMMs, some use a quite different protocol.
  */
 
+#include <config.h>
 #include <string.h>
 #include <strings.h>
 #include <ctype.h>
index 44080604789eb79b83aaf0b0da3e96935f188e45..7db3d8a7b6f9c4f964a27e83ebdff55f9e994a3b 100644 (file)
@@ -28,6 +28,7 @@
  * and protocol is used on any other device.
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index d2fd8bc9e8b5643d8996a87d62737b17af868836..49b4e3cbc9ab967542812a9ad3493b5d70dc9d86 100644 (file)
@@ -22,6 +22,7 @@
  * UNI-T UT372 protocol parser.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <math.h>
index d519ecc4f0ad1c4dffd094cf0236552678440a65..b17e058355182e068d4e4200354eae32003b22dd 100644 (file)
@@ -24,6 +24,7 @@
  * Communication parameters: Unidirectional, 2400/7o1
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index c50e24d7bed56a5179e2a55a72067b2df0b21028..cf95e93be24a75deba1dc1b9c2b035f9fca9b5d9 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index 4b727f87b1c9b9d9fcf64a5d4f7a4563b6df43d9..d2ad9f81aad2141e3c0a794b38d1af41502e6fb1 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
index cc8dbf92501b7ca0202a5ab4770dda7b420933d3..fcdfe5debbebcebbf92773c582b1eb246634e7fc 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <libsigrok/libsigrok.h>
 
 /**
index 601c818bbf835bb35825030356f010dbc47af93e..517e5f72806d35f421624fb48e3e0e3916fe19bf 100644 (file)
@@ -21,6 +21,7 @@
  * Helper functions for the Cypress EZ-USB / FX2 series chips.
  */
 
+#include <config.h>
 #include <libusb.h>
 #include <glib.h>
 #include <glib/gstdio.h>
index 677676994766cedd1a743984d682705b655f3254..9a4a536b232126ab3d85182070e240f8a34d2a4a 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
-#include "config.h"
 #include <libsigrok/libsigrok.h>
 
 #ifndef HAVE_LIBSERIALPORT
index 273c7f06c5290a8db26929398c811cc7fc75286a..82e4378326bc426cdeff102acd6f0f00d69b0db7 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 2db3b74877f6af8685a2b352f1ae3389054eb27b..a38ddc4694a946d612375a643a9c64eed6202eb2 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <stdlib.h>
 #include <string.h>
index 580dbc2ae58cb094a0650037588246e1b9e3f358..0ed6144a074fe09399ce3095332ca653cbc1e974 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index a439a148d223dda736b3ebf4e9cf8a26bcf2c0c7..9a061de108666413c44130abde3a1da853599b74 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <math.h>
 #include "protocol.h"
index 0eaaf97621ce966c1fc1eea39af5c11a06c03c16..db40d53388a0fb958859158b7b585c58ddcdcaf0 100644 (file)
@@ -23,6 +23,7 @@
  * ASIX SIGMA/SIGMA2 logic analyzer driver
  */
 
+#include <config.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <ftdi.h>
index fa367cc24263d2c434d10b7fc72a998bea0a86ae..efe06acc4046e4536035bef1669dbd9267462201 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index 8e678a16867ea7024ec84c0e18a03cc6d00e64ce..582a10d2bcf56f698b3f25db6efa167caa87828e 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index 6b3b43e483126cd8097b222c3480b9b2c1200342..c116cbbb6ef10ec1f105a33f3f77753aa63b6ffa 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 #include <time.h>
 #include <sys/timerfd.h>
index 93daff7b2636425bf1bd8418609c72e8ba19f110..cbabcf7f97e53974e6566eb87ae34e01f75014d0 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <unistd.h>
index cba1f7c0edb7f2caee2f70649f88fbf79f1b164d..d9131cb09c9f3fe097366b85f3f2b178c2ebe652 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
index 604849c46ee2872183b8a736ec7e35a63da1b606..1c8e43b84f55f722142b356547b367cd926a2fe4 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 #include "beaglelogic.h"
 
index e1f6009ff82149fd5ffd4bf9ad7d16b313ffdbf7..55e2b647deefd5f11dcbb86da9483a08e1beaeac 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index b2fae5548aad624eedff2db0388a24edd7585c2d..64e492c6384175582016aa3e2bf44d806c02d933 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define BRYMEN_BC86X "0820.0001"
index 4538e3c4d5c84bfc964075ce5b8c9944cc5b79f3..2840696f8127f8a84e9f1f664f468ba440d6eeba 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <math.h>
 #include "protocol.h"
index b1c5339c5a18b8b8accb47f9c504061e5bc023eb..911789f85c45b2a33336df790b8a33041557199d 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
index c6de81f7c82909857c78af83f52adbf939413575..ad2252baff4168ab59de0e120db68e414c7822db 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define MAX_PACKET_LEN 22
index 02e14d3198fd6e0a75bd6eba45160e8da8b102ab..96ef6853f08f9dd024946facb3cee37dfe39dcaf 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static void handle_packet(const uint8_t *buf, struct sr_dev_inst *sdi)
index ebeebcf2b3aebab1462a564299624b0e6d1a3461..8a9a6e1e0461f29428428978d197c089614960b8 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index e3fea4c3a93f5d04a50bad8f2ce32a2357e730e2..9c083dcded3f27cde6ba37d414e7ea30dc720d58 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index b041db82641ee977feeee8e305c7419d0095d38b..7c459ba464e5923ee2ae7d16f1d8a8a2c123462f 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
index 4cb1b95ae712848e4b2db448e5baea83a904832c..bd00e77aea65c1833a0730bfa09ab386d5b523be 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define NUM_CHANNELS 4
index d735e1e1729a910c5dc3c7bf55d69e702e49e68d..e420d0aa2f50d7d80cffb949111f0b3cb34d7885 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 SR_PRIV struct sr_dev_driver chronovu_la_driver_info;
index 7dc4f6bc14652b4a7b48a9bed6c006bc7fa0dbb8..c3340d7c8fc8dbbd68a417ed630f7459fdc40fb4 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 SR_PRIV const struct cv_profile cv_profiles[] = {
index 0e2c9198fe16165ad05b9fdb928a0702d7db8589..cd8647df5f6e4be8456e2d016cde77fd2d942250 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index f29d1bb95570c35764aaff411e6cebd8add92ea2..9bf9eb211861a3b2c8cb037bd3d4c36dd2b326ca 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <glib.h>
 #include <string.h>
index 5af4b051a26fd3ed04f45964e534462d7541df19..5d90a11c10eeff37b282d2d9dd4bd20846adff73 100644 (file)
@@ -22,6 +22,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define SERIALCOMM "9600/8n1"
index a414bd7b58e084e09d690cd86a23e2eca76f704b..32702d8398fac5f0d40588fbbd716b2586858067 100644 (file)
@@ -23,6 +23,7 @@
  * @internal
  */
 
+#include <config.h>
 #include "protocol.h"
 
 /**
index 7f80310923fa07fa0e251b740e68eaabf1977e10..f1163ef8420d2673073e551b392629bda95340a6 100644 (file)
@@ -21,6 +21,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
index fdf0bc3ede1a7d89c1339ec3a03ac2f6df7917b2..b03c3a65f5e1b27fa90b5b4408287821c15b38dd 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdint.h>
 #include <string.h>
 #include <math.h>
index 47f598f22d5ed5b6f3cb6e677aff91ec77c60f7d..808778db136999e3e5d3423255cac205ffae8e58 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 7604afa9a473a41d01497385a2bbb8340ec19f8f..59b79ccdbebac73246c82b4b44ccea3a7ab22c22 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
index 5cb36330461ac6e7fdef01675ec87a0b00739adc..ed4405373720f5f693315f001070e28d099a01c8 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 #include "dslogic.h"
 
index 5d543ada237cc62d509a381508a455f5f7416ef6..84d210b3d83132a99a53bbb6c5911ea9a1a9c213 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
index c87f659d07e249a28bfc5a771bf324eeb592934c..32a65c501b6257d16e85308b23b4c778d8b0a2ad 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include "protocol.h"
index 890fec47d1bd5ef6da1f1930f5baf46493097d0e..db11b027994412b13488bad0ce1df8efb4347336 100644 (file)
@@ -22,6 +22,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index 6cd8694fb55603547da9d6a62549e04b87abb1e1..f544c2719cb647c048cd3faddb5c49844bcb3c00 100644 (file)
@@ -22,6 +22,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include <math.h>
 #include <string.h>
 #include "protocol.h"
index f1c271c895619c641768147354b9f87f7ca8a2c2..7a2d91c7cc631d7c1d4997148d4de3782a9d5140 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include "scpi.h"
 #include "protocol.h"
index b865d4a516e1a72e302ce75c12af98452a23d696..ea704eeff003e4051941bea4c5ae64b8411d32b3 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "scpi.h"
 #include "protocol.h"
 
index 90706065f4154c37ae1d228b0ecec535ceb13101..4e8ac83fcac5804a9cb599cf6c114cffc1842e94 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
index 27ef63c1e864b35385973c9750237bbaa3f62ef7..79c160088dfa06d930669f4677be4f55f8f3b2d0 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <glib.h>
 #include <libusb.h>
index 1fd4df0b8e9388f346540ca6fe6af80b50e58559..b3b4634d23ed33faa733779616928a8ce4a04cf9 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <ieee1284.h>
 #include <string.h>
 #include "protocol.h"
index 022fac7ec456983e2c15edffd6d2783879af6d0f..47fe8f0e7280505ce29792e2a408927d1581aeb7 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <ieee1284.h>
 #include "protocol.h"
 
index 92b9946a8645d98faa145cedc6dcdaa3a1082491..8988b4936c1f2258972ec6de666d186084ca3385 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t devopts[] = {
index 90c16ef740e68b650e5ab55d8bfd8469fb9012ac..6db7026115faa0b31164ee9676986fcf8bd60938 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 extern struct sr_dev_driver ikalogic_scanalogic2_driver_info;
index b0660d79f5c0fcd98b99e6852c8b800ba3b83c60..ba4652ec060d83f698ff1102312aa8c510e7e3d1 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define USB_VENDOR_ID                  0x0403
index 3a834f7b444e72d0d7ad7139c0b1c97a2584fdb1..0b81ebde211ece7f2ac01dd2871c787085289117 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 /*
index e7bb5a21080c21a66103ee810e59dc2acbeea330..d294bf02ac11414df743e3d22776cf2874fb301c 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index d79a92a56b449a1d4385bb8e576492d5489e6d21..1bca7520c8cddf09fc7f8e485e81f93bdff538d6 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index b0e4feef4a3528166a56568bdcd3b97ca956da66..0443f5e6f01b3c82c1bd0c43db01d3ff00b0b42f 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 28ebe717cbfbf635f35a019d5ceafafd7fa01803..182a9d80b03da39f4e30dfe095b6288b6af0cdc4 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
index 682366d0b367918001d8b1f1c7160d15d742d0a5..ba906e07a8f59b793d4846d814e3f81e51551aec 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <libusb.h>
 #include <libsigrok/libsigrok.h>
index bccf7b6a685f5ade06818816cd1d7207cc8539bf..24e85e5c54918466bce107b08697bfa9157e1fba 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <sys/time.h>
 #include <string.h>
index 8b4ccc7fd43c6bea97a2a079b01388642c5f7209..a0f033a8291344ccdf1c34b673c184c962057399 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t devopts[] = {
index 1a0b7bce39820a12dffd19a5f60fa1d31f38d951..69551fe0f8244360ae7a3ebac6787f26ae568695 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 /* serial protocol */
index c09d3205c1fcd7145bef0f425b66723b8b56a44d..0662a81e1a0472a4c23c5388fca0874fe5997e74 100644 (file)
@@ -24,6 +24,7 @@
   *  @internal
   */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t drvopts[] = {
index 2dc09dcdfbf9327c662c094ec02ad00f368b489d..ad31d429b284f959ccc4b6c0b34520b0e4afa73c 100644 (file)
@@ -24,6 +24,7 @@
   *  @internal
   */
 
+#include <config.h>
 #include "protocol.h"
 
 #define REQ_TIMEOUT_MS 500
index 494153fa3c6a1fbcc3d9cef2f9626742efade7ea..919cb862a36c9bec15754f3509ba741b85f284c1 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
index 5ef16ac730284da67562252df6ff85fa0930cc24..5be8d146d31fe1342b894a9e914dcab2d3e74703 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 SR_PRIV int maynuo_m97_get_bit(struct sr_modbus_dev_inst *modbus,
index 94e8e89ce05286e7a89d92062708afbd7c1ec7e1..775bcc04fe428aa5669edde4d1f71b20d8e0a78d 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
index 49f679802a31a2cfdf34da426ee8f163c8e24b8a..9e3d9863b3bbc1aa16392c920e8c6b68a041e448 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static int mic_send(struct sr_serial_dev_inst *serial, const char *cmd)
index 9849717a7a95a962edb5f87435323c244a34030c..83fbcd2cbcbd0a77b0ffe41a26749511795ec5f5 100644 (file)
@@ -23,6 +23,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include <ctype.h>
 #include <math.h>
 #include <string.h>
index c7f65e1001fc33b5015febadbaf9f2f428f1557d..81808faf23741977e3223caf15041f3b34bf97e5 100644 (file)
@@ -23,6 +23,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include <errno.h>
 #include <string.h>
 #include "protocol.h"
index 2626de6a6dd3211d4a347513dae07e985eaa827c..284ecf37b79483f60b6892cc2050f5c8d563bb97 100644 (file)
@@ -22,6 +22,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
index 2c700ad5702eb8b42a392aa0ec8ba4ec17fd623c..ea9cdb434acc82ea81f653aaa3f676e7624f1b46 100644 (file)
@@ -22,6 +22,7 @@
  *  @internal
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define LINE_LENGTH 20
index 283d019ce99916c1621cfe4e0d4e2c26e856b174..27557935ea4c5434f1fe2b91f65bd1c9f1664ca0 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define SERIALCOMM "115200/8n1"
index 75e0c8a6194123401f75727904762ed88daeea41..eb848cf9b8c4f5fe0e17bba769611aa62eb6f15a 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 extern SR_PRIV struct sr_dev_driver ols_driver_info;
index c5c53ce82f3a8e57828b895a9962ec50527edfac..c467f0cc13197335a9b8e81ca5906deb19a73856 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t devopts[] = {
index 3db3aa4b5eaf01d9a6f04f061fc5c4499084fa8c..17fe031db4b70587ce5f80c06b13002ca56f95c8 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 extern SR_PRIV struct sr_dev_driver p_ols_driver_info;
index 176478be00dd52e9b5b187bb8914ce2bdd9a479a..ba4b0206ca861113796a5c43d107d77fae99df78 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
index 4647966c21dfa8c2843241107d9f70ec813eac34..16bfb478b8b5fe76f12d52ead869ad09a6dbbbcb 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <unistd.h>
index af421d3c96733ec83a5b0456e9c0e879171f085d..95b28f1271a47675ccd70e7fb58f2d07e64b0be9 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <libusb.h>
 #include <stdlib.h>
index 6858215c1750c53fc7c28f75b9d5ecfe72029263..af0eed6a37695f577408e204ab89849fee7ae124 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdint.h>
 #include <string.h>
 #include <glib.h>
index 1fddeea05ac8984c7742902ebd3866f026db9453..fbc71ceef217e1b4b920f0406fbcdc597c1a943d 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <strings.h>
 #include "scpi.h"
index cc5c0ce3c6bdd4dd637a68dc2a3a16c3411f8e4e..fe6ea188bd881c0943836e10a733add861e6d395 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <strings.h>
 #include "protocol.h"
index fcf3f21b6cbf1ae5ca5837b6105de3633f5a5094..e9209b3e58237282905844a965d9eed98f435c65 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <strings.h>
 #include <stdarg.h>
index 25e7bb61a997c8809753adbe95d8204c484927d5..3a4fa20819de927365fdaedd0523a0bdb479c597 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 2e092533954250932a227008e75bc5e7b0d5ac2e..edf8382b35d64c778f7e4b8207aec112c3562e67 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
index dc15bb1811065b8ec1389304644cefa33aa07a5b..98b1b7c657264d2c844a412d7f602ed6f0ad232c 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <libusb.h>
 #include <stdlib.h>
index d2f2a2579e5e41861ef053339736a8e2d672090c..39dccbd2abb45a9e60684d0652415b3e9bf04fac 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <errno.h>
 #include <glib/gstdio.h>
 #include <libsigrok/libsigrok.h>
index f22d80adea47ab7c8f22928e23423297fcea94f2..ccabdddf4ca8d60faf3484a60ecf8a5e6f28515b 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index 540143e3bf89488963ba7e08576dd63c82df14bd..dbf7f03d8ebf3c708fc9576b10ee38f7e3b79922 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
index 96ca0200312fd12a46ecf6b618dd99241fd0fd5a..94af473bbf5a2812fbefcd2e8c0d19b27bfe2f98 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 0ac6a32ceae4ccfb84cb98762eedd8da29d5c8fa..6907ba4ec8023dbfc0b6891730658c6e67933d1c 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index d2e7c7ed5760e3156d9f7ba43c705150f9d1ecaf..9af799c5fcc471f72b21895b53637af77ce98412 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index fceca24483d118e829dc660ebe490118a5e0b00d..5e83defee10e01dbce6867711c28274191001b8e 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <fcntl.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
index 97ab844ec3287f39bbcc20b8eddc2ea5783ec88f..a3696b69e79eb1b5e394f6e4dc35d708b8e693b4 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
index b92d5d140561a0b50daf3ad5e8f91970e0526dd1..9a614e9d5c6c238d017dbbfbcceef9dcd5d45856 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
index f30b1d9ba033901ab2408a3f5c59271af10e3859..a6a8c7156cd702580489af5d55dc65652a5254b1 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
index c28726669e7a7b8db0f8beede80813b2758ffdb1..433729e2466c8311cec91604570b9c08be5aa43d 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
index 0c7829f85c8d2069d04b999c6d2d34fa2f449fa3..beced8d48b213532d6d3b652fa5c3b7d1b253de0 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <math.h>
 #include "protocol.h"
index 43b373422d81c8886dbd1bdd758380397df4f980..6f7416ce72e390349e2b9dbc1c35084e11b3e2bf 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <libusb.h>
 #include <stdlib.h>
index 2e9392db6786a6f97e1edc2de2195230a1c1f63a..d8d2b51d8a6e24fdd1df1bc60b3fa1ab9c581a0f 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <string.h>
 #include <math.h>
index 9e943f23a2a67119183539700b8735328d1a8e61..1e51e7e9b1d95560b83e8ba4d2addf0ca593e6ce 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include "scpi.h"
 #include "protocol.h"
index 3de55cf4ace7d1f79590b9ff994288eb5529b005..aef6197bbefc0ae923fb2a661b024f7a15aaa658 100644 (file)
@@ -25,6 +25,7 @@
  * @internal
  */
 
+#include <config.h>
 #include "scpi.h"
 #include "protocol.h"
 
index 3bf98d5ccaddea3781b5c39533466e5ebdc7f14f..e2a05be9e2ba27726093c33201f0d128b8761b8a 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol_wrappers.h"
 
 #define MAX_COMMAND_SIZE 64
index 6af8cfc7a9842f78763207efe0f3f2d67a6a5671..94cf0689d2b1035c75246e8366168ec1b7812c44 100644 (file)
@@ -29,6 +29,7 @@
  *  THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <config.h>
 #include <assert.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 62577a1451ae27001cf9c6fa73a70e760a2c475f..7886fbbdce00e861e3f6012e15295a4b3d197c22 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "protocol.h"
 
 #define VENDOR_NAME                    "ZEROPLUS"
index 812e4a765b5b71da44135c77a2d8641923a7823a..0d662f65dd1792e344105e90700f88c03f2f0472 100644 (file)
@@ -29,6 +29,7 @@
  *  THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <libusb.h>
 #include <libsigrok/libsigrok.h>
index de488bf19b97029ab9c314695c29fdcabe953c3a..6e0e96149711ce0f4d4d8e96c9212c518efd54b0 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <math.h>
 #include "protocol.h"
 
index 0700276cb84db77f39ebdd0ee6e88ca5be9d89c7..fa730a971ba40de1501d99362b6c0aa32d606f4c 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <dirent.h>
 #include <string.h>
 #include <glib.h>
-#include "config.h" /* Needed for HAVE_LIBUSB_1_0 and others. */
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
index 23b9574f8de9400bca91ff39755ecd015020c64b..736e4cf24e043133161be90c9bf4735716d06f98 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 97eac15040850d0fa4977b1c461a2c916471a7bf..53e1477321510583c7529d60c8411ccc4c5b4b01 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>
index 0a2d7276d996eb14b5f0310999feb1ed2e3c8c06..063145a07b4e0284483364414a28273aa37fe6e5 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 9bae0970a7ea4eb5446d7d7d7c70e40935ffe40a..a6de80e5195cc87952cfbd6567b5481eec4d7572 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 0ca7705a08bd6afb441c7f51848aee0968105972..75efc0d55efe023c6ae1d1f482c3766a3bcc4ecb 100644 (file)
@@ -57,6 +57,7 @@
  * - more than 64 channels
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <glib.h>
 #include <stdio.h>
index f2d5db0dfcc21075293c3d9350573aff820410e8..2f01f7d824e1808afb5998175f31c9ffeb3c542f 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
index cbce7dcd849d15332200850962bc69d23f829ecf..91aedbcab690e81d832d71c5a46bb22ce2c57f9b 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdint.h>
 #include <string.h>
 #include <math.h>
index c2fa671bd6d64549d9d63f4ecbee8968c22b7f70..624a141c7e34fb39ad9662c5a9eae361d0ab825e 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <stdarg.h>
 #include <glib.h>
-#include "config.h" /* Needed for HAVE_LIBUSB_1_0 and others. */
 #ifdef HAVE_LIBUSB_1_0
 #include <libusb.h>
 #endif
index db5a3fd42f98ab94beff12983f1809e3f3ed3b0c..3d65cc4e20bb755d7550f87b85959990976916c9 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <glib/gprintf.h>
index e91f6f5e371042347536117c79d71952663af082..a75685d74d75b83b469c1b79cb103b11619a71ca 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
index b723020ba257064d492dd0d111d5b27102645656..2cb589b9b8cb2d21e9b5bf932bdb60cb7bda8716 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <stdlib.h>
 #include <string.h>
index 9d6f56a3e6f9f70570d3a6a19205a9b2437f2d69..6a9ab5973357ec86ae6841526136275538f3e3ad 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
index 1f60c680a895150c9240826b8e1881e47e9d6b7d..cc67bd9e95cbb23f3771e1893f9655bb28896d47 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 196aa4751a3975f0d327692376d206708ae2b77d..943b6ebcb343540ac67c9a249780067ce99f7bf5 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 79146adf9aba35736c5a7376185dae20ecc0309b..71cbd95a99a965d04722d29c905f28e0b67e58d4 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index acb499d3915cb68ccfc1806bd9b325515b49be6e..2793f97ac7aa00599ce441b2173f9b4907963470 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 8b234424c22211a0976552a131fbb5c549a7d0e6..ecbf562de27af1c33ab912023c94b571ed667ba7 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index c92907394f1f1dd94f61c1ba081d97bc99a125c3..9a2a78cdff7c5599f9c047976d6e237ffbdf3c58 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 10e4d0cc98b369eb3f19a434e894359124567ec5..5d9e0f556eebe8e3a52401d3a47af148b466dd93 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index 55a8dec2650e5843b14fb8ba9444abfca8f32f0a..5266c27c77526ecdcf48381b43cfae9148c91b5f 100644 (file)
@@ -25,6 +25,7 @@
  * https://github.com/jawi/ols/wiki/OLS-data-file-format
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index df22b22233720cc349b4bb88cc0c5b12ee33913a..5d76b1cf930f6b0ebff121675034a1b0cb548153 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 476ed57a2083cd178d3bc6800b10cbb7775858a1..2d2ce720d1f338edb23d04e04f25d48ee5288295 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index fd7b9123cefda54b98fa32e0bce26fa6fabba194..33eeeb51443acc6903715989b1f68bced81323eb 100644 (file)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
index c23602354d969abc078e52f1cf39c0bf63fd4b61..fb809500c5e3b7b776c555c9fe7b9b3810cde104 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 9784c95219b47c34aabe56c0c6b20c9dcddc4399..0360030df954e35742822c614c6f1c9d701ca0c8 100644 (file)
@@ -22,6 +22,7 @@
  * KERN scale protocol parser.
  */
 
+#include <config.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
index 999658a5d9d3cbdb3d28df7f5614454f1208676d..9efa10c5f08a93357848e61bf4a5c6f5b9720d01 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <strings.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index e198b2bd296579d5fe89d14baf59c131489dae65..9b5b1ea91685716d0b5e2f1bd6cc180ad7d1a96a 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
index 6b156b2cb5dfaddb88aedc75a67752ba95e208e8..67d6b003810f0290905837ae04397dce17aea4b7 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <gpib/ib.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
index cad41381595fb5f4739c88a9d6e7428adcfcc759..257ff88380c55096688c50422addd1ac5220a41d 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <stdlib.h>
 #include <string.h>
index 14a2d2cb7b3a226fbfd2bd7778bdc3ac3eb99df6..43b7a78afdf7b503b22c76c748b68bce892785af 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #ifdef _WIN32
 #define _WIN32_WINNT 0x0501
 #include <winsock2.h>
index b7892436899aad14f54be6515c1f0d958157b69d..36ff316bcef30fc94dd469d2da21c1b10336eea5 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 335de05feacbda33af72614143fe4e17583832a7..fee25ba1cf7689027f5ac54287dc5815a0df81fa 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <visa.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
index cef0cf0beddcd2ac74e0ddba09f59fe553964147..c1329088b294b2ff0d46a7c49121205b8c163f8c 100644 (file)
@@ -20,6 +20,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "vxi.h"
 #include <rpc/rpc.h>
 #include <string.h>
index 313bfd7fd70dc07660d9c283a5a50319abfb3ba6..a7c24465aa88f98eb21a59dc5e5737cd80973764 100644 (file)
@@ -3,6 +3,7 @@
  * It was generated using rpcgen.
  */
 
+#include <config.h>
 #include "vxi.h"
 #include <memory.h> /* for memset */
 
index bc7d79f849711beb2faacefaff472c23d6e7039c..502769d5dff26a768b40b3f972ffd0adc29316a7 100644 (file)
@@ -3,6 +3,7 @@
  * It was generated using rpcgen.
  */
 
+#include <config.h>
 #include "vxi.h"
 
 bool_t
index e19c7c875935dbea9688d4f1cff1b3ad8c182311..27244da34b6513c6e0cc4b9461fd4d417b3f652b 100644 (file)
@@ -20,6 +20,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <stdlib.h>
 #include <glib.h>
index b88590210c63c4a215f09729c26a76521c8f2690..8211438ee28aac654804c60808c8ea6f70cd7210 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
index 72011d2f3775243a1a7b48b7584a506f4fff5e0b..4fea5881b1bcc24a7836c16006cd8c33cf8da067 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index b497aad87ac92e04e0a254eb0352a209b0614bb7..9def98d732efdcb1aef743345627bc6dfd9d4481 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
index 116e7b34f3086db0d82d9413c802aaceb58a0e89..50fdd41cec094999764311fc66475dcfbb1f91dc 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 05133a2f2fe315a9c5018a522c64b44068e8b712..55952240fefe94e018e4a6b654477c0eab4b220f 100644 (file)
--- a/src/std.c
+++ b/src/std.c
@@ -23,6 +23,7 @@
   * @internal
   */
 
+#include <config.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 8d42be3f39eeae2d33ed407cc9d024951fcae0a8..dbccdfa8c24058a4a936f3ea915b9018435e71c4 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index 5a64afac5d06324aa42af396cea0352a0c4095c7..14a92fb76e30791dd2a3278cfeef10803c5ef5d6 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 56251bd1caba5d33fbe7cf9462b3ff0d10b8d1d4..c184d20a16c28f5cd9bbe96f31afac2bcf295a16 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 5b9c99c5bda19d1e9ad6356699e9d4e81299aee4..e0ecd3de72907b56aa408f672d73eff312c28a84 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index f8ae7970b9b2b464a385b8ba5bc6b881937d7a65..6334ed218b900e03b165db058da0eac263f8739a 100644 (file)
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
index 4b95a5a1d7fea8336e9fb1994d0906d716b33ab2..8a800b8607837c45256de09f37783f08a944fc7b 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
index d66f188085c94638efea1283b4dd900d4fb9a130..31e5df91e811edf2e401329dac8ab8f9fabb7379 100644 (file)
--- a/src/usb.c
+++ b/src/usb.c
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <memory.h>
 #include <glib.h>
index 10bd726d0c1d6a38d81ec133fce060c56c732f01..068641d200b0ca02b5bb418847d49d7f2561d035 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <libsigrok/libsigrok.h>
 
 /**
index 1d2971785f26925e1426da8caf8e53289ae16d8c..2d18d19e1483b1643f0786f056cd41286c81a983 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index f98757dca860162528d39d932817e6654e8808ae..15f60f754d6ce24fd70509beaabfe41a47051b0c 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <string.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index d87ff3e6d1e52e67d8722a4ffe9c0d7d077d24fa..c3334c4b54822ae9721aba57e2c9fb85e1d9fc99 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index 38adebdcc6318b09451cd0516a048208ce8c80d1..8dc85de071575c145ae4b3a68cafc24720207e6d 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index 307950b9819bc2adeeeac949919c6eff2fcecb6f..282bc46fd60f059eca0dfff3d92d805997e2c972 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <check.h>
 #include <glib/gstdio.h>
 #include <libsigrok/libsigrok.h>
index 43f20b2aa649e50701054aa3756656ce942a8c93..a36167bf3208a755a48f7089adcee96c6e03c3f5 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <string.h>
 #include <glib.h>
index 328d3a02b37e3e3479826a7f6567a41ded9e6ced..e3ba55ae48241f81e9440b7b8aacd95ceae99510 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index e27d18f62f9e15d16fc3fdde230d35fd2456d8f1..a1f6f762091aaa25dc10d467b5f8cd5f9b8a90c5 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index 4319c5aeefc9fb21d1086588494f1b25ac91823a..cfdf53f652958863a5ccd9294a3b1aa11a5e9ea4 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index 2f4503da9679c6d0f3b8e0b73788018aac568451..53417fba60f02d178ff0ce4188ba407cb0f5e7a7 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
 #include "lib.h"
index 6a578a08223bb892b108224ded5b828a89fca91f..785d99df49a7dff446a85d915d97309e77d5dcc0 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>
index ecd103069d8e33cbfbd69187db5d48f5f5b3923c..1f2891965e626262223266f013a4aa050c056a70 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <check.h>
index 4217ad51ae36de8886aef31e1b5aad1db7336782..62806809f8634f57e69a5363b0bfc21d53fc0c6a 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <check.h>
 #include <libsigrok/libsigrok.h>