]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added path to config file.
authorMartin Mares <mj@ucw.cz>
Fri, 27 Nov 1998 19:28:29 +0000 (19:28 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 27 Nov 1998 19:28:29 +0000 (19:28 +0000)
sysdep/config.h

index 65a0110392c6e0bbd95a7c372c432ed4294f9537..27b9da3634bb2ce2c03632f5e79f1ab9997385c6 100644 (file)
@@ -56,4 +56,8 @@ typedef u16 word;
 
 #define HAVE_SYSLOG
 
+/* Paths */
+
+#define PATH_CONFIG "bird.conf"
+
 #endif