File: acconfig.h

package info (click to toggle)
hf 0.7.3-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,684 kB
  • ctags: 3,156
  • sloc: ansic: 26,447; cpp: 4,909; sh: 3,785; makefile: 309
file content (27 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* define if bittypes like int16_t are defined */
#undef HAVE_BITTYPES

/* define if vsnprintf is available */
#undef HAVE_VSNPRINTF

/* define with the default frequencies */
#undef FREQ_MARK
#undef FREQ_SPACE

/* define with default callsign */
#undef MYCALL

/* define if OSS fullduplex operation should be disabled */
#undef OSS_DISABLE_FDX

/* define if realtime features should be disabled */
#undef DISABLE_REALTIME

/* define with default alternate pactor CRC inits */
#undef PCT_CRC_0
#undef PCT_CRC_1
#undef PCT_CRC_2
#undef PCT_CRC_3

/* define if multithreading */
#undef _REENTRANT