~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/config/config.h.in

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in -- template for config.h                 -*- C -*-
 
2
 *
 
3
 *   Copyright (C) 1996-2007 by Ian Piumarta and other authors/contributors
 
4
 *                              listed elsewhere in this file.
 
5
 *   All rights reserved.
 
6
 *   
 
7
 *   This file is part of Unix Squeak.
 
8
 * 
 
9
 *   Permission is hereby granted, free of charge, to any person obtaining a copy
 
10
 *   of this software and associated documentation files (the "Software"), to deal
 
11
 *   in the Software without restriction, including without limitation the rights
 
12
 *   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
13
 *   copies of the Software, and to permit persons to whom the Software is
 
14
 *   furnished to do so, subject to the following conditions:
 
15
 * 
 
16
 *   The above copyright notice and this permission notice shall be included in
 
17
 *   all copies or substantial portions of the Software.
 
18
 * 
 
19
 *   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
20
 *   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
21
 *   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
22
 *   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
23
 *   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
24
 *   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
25
 *   SOFTWARE.
 
26
 */
 
27
 
 
28
/* Author: Ian.Piumarta@squeakland.org
 
29
 *
 
30
 * Last edited: 2009-08-18 14:54:35 by piumarta on emilia-2.local
 
31
 */
 
32
 
 
33
#ifndef __sq_config_h
 
34
#define __sq_config_h
 
35
 
 
36
/* explicit image width */
 
37
 
 
38
#undef  HAVE_INTERP_H
 
39
 
 
40
/* package options */
 
41
 
 
42
#undef  USE_X11
 
43
#undef  USE_X11_GLX
 
44
#undef  USE_QUARTZ
 
45
#undef  USE_QUARTZ_CGL
 
46
#undef  USE_RFB
 
47
 
 
48
/* libraries */
 
49
 
 
50
#undef  HAVE_LIBX11
 
51
#undef  HAVE_LIBXEXT
 
52
#undef  HAVE_LIBXRENDER
 
53
#undef  HAVE_LIBDL
 
54
#undef  HAVE_DYLD
 
55
#undef  HAVE_LIBFFI
 
56
#undef  HAVE_ICONV
 
57
 
 
58
#undef  USE_AUDIO_NONE
 
59
#undef  USE_AUDIO_SUN
 
60
#undef  USE_AUDIO_NAS
 
61
#undef  USE_AUDIO_OSS
 
62
#undef  USE_AUDIO_MACOSX
 
63
#undef  OSS_DEVICE
 
64
 
 
65
#undef  USE_MIDI_ALSA
 
66
 
 
67
/* header files */
 
68
 
 
69
#undef  HAVE_UNISTD_H
 
70
#undef  NEED_GETHOSTNAME_P
 
71
 
 
72
#undef  HAVE_DIRENT_H
 
73
#undef  HAVE_SYS_NDIR_H
 
74
#undef  HAVE_SYS_DIR_H
 
75
#undef  HAVE_NDIR_H
 
76
#undef  HAVE_DLFCN_H
 
77
#undef  HAVE_ICONV_H
 
78
 
 
79
#undef  HAVE_SYS_TIME_H
 
80
#undef  TIME_WITH_SYS_TIME
 
81
 
 
82
#undef  HAVE_SYS_FILIO_H
 
83
 
 
84
#undef  HAVE_SYS_AUDIOIO_H
 
85
#undef  HAVE_SUN_AUDIOIO_H
 
86
 
 
87
#undef  HAVE_PTY_H
 
88
#undef  HAVE_UTIL_H
 
89
#undef  HAVE_LIBUTIL_H
 
90
#undef  HAVE_STROPTS_H
 
91
 
 
92
#undef  HAVE_GL_GL_H
 
93
#undef  HAVE_OPENGL_GL_H
 
94
 
 
95
#undef  NEED_SUNOS_H
 
96
 
 
97
#undef  HAVE_FFI_H
 
98
#undef  HAVE_FFI_FFI_H
 
99
 
 
100
#undef  HAVE_UUID_H
 
101
#undef  HAVE_UUID_UUID_H
 
102
 
 
103
/* system calls/library functions */
 
104
 
 
105
#undef  AT_EXIT
 
106
 
 
107
#undef  HAVE_TZSET
 
108
 
 
109
#undef  HAVE_OPENPTY
 
110
#undef  HAVE_UNIX98_PTYS
 
111
 
 
112
#undef  HAVE_SNPRINTF
 
113
#undef  HAVE___SNPRINTF
 
114
 
 
115
#undef  HAVE_MMAP
 
116
 
 
117
#undef  HAVE_DYLD
 
118
 
 
119
#undef  HAVE_LANGINFO_CODESET
 
120
 
 
121
#undef  HAVE_ALLOCA
 
122
#undef  HAVE_ALLOCA_H
 
123
 
 
124
#undef  HAVE_UNSETENV
 
125
 
 
126
#undef  HAVE_NANOSLEEP
 
127
 
 
128
/* widths of primitive types */
 
129
 
 
130
#undef  SIZEOF_INT
 
131
#undef  SIZEOF_LONG
 
132
#undef  SIZEOF_LONG_LONG
 
133
#undef  SIZEOF_VOID_P
 
134
 
 
135
/* structures */
 
136
 
 
137
#undef  HAVE_TM_GMTOFF
 
138
#undef  HAVE_TIMEZONE
 
139
 
 
140
/* typedefs */
 
141
 
 
142
#undef  size_t
 
143
#undef  socklen_t
 
144
 
 
145
#undef  squeakInt64
 
146
 
 
147
/* architecture */
 
148
 
 
149
#undef  OS_TYPE
 
150
 
 
151
#undef  VM_HOST
 
152
#undef  VM_HOST_CPU
 
153
#undef  VM_HOST_VENDOR
 
154
#undef  VM_HOST_OS
 
155
#undef  VM_BUILD_STRING
 
156
 
 
157
#undef  WORDS_BIGENDIAN
 
158
#undef  DOUBLE_WORD_ALIGNMENT
 
159
#undef  DOUBLE_WORD_ORDER
 
160
 
 
161
/* damage containment */
 
162
 
 
163
#undef  DARWIN
 
164
 
 
165
#ifdef NEED_SUNOS_H
 
166
# include "sunos.h"
 
167
#endif
 
168
 
 
169
/* other configured variables */
 
170
 
 
171
#undef SQ_VERSION
 
172
#undef VM_VERSION
 
173
#undef VM_LIBDIR
 
174
#undef VM_MODULE_PREFIX
 
175
#undef VM_DLSYM_PREFIX
 
176
#undef VM_X11DIR
 
177
 
 
178
#endif /* __sq_config_h */