Version 1.9.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-02-29 02:57:22 +00:00
parent ed2106be5c
commit 5cd9e5fe74
15 changed files with 94 additions and 75 deletions

7
configure vendored
View file

@ -11351,6 +11351,7 @@ fi
echo "$as_me:$LINENO: checking whether precompiler handles LONG_LONG_MAX" >&5
echo $ECHO_N "checking whether precompiler handles LONG_LONG_MAX... $ECHO_C" >&6
# We need to define _GNU_SOURCE for some systems to enable LONG_LONG_MAX
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
@ -11358,7 +11359,10 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#ifdef HAVE_STDINT_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <limits.h>
@ -11414,7 +11418,6 @@ fi
#
echo "$as_me:$LINENO: checking whether we have LLONG_MAX" >&5
echo $ECHO_N "checking whether we have LLONG_MAX... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */