summaryrefslogtreecommitdiffstats
path: root/lib/version.h
diff options
context:
space:
mode:
authorpaul <paul>2003-08-13 02:54:44 +0000
committerpaul <paul>2003-08-13 02:54:44 +0000
commit42053f4e3a0bb8d4e2df7c9d626629cc14dfc285 (patch)
tree68e2d21637f3e61b7ab3bf6cf4cebe69063fdaaf /lib/version.h
parent73aafda016906e049013d1bade9bbc173204d5e0 (diff)
downloadquagga-42053f4e3a0bb8d4e2df7c9d626629cc14dfc285.tar.bz2
quagga-42053f4e3a0bb8d4e2df7c9d626629cc14dfc285.tar.xz
2003-08-13 Paul Jakma <paul@dishone.st>
* lib/version.h: Add QUAGGA_PROGNAME * lib/smux.c: hardcoded zebra/quagga -> QUAGGA_PROGNAME * lib/command.c: ditto * vtysh/vtysh_user.c: ditto
Diffstat (limited to 'lib/version.h')
-rw-r--r--lib/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/version.h b/lib/version.h
index 84df21c6..f0387f0b 100644
--- a/lib/version.h
+++ b/lib/version.h
@@ -22,6 +22,8 @@
#ifndef _ZEBRA_VERSION_H
#define _ZEBRA_VERSION_H
+#define QUAGGA_PROGNAME "quagga"
+
#define QUAGGA_VERSION "0.96"
#define ZEBRA_BUG_ADDRESS "bug-zebra@gnu.org"