tor/src/tools
Nick Mathewson 14bc4dcc22 Rename log.h to torlog.h
This should make us conflict less with system files named "log.h".
Yes, we shouldn't have been conflicting with those anyway, but some
people's compilers act very oddly.

The actual change was done with one "git mv", by editing
Makefile.am, and running
   find . -name '*.[ch]' | xargs perl -i -pe 'if (/^#include.*\Wlog.h/) {s/log.h/torlog.h/; }'
2010-07-09 22:05:38 -04:00
..
Makefile.am Add --enable-static-zlib option 2010-04-14 19:28:21 +02:00
tor-checkkey.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
tor-gencert.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
tor-resolve.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00