- Added a g_memmove function for SunOS compatability.

- Disabled unused gldouble definitions which were a portability problem

                                        - owt
This commit is contained in:
Owen Taylor
1997-12-02 21:03:14 +00:00
parent a95ad0a897
commit 8fc5d3586a
13 changed files with 123 additions and 16 deletions

View File

@ -63,7 +63,8 @@ AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(void *)
AC_C_LONG_DOUBLE
# long doubles were not used, and a portability problem
# AC_C_LONG_DOUBLE
AC_C_CONST
AC_C_INLINE
@ -71,8 +72,8 @@ AC_CHECK_HEADERS(float.h, AC_DEFINE(HAVE_FLOAT_H))
AC_CHECK_HEADERS(limits.h, AC_DEFINE(HAVE_LIMITS_H))
AC_CHECK_HEADERS(values.h, AC_DEFINE(HAVE_VALUES_H))
# Check for strerror and strsignal functions
AC_CHECK_FUNCS(strerror strsignal)
# Check for strerror, strsignal, and memmove functions
AC_CHECK_FUNCS(strerror strsignal memmove)
# Check for sys_errlist
AC_MSG_CHECKING(sys_errlist)