Mercurial > emacs
comparison configure @ 80633:e0b346f6a4f3
Regenerate.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 Jul 2008 17:51:06 +0000 |
parents | 6452b45858e3 |
children | 870dfda4d904 |
comparison
equal
deleted
inserted
replaced
80632:df91f4deb39e | 80633:e0b346f6a4f3 |
---|---|
18084 /* confdefs.h. */ | 18084 /* confdefs.h. */ |
18085 _ACEOF | 18085 _ACEOF |
18086 cat confdefs.h >>conftest.$ac_ext | 18086 cat confdefs.h >>conftest.$ac_ext |
18087 cat >>conftest.$ac_ext <<_ACEOF | 18087 cat >>conftest.$ac_ext <<_ACEOF |
18088 /* end confdefs.h. */ | 18088 /* end confdefs.h. */ |
18089 #include <stdio.h> | 18089 #include <sys/types.h> /* for off_t */ |
18090 #include <stdio.h> | |
18090 int | 18091 int |
18091 main () | 18092 main () |
18092 { | 18093 { |
18093 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18094 int (*fp) (FILE *, off_t, int) = fseeko; |
18095 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18094 ; | 18096 ; |
18095 return 0; | 18097 return 0; |
18096 } | 18098 } |
18097 _ACEOF | 18099 _ACEOF |
18098 rm -f conftest.$ac_objext conftest$ac_exeext | 18100 rm -f conftest.$ac_objext conftest$ac_exeext |
18128 _ACEOF | 18130 _ACEOF |
18129 cat confdefs.h >>conftest.$ac_ext | 18131 cat confdefs.h >>conftest.$ac_ext |
18130 cat >>conftest.$ac_ext <<_ACEOF | 18132 cat >>conftest.$ac_ext <<_ACEOF |
18131 /* end confdefs.h. */ | 18133 /* end confdefs.h. */ |
18132 #define _LARGEFILE_SOURCE 1 | 18134 #define _LARGEFILE_SOURCE 1 |
18133 #include <stdio.h> | 18135 #include <sys/types.h> /* for off_t */ |
18136 #include <stdio.h> | |
18134 int | 18137 int |
18135 main () | 18138 main () |
18136 { | 18139 { |
18137 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18140 int (*fp) (FILE *, off_t, int) = fseeko; |
18141 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18138 ; | 18142 ; |
18139 return 0; | 18143 return 0; |
18140 } | 18144 } |
18141 _ACEOF | 18145 _ACEOF |
18142 rm -f conftest.$ac_objext conftest$ac_exeext | 18146 rm -f conftest.$ac_objext conftest$ac_exeext |