diff options
| -rwxr-xr-x | configure | 16 |
1 files changed, 7 insertions, 9 deletions
| @@ -14894,12 +14894,14 @@ cat >>confdefs.h <<\_ACEOF | |||
| 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 | ||
| @@ -18729,13 +18731,11 @@ _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 | } |
| @@ -18775,13 +18775,11 @@ 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 | } |