File: filepathlen

package info (click to toggle)
hamlib 4.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,984 kB
  • sloc: ansic: 262,996; sh: 6,135; cpp: 1,578; perl: 876; makefile: 855; python: 148; awk: 58; xml: 26
file content (11 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/hamlib/rig.h
+++ b/include/hamlib/rig.h
@@ -198,6 +198,8 @@ typedef struct s_rig RIG;
 #define HAMLIB_RIGNAMSIZ 30
 #define HAMLIB_RIGVERSIZ 8
 #define HAMLIB_FILPATHLEN 512
+/* Debian: Hamlib 4.3 drops FILPATHLEN, restore until all rdeps have been updated */
+#define FILPATHLEN HAMLIB_FILPATHLEN
 #define HAMLIB_FRQRANGESIZ 30
 #define HAMLIB_MAXCHANDESC 30      /* describe channel eg: "WWV 5Mhz" */
 #define HAMLIB_TSLSTSIZ 20         /* max tuning step list size, zero ended */