From d420b679afc03f17d597193268e98966a0acd83d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Apr 2017 15:18:56 -0500 Subject: Merge tmacros.h PRIxxx constants from testsuites/ into This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983. --- cpukit/configure.ac | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 28a11bdeaf..ab01db8be4 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -238,6 +238,30 @@ RTEMS_CPUOPT([__RTEMS_ADA__], [1], [Define to 1 if ada/gnat bindings are built-in]) +# These are used to provide ]) AC_CHECK_DECLS([CHAR_BIT],,,[#include ]) -# FIXME: We should get rid of this. -# So far, only used in libfs/src/nfsclient/src/dirutils.c -AC_CHECK_SIZEOF([mode_t]) -AC_CHECK_SIZEOF([off_t]) - -# FIXME: We should get rid of this. It's a cludge. -AC_CHECK_SIZEOF([time_t]) - -AC_CHECK_SIZEOF([size_t]) - # FIXME: Mandatory in SUSv4, optional in SUSv3. # Not implemented in GCC/newlib, so far. AC_CHECK_DECLS([WORD_BIT],,,[#include ]) -- cgit v1.2.3