summaryrefslogtreecommitdiff
path: root/tools/compat/configure.ac
AgeCommit message (Expand)Author
2023-06-03tools/compat: support all bsd.own.mk disabled warningslukem
2023-05-30tools/compat: disable host CC warningslukem
2023-05-30tools/compat: detect supported host compiler flagslukem
2023-05-30tools/compat: don't expose HAVE_PTHREAD_H to makelukem
2023-05-29tools/compat/configure.ac: style tweakslukem
2023-05-23ctfmerge: fix macOS semaphore implementationlukem
2021-02-25Add reallocarray; this is used by the new regex code and we don't want tochristos
2020-06-24Add AC_MSG_RESULT yes/no to the uio checks.uwe
2019-06-22Update tools/compat/configure for new path of "rpc/types.h".hannken
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-16add strncasecmpchristos
2018-08-11Add strcasecmpchristos
2018-06-13Revert my previous config test inclusion for u_longlong_t.maya
2018-06-11Add configure check and fallback definition for u_longlong_tmaya
2017-12-09Add asnprintf() to the AC_CHECK_DECLS list.sevan
2017-10-02handle __fpurge being declared in <stdio_ext.h>christos
2017-01-07strmode on MacOS/X is in string.hchristos
2017-01-07Check for declarations, not the existance of functions since some arechristos
2016-10-19try to fix missing declschristos
2015-07-26Add reallocarr(3) to tools/compatkamil
2015-01-16strto{i,u}christos
2014-06-06Deal with errc/warncchristos
2014-01-09Add strnlen to configure tests in tools/compatapb
2013-08-14add test for struct tm tm_gmtoff memberjmcneill
2013-08-09makefs_udf uses clock_gettime, and on some versions of linux that lives in librtjmcneill
2013-08-06Add a configure test for snprintb_m. We will assume thatapb
2013-07-19Fix some tests for musl libc -based systems.pooka
2013-03-05add dprintfchristos
2013-02-17cygwin defines u_quad_t in <rpc/types.h>, so include this to the headerschristos
2011-11-03Add getline(3) compat glue.joerg
2011-08-14Detect the presence of <pthread.h>, and add a HAVE_PTHREAD_Hapb
2011-08-14Prevent expansion of <dollar>NetBSD<dollar> in a string that'sapb
2010-01-15Test for <sys/endian.h> and provide HAVE_SYS_ENDIAN_H.asau
2009-06-16add fpurge; needed by awk.christos
2009-02-03do not require sys/mtio.h for a tools build of paxdbj
2009-01-051. reworking PR lib/40317:tnozaki
2008-10-18Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile andtsutsui
2007-10-19I am now convinced of the error of my ways, and I am checking for all thechristos
2007-09-28Add raise_default_signal().lukem
2007-08-07Update the instructions to say that regen should be done againapb
2007-08-07Provide definitions for {be,le}{16,32,64}{enc,dec} if necessary.apb
2007-08-07More detailed instructions for what to do when editing configure.ac.apb
2007-07-03Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.nakayama
2006-10-09sideways check for error functions.christos
2006-10-07PR/31232: Wim Lewis: tools/compat doesn't check for pre-existence ofelad
2006-08-20Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developerthorpej
2006-02-22Twiddle configure/configure.ac to check/define/create machine/endian.h; thisdogcow
2006-02-11Redo previous differently: use AH_TOP and AH_BOTTOM macros to insertwiz