summaryrefslogtreecommitdiffstats
path: root/lib/version.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-17/+1
| | | | | | | | | | The files converted in this commit either had some random misspelling or formatting weirdness that made them escape automated replacement, or have a particularly "weird" licensing setup (e.g. dual-licensed.) This also marks a bunch of "public domain" files as SPDX License "NONE". Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
| | | | | | | ... by referencing all autogenerated headers relative to the root directory. (90% of the changes here is `version.h`.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* lib, zebra: add missing extern "C" {} blocks to new header filesRenato Westphal2020-04-231-0/+8
| | | | Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* lib: add cli preprocessor for `|` actionsQuentin Young2018-06-061-4/+4
| | | | | | | | | | This patch adds a CLI preprocessor function that activates when `|` is found in the command. This is the start of adding support for some text processing utilities intended for inline use. The first one implemented here is `| include`, which provides grep-like filtering of command output. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* Rename: FreeRangeRouting FRRoutingLou Berger2017-03-301-1/+1
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* *: track version & "defaults" in configsDavid Lamparter2017-03-281-0/+1
| | | | | | [CF]: Move default name to autoconf and update tests Signed-off-by: Christian Franke <chris@opensourcerouting.org>
* build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-0/+1
| | | | | | | | Several places have paths and names that can change hardcoded, e.g. the package name and the /var/run path. This fixes a few of them, there's still some to do. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-11/+14
| | | | | | | This replaces Quagga -> FRR in most configure.ac settings as well as a handful of preprocessor macros in the source code. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: massively remove needless checksDavid Lamparter2016-11-151-4/+0
| | | | | | | | | | Since we have autoconf results from a wide swath of target platforms, we can go remove checks that have the same result on all systems. This also removes several "fallback" implementations of functions that, at some point in the history, weren't available on all target platforms. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: track config argsDavid Lamparter2016-06-031-0/+2
| | | | | | | Record the ./configure arguments used and make them user-visible. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Paul Jakma <paul@jakma.org>
* build: include git infoDavid Lamparter2012-12-121-1/+12
| | | | | | | | | | | | | | | | | | | If enabled with --with-pkg-gitversion on ./configure, this will append git version strings and branch information at the following places: - overall version number: 0.99.21-g0123456 - login motd and show version: tag information + git id + branches Sample output: Hello, this is Quagga (version 0.99.21-g14b49ad-dirty). Copyright 1996-2005 Kunihiro Ishiguro, et al. This is a git build of quagga_0_99_21_release-106-g14b49ad-dirty Associated branch(es): local:master [v2]: fix build without gitinfo (add "else" branch) [v2]: fix for repos without any tags (different git describe output) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* Trying to finish previous commit ...hasso2005-03-261-1/+1
|
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bgp_main.c: (sigint) Use zlog_notice for termination message. (main) Use zlog_notice for startup announcement. * isis_main.c: (sigint,sigterm) Use zlog_notice for termination message. (terminate) This function should be static, not global. (main) Use zlog_notice for startup announcement, and remove ifdef ZEBRA_VERSION. * version.h.in: Remove declaration for pid_output_lock, this function is now static, not global. * pid_output.c: (pid_output_lock) This function should be static, not global. And remove "old umask" error message, since it was really an unimportant debug message, not an error. (pid_output) Need to declare static function pid_output_lock. * ospf6_main.c: (sigint,sigterm) Use zlog_notice for termination message. (main) Remove commented-out call to pid_output_lock (which should never be called other than from inside pid_output). And use zlog_notice to print the startup message, which now includes the vty port. * ospf_main.c: (sigint) Use zlog_notice for termination message. (main) Issue a startup announcement using zlog_notice. * rip_main.c: (sigint) Use zlog_notice for termination message. (main) Add a startup announcement using zlog_notice. * ripng_main.c: (sighup) Remove spurious terminating message. (sigint) Use zlog_notice for termination message. (main) Issue a startup announcement using zlog_notice. * main.c: (sigint) Use zlog_notice for termination message. (main) Add a startup announcement using zlog_notice.
* 2004-11-07 Paul Jakma <paul@dishone.st>paul2004-11-071-2/+4
| | | | * lib/version.h.in: add autoconf configure_input output var
* Small copyright string and hostname related cleanup.hasso2004-10-191-2/+1
|
* 2004-10-05 Paul Jakma <paul@dishone.st>paul2004-10-101-2/+2
| | | | * version.h.in: (pid_output*) add const qualifier.
* 2004-10-05 Paul Jakma <paul@dishone.st>paul2004-10-081-1/+1
| | | | | * version.h.in: print_version declaration is here, not in autoconf generated version.h.
* 2003-09-24 Paul Jakma <paul@dishone.st>paul2003-09-241-0/+43
* lib/version.h: moved to version.h.in * lib/version.h.in: New file, from version.h. Change hardcoded package name and version to use the autoconf defined substition variables. * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing through lib/version.h for VERSION. Add lib/version.h to the AC_OUTPUT list. Update the text output of quagga version at end of configure run to use PACKAGE_VERSION. * doc/.cvsignore: ignore quagga.pdf * doc/.cvsignore: ignore version.h, its now autogenerated.