Should I have to set HAVE_NETINET_IN_H and HAVE_INTTYPES_H in any applications using thrift moving forward? Would it be better to put some kind of HAVE_CONFIG_H conditional in Thrift.h instead that can automatically include inet/arpa/stdint/etc as available?
P.S. Jake: this is all that was wrong with my application as far as the C++ libraries were concerned, the errors just looked nasty since they were so many instances where these are needed.
