mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
Fix the definitions around printf: either we use system printf in which
* configure.in: Fix the definitions around printf: either we use system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and HAVE_UNIX98_PRINTF have already been determined by earlier tests, or we use the included printf, in which case we know that these three can be defined as 1. (#99826)
This commit is contained in:
parent
a69dc4b65d
commit
7c2ae36588
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Fix the definitions around printf: either we use
|
||||||
|
system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
|
||||||
|
HAVE_UNIX98_PRINTF have already been determined by earlier tests,
|
||||||
|
or we use the included printf, in which case we know that these
|
||||||
|
three can be defined as 1. (#99826)
|
||||||
|
|
||||||
* glib/gutf8.c (g_utf8_strreverse):
|
* glib/gutf8.c (g_utf8_strreverse):
|
||||||
* glib/gstrfuncs.c (g_str_has_suffix):
|
* glib/gstrfuncs.c (g_str_has_suffix):
|
||||||
(g_str_has_prefix):
|
(g_str_has_prefix):
|
||||||
|
@ -732,6 +732,7 @@ fi
|
|||||||
AM_CONDITIONAL(HAVE_GOOD_PRINTF, test "$enable_trio" != "yes")
|
AM_CONDITIONAL(HAVE_GOOD_PRINTF, test "$enable_trio" != "yes")
|
||||||
if test "$enable_trio" != "yes" ; then
|
if test "$enable_trio" != "yes" ; then
|
||||||
AC_DEFINE(HAVE_GOOD_PRINTF,1,[define to use system printf])
|
AC_DEFINE(HAVE_GOOD_PRINTF,1,[define to use system printf])
|
||||||
|
else
|
||||||
AC_DEFINE(HAVE_VASPRINTF,1)
|
AC_DEFINE(HAVE_VASPRINTF,1)
|
||||||
AC_DEFINE(HAVE_C99_VSNPRINTF,1)
|
AC_DEFINE(HAVE_C99_VSNPRINTF,1)
|
||||||
AC_DEFINE(HAVE_UNIX98_PRINTF,1)
|
AC_DEFINE(HAVE_UNIX98_PRINTF,1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user