summaryrefslogtreecommitdiff
path: root/tools/compat/compat_defs.h
AgeCommit message (Expand)Author
2023-07-08Add support for missing NAME_MAX when building on Solaris hostspalle
2021-05-30PR port-amiga/56188cjep
2021-05-24Fix typo in pathname in a comment.uwe
2021-02-25Add reallocarray; this is used by the new regex code and we don't want tochristos
2021-02-23Fix copy-paste error for heapsort(3), so that it is declared appropriately.rin
2019-06-19Add more SunOS types to tools/compatkamil
2019-06-19Add sys/uio.h & enum uio_seg, enum uio_rw to tools/compatkamil
2018-08-30deal with getsubopt and strncasecmp (needed by mdocml)christos
2018-08-11Add strcasecmpchristos
2018-06-13Revert my previous config test inclusion for u_longlong_t.maya
2018-06-12Move the typedefs before the header inclusions (except <features.h>) andchristos
2018-06-11Add configure check and fallback definition for u_longlong_tmaya
2017-10-03fix fpurge declarationchristos
2017-10-02handle __fpurge being declared in <stdio_ext.h>christos
2017-01-07adjust for SSP (MacOS/X)christos
2017-01-07need ctype.hchristos
2017-01-07Check for declarations, not the existance of functions since some arechristos
2016-10-19try to fix missing declschristos
2015-09-21Add more compat defs for code compiled for !NetBSD targets.pooka
2015-07-26Add reallocarr(3) to tools/compatkamil
2015-01-16strto{i,u}christos
2014-12-24add __UNVOLATILEchristos
2014-09-24put O_CLOEXEC definition here.christos
2014-09-01Copy definitions of __type_min(t), __type_max(t), and some related macros,apb
2014-06-06Deal with errc/warncchristos
2014-04-19Clarify the NetBSD-specific and Linux-specific code at the top ofapb
2014-01-09fix prototype for strnlen.apb
2014-01-09Declare and define strnlen if necessary.apb
2013-10-24Define __USE for use during a tools build.apb
2013-08-18Support __format_arg.joerg
2013-08-06declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined.apb
2013-07-20revert socklen_t to int (from dh)christos
2013-07-19PR/48063: Justin Cormack: incorrect definition of socklen_tchristos
2013-03-05add dprintfchristos
2013-02-17cygwin defines u_quad_t in <rpc/types.h>, so include this to the headerschristos
2012-06-04Make Alan Barrett happy and add ().joerg
2012-06-03Add __predict_true / __predict_false definitions.joerg
2012-06-02Don't depend on __P.joerg
2012-01-21Always redefine DEV_BSIZE=512.tsutsui
2011-11-03Add getline(3) compat glue.joerg
2011-09-05Add PDP_ENDIAN definition, required for makefs (v7fs).jdc
2011-08-27Ensure __printflike exists.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-01-10Define PRI[diouxX]8. We previously did this only forapb
2010-01-14undef and redefine instead of checking if it is define, from joergchristos
2010-01-14provide __arraycount for those that don't have it.christos
2009-11-11Revert most of revision 1.73:tron
2009-11-06Define __RCSID and __COPYRIGHT as structure, so that the followingjoerg
2009-10-02split all the password and group translation functions into individualchristos
2009-02-24Make 'build.sh tools' work with the Sun Studio compiler, although bugs insketch