~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to configurations/sparc-sun-sunos4.1.1-cc

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is a shell script that caches the results of configure
 
2
# tests run on this system so they can be shared between configure
 
3
# scripts and configure runs.  It is not useful on other systems.
 
4
# If it contains results you don't want to keep, you may remove or edit it.
 
5
#
 
6
# By default, configure uses ./config.cache as the cache file,
 
7
# creating it if it does not exist already.  You can give configure
 
8
# the --cache-file=FILE option to use a different cache file; that is
 
9
# what configure does when it calls configure scripts in
 
10
# subdirectories, so they share the cache.
 
11
# Giving --cache-file=/dev/null disables caching, for debugging configure.
 
12
# config.status only pays attention to the cache file if you give it the
 
13
# --recheck option to rerun configure.
 
14
#
 
15
: ${ac_cv_c_char_unsigned='no'}
 
16
: ${ac_cv_c_cross='no'}
 
17
: ${ac_cv_func_mmap='yes'}
 
18
: ${ac_cv_func_mprotect='yes'}
 
19
: ${ac_cv_header_stdlib_h='yes'}
 
20
: ${ac_cv_header_sys_file_h='yes'}
 
21
: ${ac_cv_header_sys_ipc_h='yes'}
 
22
: ${ac_cv_header_sys_mman_h='yes'}
 
23
: ${ac_cv_header_sys_shm_h='yes'}
 
24
: ${ac_cv_header_unistd_h='yes'}
 
25
: ${ac_cv_prog_CC='cc -O'}
 
26
: ${ac_cv_prog_CPP='cc -O -E'}
 
27
: ${ac_cv_prog_RANLIB='ranlib'}
 
28
: ${ac_cv_prog_gcc='no'}
 
29
: ${ac_cv_prog_make_make_set='yes'}
 
30
: ${cl_cv_c_return_void='no'}
 
31
: ${cl_cv_c_struct_return_small='no'}
 
32
: ${cl_cv_c_struct_return_static='yes'}
 
33
: ${cl_cv_c_void='yes'}
 
34
: ${cl_cv_codeexec='yes'}
 
35
: ${cl_cv_decl_O_RDWR_fcntl_h='yes'}
 
36
: ${cl_cv_func_getpagesize='yes'}
 
37
: ${cl_cv_func_mmap_devzero_sun4_29='yes'}
 
38
: ${cl_cv_func_mmap_works='yes'}
 
39
: ${cl_cv_func_mprotect_works='yes'}
 
40
: ${cl_cv_func_vm='no'}
 
41
: ${cl_cv_host='sparc-sun-sunos4.1.1'}
 
42
: ${cl_cv_path_install='/usr1/haible/bin/install -c'}
 
43
: ${cl_cv_prog_as_underscore='yes'}
 
44
: ${cl_cv_proto_abort='extern int abort (void);'}
 
45
: ${cl_cv_proto_abort_ret='int'}
 
46
: ${cl_cv_proto_abort_vol=''}
 
47
: ${cl_cv_proto_free='extern int free (char*);'}
 
48
: ${cl_cv_proto_free_ret='int'}
 
49
: ${cl_cv_proto_getpagesize='extern int getpagesize (void);'}
 
50
: ${cl_cv_proto_getpagesize_ret='int'}
 
51
: ${cl_cv_proto_malloc='extern char* malloc (unsigned int);'}
 
52
: ${cl_cv_proto_malloc_arg1='unsigned int'}
 
53
: ${cl_cv_proto_malloc_ret='char*'}
 
54
: ${cl_cv_proto_mmap='extern caddr_t mmap (void*, int, int, int, int, off_t);'}
 
55
: ${cl_cv_proto_mmap_arg1='void*'}
 
56
: ${cl_cv_proto_mmap_arg2='int'}
 
57
: ${cl_cv_proto_mmap_ret='caddr_t'}
 
58
: ${cl_cv_proto_mprotect='extern int mprotect (void*, int, int);'}
 
59
: ${cl_cv_proto_mprotect_arg1=''}
 
60
: ${cl_cv_proto_shmat='extern void* shmat (int, void*, int);'}
 
61
: ${cl_cv_proto_shmat_arg2=''}
 
62
: ${cl_cv_proto_shmat_ret='void*'}
 
63
: ${cl_cv_proto_shmctl='extern int shmctl (int, int, struct shmid_ds *);'}
 
64
: ${cl_cv_proto_shmctl_args='int, int, struct shmid_ds *'}
 
65
: ${cl_cv_proto_shmctl_dots='no'}
 
66
: ${cl_cv_proto_shmget='extern int shmget (key_t, int, int);'}
 
67
: ${cl_cv_proto_shmget_arg2='int'}
 
68
: ${cl_cv_sys_shm_works='no'}