mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 14:35:35 +00:00
2004-03-16 David Young <dyoung@pobox.com>
* (many) reference <lib/version.h> rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir
This commit is contained in:
parent
253e933698
commit
5e4fa1646c
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-16 David Young <dyoung@pobox.com>
|
||||||
|
|
||||||
|
* (many) reference <lib/version.h> rather than "version.h",
|
||||||
|
because version.h is a generated file and not present in the
|
||||||
|
source tree when using objdir builds.
|
||||||
|
|
||||||
2004-03-03 PC Drew <pc@superiorcomm.net>
|
2004-03-03 PC Drew <pc@superiorcomm.net>
|
||||||
|
|
||||||
* lib/keychain.c: typecast time_t function to long, fixes compile
|
* lib/keychain.c: typecast time_t function to long, fixes compile
|
||||||
|
@ -20,7 +20,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -25,7 +25,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
print_version (char *progname)
|
print_version (char *progname)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "smux.h"
|
#include "smux.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
/* Include other stuffs */
|
/* Include other stuffs */
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DEPENDENCY
|
#ifndef HEADER_DEPENDENCY
|
||||||
/* Include other stuffs */
|
/* Include other stuffs */
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <readline/readline.h>
|
#include <readline/readline.h>
|
||||||
#include <readline/history.h>
|
#include <readline/history.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user