Mercurial > emacs
comparison configure @ 97320:deaa7d1ed99d
Regenerate.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 06 Aug 2008 05:27:14 +0000 |
parents | f592496a9193 |
children | 07a0633dcf4c |
comparison
equal
deleted
inserted
replaced
97319:711b5eb40d6d | 97320:deaa7d1ed99d |
---|---|
14892 cat >>confdefs.h <<\_ACEOF | 14892 cat >>confdefs.h <<\_ACEOF |
14893 #define NS_IMPL_GNUSTEP 1 | 14893 #define NS_IMPL_GNUSTEP 1 |
14894 _ACEOF | 14894 _ACEOF |
14895 | 14895 |
14896 fi | 14896 fi |
14897 if test "${NS_HAVE_INTEGER}" = "yes"; then | |
14897 | 14898 |
14898 cat >>confdefs.h <<\_ACEOF | 14899 cat >>confdefs.h <<\_ACEOF |
14899 #define NS_HAVE_INTEGER 1 | 14900 #define NS_HAVE_INTEGER 1 |
14900 _ACEOF | 14901 _ACEOF |
14901 | 14902 |
14902 # We also have mouse menus. | 14903 fi |
14904 # We also have mouse menus. | |
14903 HAVE_MENUS=yes | 14905 HAVE_MENUS=yes |
14904 fi | 14906 fi |
14905 | 14907 |
14906 | 14908 |
14907 ### Use session management (-lSM -lICE) if available | 14909 ### Use session management (-lSM -lICE) if available |
18727 /* confdefs.h. */ | 18729 /* confdefs.h. */ |
18728 _ACEOF | 18730 _ACEOF |
18729 cat confdefs.h >>conftest.$ac_ext | 18731 cat confdefs.h >>conftest.$ac_ext |
18730 cat >>conftest.$ac_ext <<_ACEOF | 18732 cat >>conftest.$ac_ext <<_ACEOF |
18731 /* end confdefs.h. */ | 18733 /* end confdefs.h. */ |
18732 #include <sys/types.h> /* for off_t */ | 18734 #include <stdio.h> |
18733 #include <stdio.h> | |
18734 int | 18735 int |
18735 main () | 18736 main () |
18736 { | 18737 { |
18737 int (*fp) (FILE *, off_t, int) = fseeko; | 18738 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); |
18738 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18739 ; | 18739 ; |
18740 return 0; | 18740 return 0; |
18741 } | 18741 } |
18742 _ACEOF | 18742 _ACEOF |
18743 rm -f conftest.$ac_objext conftest$ac_exeext | 18743 rm -f conftest.$ac_objext conftest$ac_exeext |
18773 _ACEOF | 18773 _ACEOF |
18774 cat confdefs.h >>conftest.$ac_ext | 18774 cat confdefs.h >>conftest.$ac_ext |
18775 cat >>conftest.$ac_ext <<_ACEOF | 18775 cat >>conftest.$ac_ext <<_ACEOF |
18776 /* end confdefs.h. */ | 18776 /* end confdefs.h. */ |
18777 #define _LARGEFILE_SOURCE 1 | 18777 #define _LARGEFILE_SOURCE 1 |
18778 #include <sys/types.h> /* for off_t */ | 18778 #include <stdio.h> |
18779 #include <stdio.h> | |
18780 int | 18779 int |
18781 main () | 18780 main () |
18782 { | 18781 { |
18783 int (*fp) (FILE *, off_t, int) = fseeko; | 18782 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); |
18784 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18785 ; | 18783 ; |
18786 return 0; | 18784 return 0; |
18787 } | 18785 } |
18788 _ACEOF | 18786 _ACEOF |
18789 rm -f conftest.$ac_objext conftest$ac_exeext | 18787 rm -f conftest.$ac_objext conftest$ac_exeext |