diff options
Diffstat (limited to 'openpcd/opcd_test/zebvty/zebvty.h')
-rw-r--r-- | openpcd/opcd_test/zebvty/zebvty.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openpcd/opcd_test/zebvty/zebvty.h b/openpcd/opcd_test/zebvty/zebvty.h new file mode 100644 index 0000000..a992bb2 --- /dev/null +++ b/openpcd/opcd_test/zebvty/zebvty.h @@ -0,0 +1,5 @@ +#define QUAGGA_PROGNAME "opcd_shell" +#define QUAGGA_VERSION "0.01" +#define QUAGGA_COPYRIGHT "Harald Welte <hwelte@hmw-consulting.de>" +#define CONFIGFILE_MASK 022 +#define SYSCONFDIR "/etc" |