blob: 1addf97b47a955a739d62fa9a04a2730cfed2fee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Configurable features */
/* 6bone referto: support */
#define EXT_6BONE
/* Suppress lame Internic disclaimer */
#define HIDE_DISCL
/* program version */
#define VERSION "4.3"
|