include/Makefile.am


Log

Author Commit Date CI Message
Brent Cook 1defa3ba 2023-10-01T21:11:11 package getopt compat files
Brent Cook 6501696d 2023-03-23T06:35:41 generate opensslconf.h for mips
Brent Cook 3c7747fd 2023-02-15T07:56:44 generate opensslconf.h based on host cpu architecture
Brent Cook f6906672 2021-11-09T22:34:58 Autoconf updates Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual header checks, and include prerequisites for netinet/ip.h check.
kinichiro 461ec453 2020-09-13T12:58:37 Add queue.h tree.h _null.h Import queue.h tree.h _null.h header files from OpenBSD upstream since x509_issuer_cache.c requires them.
Brent Cook cc0a0e12 2019-02-01T05:14:57 add syslog to compat headers
Brent Cook 0e69421d 2018-03-14T13:01:24 re-add headers for distribution
Brent Cook 3fb9e63b 2018-03-14T07:29:04 bump base requirement to Windows Vista, use builtin inet_ntop/pton
Brent Cook 51a53876 2017-01-15T22:28:36 add fcntl shim
Brent Cook 08837a82 2016-09-04T09:04:01 more cdefs.h removal
Brent Cook 1dd79f5d 2015-10-14T17:19:00 add limits.h shim for defining PATH_MAX on HP-UX
Brent Cook a7f031ba 2015-10-01T07:40:26 add b64_ntop checking and fallback for nc(1)
kinichiro 9606a6b5 2015-09-16T20:36:38 add include/compat/readpassphrase.h to Makefile.am fix for https://github.com/libressl-portable/portable/issues/138
Brent Cook 696ba18c 2015-09-13T18:57:29 fixup windows and older linux builds
Brent Cook 8c90be2a 2015-09-13T11:56:41 allow nc to build on linux and os x
Brent Cook 5ccdd138 2015-09-07T00:31:59 distribute include and man CMakefiles
Brent Cook 5d8a1cf7 2014-07-10T22:06:10 add initial CMake and Visual Studio build support This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
Brent Cook a1a0f2c6 2015-07-17T16:54:23 implement compatibility shim for __warn_references This will allow us to warn about deprecated function references at link-time.
Brent Cook 54545427 2015-06-29T22:51:40 add check for inet_pton, nudge minimum win32 compat to 0x0501
Brent Cook dd646a33 2015-03-18T19:12:42 enable libtls by default The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
Brent Cook 9909bd7a 2015-01-31T21:52:20 include 'struct iovec' for Windows this is used for in-memory cert loading
Brent Cook b3270494 2014-12-04T22:37:22 add support for building libtls Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@
Brent Cook cccdd689 2014-11-19T07:43:07 add minimal winsock->BSD networking header shims also add license header to existing shims
Brent Cook af705b3f 2014-07-29T07:39:23 add sys/mman.h shim to define MAP_ANON if needed thanks to kinichiro for pointing this out ok deraadt@ beck@
Brent Cook 35e2d8d0 2014-07-28T19:26:15 add asprintf / vasprintf from OpenSSH portable ok deraadt@ beck@
Brent Cook 0ec7cdcb 2014-07-21T07:34:01 include err.h shim Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@
Charlie Root abe7bee3 2014-07-10T08:36:47 Make things build again - add some missing headers ok bcook@
Brent Cook 2b6dbc39 2014-07-10T06:21:51 initial top-level import of subdirectories