mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
*** empty log message ***
This commit is contained in:
parent
f6270f62c2
commit
2021ab61cb
@ -1,3 +1,7 @@
|
||||
2000-10-02 Dave Love <fx@gnu.org>
|
||||
|
||||
* configure.in: Check for gai_strerror.
|
||||
|
||||
2000-10-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (install-arch-indep): Update list of installed info
|
||||
|
6
configure
vendored
6
configure
vendored
@ -3504,7 +3504,7 @@ else
|
||||
int main() {
|
||||
|
||||
/* Ultrix mips cc rejects this. */
|
||||
typedef int charset[2]; const charset x;
|
||||
typedef int charset[2]; const charset x = {0,0};
|
||||
/* SunOS 4.1.1 cc rejects this. */
|
||||
char const *const *ccp;
|
||||
char **p;
|
||||
@ -5652,7 +5652,7 @@ else
|
||||
#include "confdefs.h"
|
||||
#include <alloca.h>
|
||||
int main() {
|
||||
char *p = alloca(2 * sizeof(int));
|
||||
void *p = alloca(2 * sizeof(int));
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
@ -6166,7 +6166,7 @@ rename closedir mkdir rmdir sysinfo \
|
||||
random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
|
||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
||||
utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
|
||||
__fpending mblen mbrlen strsignal setitimer ualarm index rindex
|
||||
__fpending mblen mbrlen strsignal setitimer ualarm index rindex gai_strerror
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:6173: checking for $ac_func" >&5
|
||||
|
@ -1,3 +1,11 @@
|
||||
2000-10-02 Dave Love <fx@gnu.org>
|
||||
|
||||
* config.in (HAVE_GAI_STRERROR): Add undef.
|
||||
|
||||
* process.c (Fopen_network_stream): Use it.
|
||||
|
||||
* m/alpha.h (NO_REMAP): Don't define.
|
||||
|
||||
2000-10-02 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
|
||||
|
Loading…
Reference in New Issue
Block a user