require-c99 523 B

12345678910
  1. o New compiler requirements:
  2. - Tor 0.2.6.x requires that your compiler support more of the C99
  3. language standard than before. The 'configure' script now detects
  4. whether your compiler supports C99 mid-block declarations and
  5. designated initializers. If it does not, Tor will not compile.
  6. We may revisit this requirement if it turns out that a significant
  7. number of people need to build Tor with compilers that don't
  8. bother implementing a 15-year-old standard. Closes ticket 13233.