mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
0b42c37e7d
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org> * configure.in: check for all three inline keywords individually. * glib.h: inlining hassle. for compilers that don't allow the `inline' keyword, mostly because of strict ANSI C compliance or dumbness, we try to fall back to either `__inline__' or `__inline'. we define G_CAN_INLINE, if the compiler seems to be actually *capable* to do function inlining, in which case inline function bodys do make sense. we also define G_INLINE_FUNC to properly export the function prototypes if no inlinig can be performed. we special case most of the stuff, so inline functions can have a normal implementation by defining G_INLINE_FUNC to extern and G_CAN_INLINE to 1. * ltconfig: (compiler PIC flag test): special case linux for non aout systems to honour lcc's position independant code (cases "linux*aout)" and "linux*)" got added). (this needs to go into libtool which does an advanced test, checking for __LCC__). * autogen.sh: take $CC=lcc into account by invoking automake with --include-deps so lcc isn't scared by gcc's auto-dependancy generation code. care about $ACLOCAL_FLAGS. optionally feature autoheader. * minor fixups in other places to cure some of lcc's warnings.
96 lines
2.1 KiB
C
96 lines
2.1 KiB
C
/* glibconfig.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
#undef HAVE_DOPRNT
|
|
|
|
/* Define if you have the vprintf function. */
|
|
#undef HAVE_VPRINTF
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
#undef ENABLE_MEM_CHECK
|
|
#undef ENABLE_MEM_PROFILE
|
|
|
|
#undef G_COMPILED_WITH_DEBUGGING
|
|
#undef HAVE_BROKEN_WCTYPE
|
|
#undef HAVE_DOPRNT
|
|
#undef HAVE_FLOAT_H
|
|
#undef HAVE_LIMITS_H
|
|
#undef HAVE_LONG_DOUBLE
|
|
#undef HAVE_SYS_SELECT_H
|
|
#undef HAVE_STRERROR
|
|
#undef HAVE_STRSIGNAL
|
|
#undef HAVE_VSNPRINTF
|
|
#undef HAVE_VALUES_H
|
|
#undef HAVE_VPRINTF
|
|
#undef HAVE_WCHAR_H
|
|
#undef HAVE_WCTYPE_H
|
|
|
|
#undef NO_FD_SET
|
|
#undef NO_SYS_ERRLIST
|
|
#undef NO_SYS_SIGLIST
|
|
|
|
#undef G_VA_COPY
|
|
#undef G_VA_COPY_AS_ARRAY
|
|
#undef G_HAVE___INLINE
|
|
#undef G_HAVE___INLINE__
|
|
#undef G_HAVE_INLINE
|
|
|
|
#undef GLIB_MAJOR_VERSION
|
|
#undef GLIB_MINOR_VERSION
|
|
#undef GLIB_MICRO_VERSION
|
|
#undef GLIB_INTERFACE_AGE
|
|
#undef GLIB_BINARY_AGE
|
|
|
|
/* The number of bytes in a char. */
|
|
#undef SIZEOF_CHAR
|
|
|
|
/* The number of bytes in a int. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The number of bytes in a long. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The number of bytes in a long long. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* The number of bytes in a short. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The number of bytes in a void *. */
|
|
#undef SIZEOF_VOID_P
|
|
|
|
/* Define if you have the atexit function. */
|
|
#undef HAVE_ATEXIT
|
|
|
|
/* Define if you have the memmove function. */
|
|
#undef HAVE_MEMMOVE
|
|
|
|
/* Define if you have the on_exit function. */
|
|
#undef HAVE_ON_EXIT
|
|
|
|
/* Define if you have the strcasecmp function. */
|
|
#undef HAVE_STRCASECMP
|
|
|
|
/* Define if you have the strerror function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if you have the strsignal function. */
|
|
#undef HAVE_STRSIGNAL
|
|
|
|
/* Define if you have the vsnprintf function. */
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
/* Define if you have the <float.h> header file. */
|
|
#undef HAVE_FLOAT_H
|
|
|
|
/* Define if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
|
|
/* Define if you have the <values.h> header file. */
|
|
#undef HAVE_VALUES_H
|