summaryrefslogtreecommitdiff
path: root/isisd/isisd.h
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-02 19:03:39 +0000
committerhasso <hasso>2005-04-02 19:03:39 +0000
commitf695b01ff8e9aebc46bdf41f104ad4abbb0ef59e (patch)
tree1a36e624a6577780a49f6ae2c8e0534140d33943 /isisd/isisd.h
parenta47d98f4b7d6e3c1f5298912672f7b4d55a203f0 (diff)
* configure.ac: Add --enable-isis-topology to enable isisd topology
generator code. * isisd/Makefile.am: Variables to handle conditonal compiling of topology generator code. * isisd/isis_lsp.c: lsppdu_realloc() is used by topology generator. * isisd/isisd.c: Rename show_isis_topology_cmd to not conflict the one in the isis_spf.c. * isisd/isisd.h: Remove TOPOLOGY_GENERATE define, it will be defined in toplevel config.h if topology generator is enabled. * isisd/topology/Makefile.am: Handle the libtoolized Quagga libraries.
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r--isisd/isisd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h
index c347bf0c..77de12ec 100644
--- a/isisd/isisd.h
+++ b/isisd/isisd.h
@@ -29,9 +29,6 @@
/* #define EXTREME_DEBUG */
/* #define EXTREME_TLV_DEBUG */
-/* If you want topology stuff compiled in */
-/* #define TOPOLOGY_GENERATE */
-
struct rmap
{
char *name;