History log of /libevent-2.1.12/evconfig-private.h.in (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta
# a2176f2c 23-Sep-2017 Maya Rashish <[email protected]>

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/msg0256

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)
(cherry picked from commit 99a3887d66885204ed8fa13405ae04b632dc8d33)

show more ...


Revision tags: release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta, release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta, release-2.1.4-alpha, release-2.1.3-alpha, release-2.1.2-alpha, release-2.0.21-stable, release-2.0.20-stable, release-2.0.19-stable, release-2.1.1-alpha, release-2.0.18-stable
# 946b5841 29-Feb-2012 Nick Mathewson <[email protected]>

Clean up lingering _identifiers.


Revision tags: release-2.0.17-stable, release-2.0.16-stable, release-2.0.15-stable
# 8a231040 12-Sep-2011 Nick Mathewson <[email protected]>

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

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

show more ...


Revision tags: release-2.0.14-stable, release-2.0.13-stable, release-2.0.12-stable, release-2.0.11-stable
# dc628c03 02-Jan-2011 Kevin Bowling <[email protected]>

Add an include guard


# f6d66bc7 02-Jan-2011 Kevin Bowling <[email protected]>

Fix a comment warning and add evconfig-private.h to .gitignore


# 868f8887 02-Jan-2011 Kevin Bowling <[email protected]>

Use a Configuration Header Template for evconfig-private.h