~ecryptfs/ecryptfs/trunk

Viewing all changes in revision 792.

  • Committer: Tyler Hicks
  • Date: 2013-10-25 19:45:09 UTC
  • Revision ID: tyhicks@canonical.com-20131025194509-meqr1bbbspjgqw47
* configure.ac:
  - Set AM_CPPFLAGS to always include config.h as the first include file.
    Some .c files correctly included config.h before anything else. The
    majority of .c files got this wrong by including it after other header
    files, including it multiple times, or not including it at all.
    Including it in the AM_CPPFLAGS should solve these problems and keep
    future mistakes from happening in new source files.
* Additionally, all instances of '#include "config.h"' were removed from
  the tree

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: