]> sigrok.org Git - pulseview.git/blobdiff - config.h.in
Session: Fix issue #67 by improving error handling
[pulseview.git] / config.h.in
index 8148ce1fade5f60989b00875f11b5ed8f296e55e..f5855d18ac8c44ec2911bb9362669bae97c2e3aa 100644 (file)
@@ -22,7 +22,6 @@
 
 /* Application details */
 #define PV_TITLE "@PV_TITLE@"
-#define PV_DESCRIPTION "@PV_DESCRIPTION@"
 #define PV_BIN_NAME "@PROJECT_NAME@"
 
 /* Pulseview version information */
@@ -35,6 +34,9 @@
 /* Platform properties */
 #cmakedefine HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS
 
+/* Presence of features which depend on library versions. */
+#cmakedefine HAVE_SRD_SESSION_SEND_EOF 1
+
 #define PV_GLIBMM_VERSION "@PV_GLIBMM_VERSION@"
 
 #endif