Update to match what is currently produced by autotools.

2002-11-21  Tor Lillqvist  <tml@iki.fi>

	* config.h.win32.in: Update to match what is currently produced by
	autotools.

	* configure.in: Remove superfluous spaces on two shell variable
	assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
	have a good printf, it is tested with #ifdef.

	* glib/glib.def: Add new functions.

	* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
	and DEPENDENCIES.

	* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
	Makefile.am does.
This commit is contained in:
Tor Lillqvist 2002-11-21 03:04:53 +00:00 committed by Tor Lillqvist
parent bc54ea6edf
commit d1881e2dfd
12 changed files with 237 additions and 76 deletions

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -1,3 +1,20 @@
2002-11-21 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Update to match what is currently produced by
autotools.
* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.
* glib/glib.def: Add new functions.
* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.
* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
2002-11-21 Matthias Clasen <maclas@gmx.de> 2002-11-21 Matthias Clasen <maclas@gmx.de>
Include a printf implementation supporting C99 snprintf and SUS Include a printf implementation supporting C99 snprintf and SUS

View File

@ -63,7 +63,7 @@
*/ */
/* #undef CRAY_STACKSEG_END */ /* #undef CRAY_STACKSEG_END */
/* Define if using `alloca.c'. */ /* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */ /* #undef C_ALLOCA */
/* Whether to disable memory pools */ /* Whether to disable memory pools */
@ -72,6 +72,9 @@
/* Whether to enable GC friendliness */ /* Whether to enable GC friendliness */
/* #undef ENABLE_GC_FRIENDLY */ /* #undef ENABLE_GC_FRIENDLY */
/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS 1
/* Define to the GLIB binary age */ /* Define to the GLIB binary age */
#define GLIB_BINARY_AGE @GLIB_BINARY_AGE@ #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
@ -141,19 +144,20 @@
/* 'va_lists' cannot be copies as values */ /* 'va_lists' cannot be copies as values */
/* #undef G_VA_COPY_AS_ARRAY */ /* #undef G_VA_COPY_AS_ARRAY */
/* Define if you have `alloca', as a function or macro. */ /* Define to 1 if you have `alloca', as a function or macro. */
#define HAVE_ALLOCA 1 #define HAVE_ALLOCA 1
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */ /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
/* #undef HAVE_ALLOCA_H */ /* #undef HAVE_ALLOCA_H */
/* Define if you have the <argz.h> header file. */ /* Define to 1 if you have the <argz.h> header file. */
/* #undef HAVE_ARGZ_H */ /* #undef HAVE_ARGZ_H */
/* Define if you have the `atexit' function. */ /* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1 #define HAVE_ATEXIT 1
/* Define if you have the `bind_textdomain_codeset' function. */ /* Define to 1 if you have the `bind_textdomain_codeset' function. */
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
/* Define if you have a version of the vsnprintf function with semantics as /* Define if you have a version of the vsnprintf function with semantics as
@ -163,92 +167,98 @@
/* Have nl_langinfo (CODESET) */ /* Have nl_langinfo (CODESET) */
/* #undef HAVE_CODESET */ /* #undef HAVE_CODESET */
/* Define if you have the `dcgettext' function. */ /* Define to 1 if you have the `dcgettext' function. */
#define HAVE_DCGETTEXT 1 #define HAVE_DCGETTEXT 1
/* Define if you have the <dirent.h> header file. */ /* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1 #define HAVE_DIRENT_H 1
/* Define if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */ /* #undef HAVE_DLFCN_H */
/* Define if you don't have `vprintf' but do have `_doprnt.' */ /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */ /* #undef HAVE_DOPRNT */
/* Define if you have the <float.h> header file. */ /* Define to 1 if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1 #define HAVE_FLOAT_H 1
/* Define if you have the `getcwd' function. */ /* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1 #define HAVE_GETCWD 1
/* Define if you have the `getc_unlocked' function. */ /* Define to 1 if you have the `getc_unlocked' function. */
/* #undef HAVE_GETC_UNLOCKED */ /* #undef HAVE_GETC_UNLOCKED */
/* Define if you have the `getpagesize' function. */ /* Define to 1 if you have the `getpagesize' function. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_GETPAGESIZE 1 #define HAVE_GETPAGESIZE 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_GETPAGESIZE */ /* #undef HAVE_GETPAGESIZE */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the <inttypes.h> header file. */ /* Define if the GNU gettext() function is already present or preinstalled. */
#define HAVE_GETTEXT 1
/* define to use system printf */
/* #undef HAVE_GOOD_PRINTF */
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */ /* #undef HAVE_INTTYPES_H */
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/* #undef HAVE_LANGINFO_CODESET */ /* #undef HAVE_LANGINFO_CODESET */
/* Define if you have the <langinfo.h> header file. */ /* Define to 1 if you have the <langinfo.h> header file. */
/* #undef HAVE_LANGINFO_H */ /* #undef HAVE_LANGINFO_H */
/* Define if your <locale.h> file defines LC_MESSAGES. */ /* Define if your <locale.h> file defines LC_MESSAGES. */
/* #undef HAVE_LC_MESSAGES */ /* #undef HAVE_LC_MESSAGES */
/* Define if you have the <limits.h> header file. */ /* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1 #define HAVE_LIMITS_H 1
/* Define if you have the <locale.h> header file. */ /* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1 #define HAVE_LOCALE_H 1
/* Define if you have the `localtime_r' function. */ /* Define to 1 if you have the `localtime_r' function. */
/* #undef HAVE_LOCALTIME_R */ /* #undef HAVE_LOCALTIME_R */
/* Define if you have the `lstat' function. */ /* Define to 1 if you have the `lstat' function. */
/* #undef HAVE_LSTAT */ /* #undef HAVE_LSTAT */
/* Define if you have the <malloc.h> header file. */ /* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1 #define HAVE_MALLOC_H 1
/* Define if you have the `memmove' function. */ /* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1 #define HAVE_MEMMOVE 1
/* Define if you have the <memory.h> header file. */ /* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1
/* Define if you have the `mkstemp' function. */ /* Define to 1 if you have the `mkstemp' function. */
/* #undef HAVE_MKSTEMP */ /* #undef HAVE_MKSTEMP */
/* Define if you have a working `mmap' system call. */ /* Define to 1 if you have a working `mmap' system call. */
/* #undef HAVE_MMAP */ /* #undef HAVE_MMAP */
/* Define if you have the `munmap' function. */ /* Define to 1 if you have the `munmap' function. */
/* #undef HAVE_MUNMAP */ /* #undef HAVE_MUNMAP */
/* Define if you have the `nanosleep' function. */ /* Define to 1 if you have the `nanosleep' function. */
/* #undef HAVE_NANOSLEEP */ /* #undef HAVE_NANOSLEEP */
/* Define if you have the `nl_langinfo' function. */ /* Define to 1 if you have the `nl_langinfo' function. */
/* #undef HAVE_NL_LANGINFO */ /* #undef HAVE_NL_LANGINFO */
/* Define if you have the <nl_types.h> header file. */ /* Define to 1 if you have the <nl_types.h> header file. */
/* #undef HAVE_NL_TYPES_H */ /* #undef HAVE_NL_TYPES_H */
/* Have non-POSIX function getpwuid_r */ /* Have non-POSIX function getpwuid_r */
/* #undef HAVE_NONPOSIX_GETPWUID_R */ /* #undef HAVE_NONPOSIX_GETPWUID_R */
/* Define if you have the `on_exit' function. */ /* Define to 1 if you have the `on_exit' function. */
/* #undef HAVE_ON_EXIT */ /* #undef HAVE_ON_EXIT */
/* Define if you have the `poll' function. */ /* Define to 1 if you have the `poll' function. */
/* #undef HAVE_POLL */ /* #undef HAVE_POLL */
/* Have POSIX function getpwuid_r */ /* Have POSIX function getpwuid_r */
@ -257,133 +267,137 @@
/* Have function pthread_attr_setstacksize */ /* Have function pthread_attr_setstacksize */
/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */ /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
/* Define if you have the `putenv' function. */ /* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1 #define HAVE_PUTENV 1
/* Define if you have the <pwd.h> header file. */ /* Define to 1 if you have the <pwd.h> header file. */
/* #undef HAVE_PWD_H */ /* #undef HAVE_PWD_H */
/* Define if you have the <sched.h> header file. */ /* Define to 1 if you have the <sched.h> header file. */
/* #undef HAVE_SCHED_H */ /* #undef HAVE_SCHED_H */
/* Define if you have the `setenv' function. */ /* Define to 1 if you have the `setenv' function. */
/* #undef HAVE_SETENV */ /* #undef HAVE_SETENV */
/* Define if you have the `setlocale' function. */ /* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1 #define HAVE_SETLOCALE 1
/* Define if you have the <stddef.h> header file. */ /* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1 #define HAVE_STDDEF_H 1
/* Define if you have the <stdint.h> header file. */ /* Define to 1 if you have the <stdint.h> header file. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_STDINT_H */ /* #undef HAVE_STDINT_H */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the <stdlib.h> header file. */ /* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1
/* Define if you have the `stpcpy' function. */ /* Define to 1 if you have the `stpcpy' function. */
/* #undef HAVE_STPCPY */ /* #undef HAVE_STPCPY */
/* Define if you have the `strcasecmp' function. */ /* Define to 1 if you have the `strcasecmp' function. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_STRCASECMP 1 #define HAVE_STRCASECMP 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_STRCASECMP */ /* #undef HAVE_STRCASECMP */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the `strchr' function. */ /* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1 #define HAVE_STRCHR 1
/* Define if you have the `strdup' function. */ /* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1 #define HAVE_STRDUP 1
/* Define if you have the `strerror' function. */ /* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1 #define HAVE_STRERROR 1
/* Define if you have the <strings.h> header file. */ /* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */ /* #undef HAVE_STRINGS_H */
/* Define if you have the <string.h> header file. */ /* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1 #define HAVE_STRING_H 1
/* Have functions strlcpy and strlcat */ /* Have functions strlcpy and strlcat */
/* #undef HAVE_STRLCPY */ /* #undef HAVE_STRLCPY */
/* Define if you have the `strncasecmp' function. */ /* Define to 1 if you have the `strncasecmp' function. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_STRNCASECMP 1 #define HAVE_STRNCASECMP 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_STRNCASECMP */ /* #undef HAVE_STRNCASECMP */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the `strsignal' function. */ /* Define to 1 if you have the `strsignal' function. */
/* #undef HAVE_STRSIGNAL */ /* #undef HAVE_STRSIGNAL */
/* Define if you have the <sys/param.h> header file. */ /* Define to 1 if you have the <sys/param.h> header file. */
/* #undef HAVE_SYS_PARAM_H */ /* #undef HAVE_SYS_PARAM_H */
/* Define if you have the <sys/poll.h> header file. */ /* Define to 1 if you have the <sys/poll.h> header file. */
/* #undef HAVE_SYS_POLL_H */ /* #undef HAVE_SYS_POLL_H */
/* found fd_set in sys/select.h */ /* found fd_set in sys/select.h */
/* #undef HAVE_SYS_SELECT_H */ /* #undef HAVE_SYS_SELECT_H */
/* Define if you have the <sys/stat.h> header file. */ /* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1
/* Define if you have the <sys/times.h> header file. */ /* Define to 1 if you have the <sys/times.h> header file. */
/* #undef HAVE_SYS_TIMES_H */ /* #undef HAVE_SYS_TIMES_H */
/* Define if you have the <sys/time.h> header file. */ /* Define to 1 if you have the <sys/time.h> header file. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIME_H 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_SYS_TIME_H */ /* #undef HAVE_SYS_TIME_H */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the <sys/types.h> header file. */ /* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1
/* Define if you have the <unistd.h> header file. */ /* Define to 1 if you have the <unistd.h> header file. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_UNISTD_H */ /* #undef HAVE_UNISTD_H */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the `unsetenv' function. */ /* Define if your printf function family supports positional parameters as
specified by Unix98. */
/* #undef HAVE_UNIX98_PRINTF */
/* Define to 1 if you have the `unsetenv' function. */
/* #undef HAVE_UNSETENV */ /* #undef HAVE_UNSETENV */
/* Define if you have the <values.h> header file. */ /* Define to 1 if you have the <values.h> header file. */
#ifndef _MSC_VER #ifndef _MSC_VER
#define HAVE_VALUES_H 1 #define HAVE_VALUES_H 1
#else /* _MSC_VER */ #else /* _MSC_VER */
/* #undef HAVE_VALUES_H */ /* #undef HAVE_VALUES_H */
#endif /* _MSC_VER */ #endif /* _MSC_VER */
/* Define if you have the `vasprintf' function. */ /* Define to 1 if you have the `vasprintf' function. */
/* #undef HAVE_VASPRINTF */ /* #undef HAVE_VASPRINTF */
/* Define if you have the `vprintf' function. */ /* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1 #define HAVE_VPRINTF 1
/* Define if you have the `vsnprintf' function. */ /* Define to 1 if you have the `vsnprintf' function. */
/* #undef HAVE_VSNPRINTF */ /* #undef HAVE_VSNPRINTF */
/* Have a working bcopy */ /* Have a working bcopy */
/* #undef HAVE_WORKING_BCOPY */ /* #undef HAVE_WORKING_BCOPY */
/* Define if you have the `__argz_count' function. */ /* Define to 1 if you have the `__argz_count' function. */
/* #undef HAVE___ARGZ_COUNT */ /* #undef HAVE___ARGZ_COUNT */
/* Define if you have the `__argz_next' function. */ /* Define to 1 if you have the `__argz_next' function. */
/* #undef HAVE___ARGZ_NEXT */ /* #undef HAVE___ARGZ_NEXT */
/* Define if you have the `__argz_stringify' function. */ /* Define to 1 if you have the `__argz_stringify' function. */
/* #undef HAVE___ARGZ_STRINGIFY */ /* #undef HAVE___ARGZ_STRINGIFY */
/* didn't find fd_set */ /* didn't find fd_set */
@ -398,6 +412,24 @@
/* global 'sys_siglist' not declared */ /* global 'sys_siglist' not declared */
#define NO_SYS_SIGLIST_DECL 1 #define NO_SYS_SIGLIST_DECL 1
/* Name of package */
/* #undef PACKAGE */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Maximum POSIX RT priority */ /* Maximum POSIX RT priority */
/* #undef POSIX_MAX_PRIORITY */ /* #undef POSIX_MAX_PRIORITY */
@ -443,11 +475,14 @@
STACK_DIRECTION = 0 => direction of growth unknown */ STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */ /* #undef STACK_DIRECTION */
/* Define if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Define if your processor stores words with the most significant byte first /* Version number of package */
(like Motorola and SPARC, unlike Intel and VAX). */ /* #undef VERSION */
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */ /* #undef WORDS_BIGENDIAN */
/* Number of bits in a file offset, on hosts where this is settable. */ /* Number of bits in a file offset, on hosts where this is settable. */

