|
99a3887d
|
2017-09-23T06:57:16
|
|
Define __EXT_POSIX2 for QNX
POSIX 1003.2 extension is necessary for getopt interface.
Reported here [1] (not mine, I can't test)
[1]: https://mail-index.netbsd.org/pkgsrc-users/2017/09/20/msg025601.html
Closes: #563 (cherry-pick)
|
|
946b5841
|
2012-02-29T15:47:16
|
|
Clean up lingering _identifiers.
|
|
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
|
|
dc628c03
|
2011-01-02T08:47:46
|
|
Add an include guard
|
|
f6d66bc7
|
2011-01-02T08:05:33
|
|
Fix a comment warning and add evconfig-private.h to .gitignore
|
|
868f8887
|
2011-01-02T07:51:23
|
|
Use a Configuration Header Template for evconfig-private.h
|