mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 02:01:03 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11249 72102866-910b-0410-8b05-ffd578937521
57 lines
1.5 KiB
C
57 lines
1.5 KiB
C
/* Macros that may be defined by the aclocal.m4 extentions to `configure'
|
|
for GNUstep Base Library. */
|
|
|
|
#undef CON_AUTOLOAD
|
|
|
|
#undef VSPRINTF_RETURNS_LENGTH
|
|
#undef VASPRINTF_RETURNS_LENGTH
|
|
|
|
/* Define if you have the dladdr function. */
|
|
#undef HAVE_DLADDR
|
|
|
|
/* Define if your system terminates the final argument in /proc/$$/cmdline */
|
|
#undef CMDLINE_TERMINATED
|
|
|
|
/* Define if your system needs to have short/int word aligned */
|
|
#undef NEED_WORD_ALIGNMENT
|
|
|
|
/* Define if you have the register_printf_function function. */
|
|
#undef HAVE_REGISTER_PRINTF_FUNCTION
|
|
|
|
/* Define if your Obj-C compiler calls +load methods before main */
|
|
#undef HAVE_LOAD_METHOD
|
|
|
|
/* Define if objc-api.h defines this function */
|
|
#undef HAVE_OBJC_GET_UNINSTALLED_DTABLE
|
|
|
|
/* Define if your Lib C defines program_invocation_name */
|
|
#undef HAVE_PROGRAM_INVOCATION_NAME
|
|
|
|
/* Define if using the libffi library for invocations */
|
|
#undef USE_LIBFFI
|
|
|
|
/* Define if using the ffcall library for invocations */
|
|
#undef USE_FFCALL
|
|
|
|
/* Define if libxml available */
|
|
#undef HAVE_LIBXML
|
|
|
|
/* Define if openssl available */
|
|
#undef HAVE_OPENSSL
|
|
|
|
#undef HAVE_PTS_STREAM_MODULES
|
|
#undef HAVE_UINTMAX_T
|
|
|
|
/* Define one of the following if you have the appropriate constant */
|
|
#undef HANDLE_LONG_LONG_MAX
|
|
#undef HANDLE_LLONG_MAX
|
|
|
|
/* Define if nested functions are broken on this compiler */
|
|
#undef BROKEN_NESTED_FUNCTIONS
|
|
|
|
/* Define if you have this header */
|
|
#undef HAVE_GICONV_H
|
|
|
|
/* Define if you have this function */
|
|
#undef HAVE_ICONV
|
|
|