View File

@ -722,10 +722,10 @@ AC_ARG_ENABLE(included-printf, [ --enable-included-printf use included print
if test "$enable_trio" != "no" ; then if test "$enable_trio" != "no" ; then
if test "$ac_cv_func_vsnprintf_c99" != "yes" ; then if test "$ac_cv_func_vsnprintf_c99" != "yes" ; then
enable_trio = yes enable_trio=yes
fi fi
if test "$ac_cv_func_printf_unix98" != "yes" ; then if test "$ac_cv_func_printf_unix98" != "yes" ; then
enable_trio = yes enable_trio=yes
fi fi
fi fi
@ -735,8 +735,6 @@ if test "$enable_trio" != "yes" ; then
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)
else
AC_DEFINE(HAVE_GOOD_PRINTF,0)
fi fi
# Check if bcopy can be used for overlapping copies, if memmove isn't found. # Check if bcopy can be used for overlapping copies, if memmove isn't found.

View File

@ -3,6 +3,7 @@
if HAVE_GOOD_PRINTF if HAVE_GOOD_PRINTF
else else
TRIO_SUBDIR = trio TRIO_SUBDIR = trio
trio_libtrio_la = trio/libtrio.la
endif endif
SUBDIRS = libcharset $(TRIO_SUBDIR) SUBDIRS = libcharset $(TRIO_SUBDIR)
@ -178,8 +179,8 @@ install-libtool-import-lib:
uninstall-libtool-import-lib: uninstall-libtool-import-lib:
endif endif
libglib_2_0_la_LIBADD = libcharset/libcharset.la @GIO@ @GSPAWN@ @PLATFORMDEP@ @G_LIB_WIN32_RESOURCE@ @ICONV_LIBS@ @G_LIBS_EXTRA@ libglib_2_0_la_LIBADD = libcharset/libcharset.la $(trio_libtrio_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ @G_LIB_WIN32_RESOURCE@ @ICONV_LIBS@ @G_LIBS_EXTRA@
libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la @GIO@ @GSPAWN@ @PLATFORMDEP@ @G_LIB_WIN32_RESOURCE@ @GLIB_DEF@ libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(trio_libtrio_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ @G_LIB_WIN32_RESOURCE@ @GLIB_DEF@
libglib_2_0_la_LDFLAGS = \ libglib_2_0_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \

View File

@ -51,9 +51,9 @@ EXPORTS
g_bsearch_array_get_index g_bsearch_array_get_index
g_bsearch_array_get_nth g_bsearch_array_get_nth
g_bsearch_array_insert g_bsearch_array_insert
g_bsearch_array_new
g_bsearch_array_insert g_bsearch_array_insert
g_bsearch_array_lookup g_bsearch_array_lookup
g_bsearch_array_new
g_bsearch_array_remove g_bsearch_array_remove
g_bsearch_array_remove_node g_bsearch_array_remove_node
g_build_filename g_build_filename
@ -163,6 +163,7 @@ EXPORTS
g_filename_to_uri g_filename_to_uri
g_filename_to_utf8 g_filename_to_utf8
g_find_program_in_path g_find_program_in_path
g_fprintf
g_free g_free
g_get_charset g_get_charset
g_get_codeset g_get_codeset
@ -403,6 +404,7 @@ EXPORTS
g_pattern_spec_new g_pattern_spec_new
g_print g_print
g_printerr g_printerr
g_printf
g_printf_string_upper_bound g_printf_string_upper_bound
g_propagate_error g_propagate_error
g_ptr_array_add g_ptr_array_add
@ -515,6 +517,7 @@ EXPORTS
g_slist_sort g_slist_sort
g_slist_sort_with_data g_slist_sort_with_data
g_snprintf g_snprintf
g_snprintf
g_source_add_poll g_source_add_poll
g_source_attach g_source_attach
g_source_destroy g_source_destroy
@ -541,6 +544,7 @@ EXPORTS
g_spawn_command_line_sync g_spawn_command_line_sync
g_spawn_error_quark g_spawn_error_quark
g_spawn_sync g_spawn_sync
g_sprintf
g_static_mutex_free g_static_mutex_free
g_static_mutex_get_mutex_impl g_static_mutex_get_mutex_impl
g_static_mutex_init g_static_mutex_init
@ -633,9 +637,9 @@ EXPORTS
g_thread_create_full g_thread_create_full
g_thread_error_quark g_thread_error_quark
g_thread_exit g_thread_exit
g_thread_exit
g_thread_functions_for_glib_use g_thread_functions_for_glib_use
g_thread_join g_thread_join
g_thread_exit
g_thread_pool_free g_thread_pool_free
g_thread_pool_get_max_threads g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads g_thread_pool_get_max_unused_threads
@ -735,7 +739,11 @@ EXPORTS
g_utf8_to_ucs4_fast g_utf8_to_ucs4_fast
g_utf8_to_utf16 g_utf8_to_utf16
g_utf8_validate g_utf8_validate
g_vfprintf
g_vprintf
g_vsnprintf g_vsnprintf
g_vsnprintf
g_vsprintf
g_win32_error_message g_win32_error_message
g_win32_ftruncate g_win32_ftruncate
g_win32_get_package_installation_directory g_win32_get_package_installation_directory

View File

@ -16,9 +16,9 @@ VS_VERSION_INFO VERSIONINFO
VALUE "CompanyName", "The GLib developer community" VALUE "CompanyName", "The GLib developer community"
VALUE "FileDescription", "GLib" VALUE "FileDescription", "GLib"
VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER" VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
VALUE "InternalName", "libglib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@" VALUE "InternalName", "libglib-2.0-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GLib Team and others 1997-2000." VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GLib Team and others 1997-2000."
VALUE "OriginalFilename", "libglib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll" VALUE "OriginalFilename", "libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll"
VALUE "ProductName", "GLib" VALUE "ProductName", "GLib"
VALUE "ProductVersion", "@GLIB_VERSION@" VALUE "ProductVersion", "@GLIB_VERSION@"
END END