evconfig-private.h.in


Log

Author Commit Date CI Message
Nick Mathewson 946b5841 2012-02-29T15:47:16 Clean up lingering _identifiers.
Nick Mathewson 8a231040 2011-09-12T14:53:39 Build with large-file support on platforms where it matters Some hosts require you to define certain options to get a large off_t instead of a small one, to get useful ftell and fseek calls instead of ones that can only support 2GB files, and so on. This patch makes Libevent support those platforms by: * Defining the right options when we build, and * Changing our API so that it does not depend on the platform's definition of off_t. Based on discusion with Michael Herf
Kevin Bowling dc628c03 2011-01-02T08:47:46 Add an include guard
Kevin Bowling f6d66bc7 2011-01-02T08:05:33 Fix a comment warning and add evconfig-private.h to .gitignore
Kevin Bowling 868f8887 2011-01-02T07:51:23 Use a Configuration Header Template for evconfig-private.h