#
# $XORP: xorp/TODO,v 1.14 2004/12/13 17:18:21 bms Exp $
#

* Standardize the version string format return by the
  common_0_1_get_version XRL across all targets.

* Add "-ansi" and "-pedantic" flags to the gcc/g++ compilation flags

* Change configure.in NOT to use AC_EGREP_HEADER to check
  for various fields, etc in system header files. Instead,
  it should use AC_TRY_COMPILE or AC_TRY_RUN.

* Make all #include "config.h" to be #ifdef HAVE_CONFIG_H  (??)

* Make the code as POSIX as possible.

* Fix all file names.
  E.g. all names non-capital letters + numbers, and use underscores.

* Consolidate the way we render bools as strings, i.e. make the use
  of bool2str() vs truefalse() vs explicit tertiary operator consistent
  and settle on one only if possible.

 * Libtoolize flower_malloc.
