run autoreconf
This commit is contained in:
parent
f95b199339
commit
d7f73e913d
|
@ -663,7 +663,7 @@ AC_MSG_RESULT($GNULD)
|
||||||
|
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
if test "$ac_cv_c_inline" != no ; then
|
if test "$ac_cv_c_inline" != no ; then
|
||||||
AC_DEFINE(USE_INLINE,1)
|
AC_DEFINE(USE_INLINE, 1, [Define to use the C99 inline keyword.])
|
||||||
AC_SUBST(USE_INLINE)
|
AC_SUBST(USE_INLINE)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1040,11 +1040,10 @@
|
||||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||||
#undef TM_IN_SYS_TIME
|
#undef TM_IN_SYS_TIME
|
||||||
|
|
||||||
/* Define to 0 if you don't want to use computed gotos in ceval.c.
|
/* Define if you want to use computed gotos in ceval.c. */
|
||||||
(The default is to use them if HAVE_COMPUTED_GOTOS is defined.) */
|
|
||||||
#undef USE_COMPUTED_GOTOS
|
#undef USE_COMPUTED_GOTOS
|
||||||
|
|
||||||
/* Define if the compiler supports the inline keyword */
|
/* Define to use the C99 inline keyword. */
|
||||||
#undef USE_INLINE
|
#undef USE_INLINE
|
||||||
|
|
||||||
/* Enable extensions on AIX 3, Interix. */
|
/* Enable extensions on AIX 3, Interix. */
|
||||||
|
@ -1200,6 +1199,12 @@
|
||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||||
#undef gid_t
|
#undef gid_t
|
||||||
|
|
||||||
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||||
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||||
|
#ifndef __cplusplus
|
||||||
|
#undef inline
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to the type of a signed integer type of width exactly 32 bits if
|
/* Define to the type of a signed integer type of width exactly 32 bits if
|
||||||
such a type exists and the standard includes do not define it. */
|
such a type exists and the standard includes do not define it. */
|
||||||
#undef int32_t
|
#undef int32_t
|
||||||
|
|
Loading…
Reference in New Issue