| Age | Commit message (Collapse) | Author | 
|---|
|  | Some .h files in lib/ are autogenerated. The search path should
include the build directory and the source directory. They usually
match but sometimes, they may be different. For example:
 $ mkdir build
 $ cd build
 $ ../configure
 $ make | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 2006-12-08 Hannes Gredler <hannes@gredler.at>
	* isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument.
	* isis_pdu.c: (various) Update calls to isis_new_adj() to pass
	  NULL and use default.
	* (general) Add forward declarations where required.
	  Fix up const char *'s.
	  Allow V4-only compilation. | 
|  | anything. These floats to longs and vice versa casts are starnge
	  indeed.
	* isis_pdu.c: As we don't use %z for size_t for now because we support
	  older compilers, cast them to unsigned long.
	Also fix previous changelog entry. Isisd compiles cleanly now again. | 
|  | values.h, where MAXLONG is defined, is deprecated as well.
	Thanks to Greg for noticing and to Rivo for fix. | 
|  | * topology/Makefile.am: random.c is a source of libtopology, so list
	  it. | 
|  | * Makefile.am: topology should not be a conditional SUBDIR,
	  otherwise make dist breaks.
	* topology/Makefile.am: remove EXTRA_DIST of files which dont
	  exist in that directory, broke make dist.
	* isisd.c: (show_isis_generated_topology_cmd) convert LIST_LOOP
	* isis_lsp.c: (generate_topology_lsps) ditto
	  (build_topology_lsp_data) ditto | 
|  | 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. | 
|  | with CVS trees. | 
|  |  | 
|  |  | 
|  |  |