ref: 02408dc14424421895b1030c41066a33ea4b0758
parent: 90edefbf938cbdbee896c4457c2b49e67d6999e0
author: rrt <rrt>
date: Mon Nov 27 16:12:42 EST 2006
Add datarootdir to Makefile.in's to stop configure complaining (even though we don't use it). Stop testing for ANSI-standard features. All worthwhile systems are now ANSI, or can have an ANSI compiler put on them. Similarly, stop using non-standard headers (this does not include extra-ANSI standards such as POSIX, or headers required for particular libraries or platforms). Since GSM is now always compiled in, remove #ifdefs for ENABLE_GSM. Remove most #ifdef symbols: o PAD_NSAMPS is now a static variable. o The effects which had parametrised float types now all use double, and their trivial #defined numeric constants have been converted back to literals. Standardize formatting of # directives (no space between # and token).