File: config.h

package info (click to toggle)
libc-sparc 5.3.12-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 18,664 kB
  • ctags: 53,237
  • sloc: ansic: 181,379; asm: 5,080; makefile: 3,340; lex: 521; sh: 439; yacc: 401; awk: 28
file content (282 lines) | stat: -rw-r--r-- 8,278 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to `long' if <sys/types.h> doesn't define.  */
/* #undef off_t */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

#if 0

/* For networking code: an integral type the size of an IP address (4
   octets).  Determined by examining return values from certain
   functions.  */
#define pthread_ipaddr_type unsigned int

/* For networking code: an integral type the size of an IP port number
   (2 octets).  Determined by examining return values from certain
   functions.  */
#define pthread_ipport_type unsigned short

/* type of clock_t, from system header files */
#define pthread_clock_t long

/* Specially named so grep processing will find it and put it into the
   generated ac-types.h.  */
/* #undef pthread_have_va_list_h */

/* type of size_t, from system header files */
#define pthread_size_t unsigned int

/* type of ssize_t, from system header files */
#define pthread_ssize_t int

/* type of time_t, from system header files */
#define pthread_time_t long

/* type of fpos_t, from system header files */
#define pthread_fpos_t long

/* type of off_t, from system header files */
#define pthread_off_t long

/* type of va_list, from system header files */
#define pthread_va_list void *
#endif

/* define if the linker hauls in certain static data from libc even when
   you don't want it to.  yes, this description is bogus, but chris added
   the need for this, without describing the problem.  */
/* #undef LD_LINKS_STATIC_DATA */

/* where are terminal devices to be found? */
#define _PATH_PTY "/dev/"

/* what directory holds the time zone info on this system? */
#define _PATH_TZDIR "/usr/lib/zoneinfo"

/* what file indicates the local time zone? */
#define _PATH_TZFILE "/usr/lib/zoneinfo/localtime"

#define _PATH_RESCONF "/etc/resolv.conf"

#define _PATH_HOSTS "/etc/hosts"

#define _PATH_NETWORKS "/etc/networks"

#define _PATH_PROTOCOLS "/etc/protocols"

#define _PATH_BSHELL "/bin/sh"

#define _PATH_SERVICES "/etc/services"

/* Define if you have the syscall_accept function.  */
/* #undef HAVE_SYSCALL_ACCEPT */

/* Define if you have the syscall_bind function.  */
/* #undef HAVE_SYSCALL_BIND */

/* Define if you have the syscall_chdir function.  */
#define HAVE_SYSCALL_CHDIR 1

/* Define if you have the syscall_chmod function.  */
#define HAVE_SYSCALL_CHMOD 1

/* Define if you have the syscall_chown function.  */
#define HAVE_SYSCALL_CHOWN 1

/* Define if you have the syscall_close function.  */
#define HAVE_SYSCALL_CLOSE 1

/* Define if you have the syscall_connect function.  */
/* #undef HAVE_SYSCALL_CONNECT */

/* Define if you have the syscall_creat function.  */
#define HAVE_SYSCALL_CREAT 1

/* Define if you have the syscall_dup function.  */
#define HAVE_SYSCALL_DUP 1

/* Define if you have the syscall_dup2 function.  */
#define HAVE_SYSCALL_DUP2 1

/* Define if you have the syscall_execve function.  */
#define HAVE_SYSCALL_EXECVE 1

/* Define if you have the syscall_exit function.  */
#define HAVE_SYSCALL_EXIT 1

/* Define if you have the syscall_fchmod function.  */
#define HAVE_SYSCALL_FCHMOD 1

/* Define if you have the syscall_fchown function.  */
#define HAVE_SYSCALL_FCHOWN 1

/* Define if you have the syscall_fcntl function.  */
#define HAVE_SYSCALL_FCNTL 1

/* Define if you have the syscall_fork function.  */
#define HAVE_SYSCALL_FORK 1

/* Define if you have the syscall_fstat function.  */
/* #undef HAVE_SYSCALL_FSTAT */

/* Define if you have the syscall_ftruncate function.  */
#define HAVE_SYSCALL_FTRUNCATE 1

/* Define if you have the syscall_getdents function.  */
#define HAVE_SYSCALL_GETDENTS 1

/* Define if you have the syscall_getdirentries function.  */
/* #undef HAVE_SYSCALL_GETDIRENTRIES */

/* Define if you have the syscall_getdtablesize function.  */
/* #undef HAVE_SYSCALL_GETDTABLESIZE */

/* Define if you have the syscall_getmsg function.  */
/* #undef HAVE_SYSCALL_GETMSG */

/* Define if you have the syscall_getpeername function.  */
/* #undef HAVE_SYSCALL_GETPEERNAME */

/* Define if you have the syscall_getpgrp function.  */
#define HAVE_SYSCALL_GETPGRP 1

/* Define if you have the syscall_getsockname function.  */
/* #undef HAVE_SYSCALL_GETSOCKNAME */

/* Define if you have the syscall_getsockopt function.  */
/* #undef HAVE_SYSCALL_GETSOCKOPT */

/* Define if you have the syscall_ioctl function.  */
#define HAVE_SYSCALL_IOCTL 1

/* Define if you have the syscall_link function.  */
#define HAVE_SYSCALL_LINK 1

/* Define if you have the syscall_listen function.  */
/* #undef HAVE_SYSCALL_LISTEN */

/* Define if you have the syscall_lseek function.  */
#define HAVE_SYSCALL_LSEEK 1

/* Define if you have the syscall_open function.  */
#define HAVE_SYSCALL_OPEN 1

/* Define if you have the syscall_pgrpsys function.  */
/* #undef HAVE_SYSCALL_PGRPSYS */

/* Define if you have the syscall_pipe function.  */
#define HAVE_SYSCALL_PIPE 1

/* Define if you have the syscall_poll function.  */
/* #undef HAVE_SYSCALL_POLL */

/* Define if you have the syscall_putmsg function.  */
/* #undef HAVE_SYSCALL_PUTMSG */

/* Define if you have the syscall_read function.  */
#define HAVE_SYSCALL_READ 1

/* Define if you have the syscall_readdir function.  */
#define HAVE_SYSCALL_READDIR 1

/* Define if you have the syscall_readv function.  */
/* #undef HAVE_SYSCALL_READV */

/* Define if you have the syscall_recv function.  */
/* #undef HAVE_SYSCALL_RECV */

/* Define if you have the syscall_recvfrom function.  */
/* #undef HAVE_SYSCALL_RECVFROM */

/* Define if you have the syscall_recvmsg function.  */
/* #undef HAVE_SYSCALL_RECVMSG */

/* Define if you have the syscall_rename function.  */
#define HAVE_SYSCALL_RENAME 1

/* Define if you have the syscall_select function.  */
#define HAVE_SYSCALL_SELECT 1

/* Define if you have the syscall_send function.  */
/* #undef HAVE_SYSCALL_SEND */

/* Define if you have the syscall_sendmsg function.  */
/* #undef HAVE_SYSCALL_SENDMSG */

/* Define if you have the syscall_sendto function.  */
/* #undef HAVE_SYSCALL_SENDTO */

/* Define if you have the syscall_setsockopt function.  */
/* #undef HAVE_SYSCALL_SETSOCKOPT */

/* Define if you have the syscall_shutdown function.  */
/* #undef HAVE_SYSCALL_SHUTDOWN */

/* Define if you have the syscall_sigaction function.  */
#define HAVE_SYSCALL_SIGACTION 1

/* Define if you have the syscall_sigpause function.  */
/* #undef HAVE_SYSCALL_SIGPAUSE */

/* Define if you have the syscall_sigprocmask function.  */
#define HAVE_SYSCALL_SIGPROCMASK 1

/* Define if you have the syscall_sigsuspend function.  */
#define HAVE_SYSCALL_SIGSUSPEND 1

/* Define if you have the syscall_socket function.  */
/* #undef HAVE_SYSCALL_SOCKET */

/* Define if you have the syscall_socketcall function.  */
#define HAVE_SYSCALL_SOCKETCALL 1

/* Define if you have the syscall_stat function.  */
/* #undef HAVE_SYSCALL_STAT */

/* Define if you have the syscall_unlink function.  */
#define HAVE_SYSCALL_UNLINK 1

/* Define if you have the syscall_wait3 function.  */
/* #undef HAVE_SYSCALL_WAIT3 */

/* Define if you have the syscall_wait4 function.  */
#define HAVE_SYSCALL_WAIT4 1

/* Define if you have the syscall_waitpid function.  */
#define HAVE_SYSCALL_WAITPID 1

/* Define if you have the syscall_waitsys function.  */
/* #undef HAVE_SYSCALL_WAITSYS */

/* Define if you have the syscall_write function.  */
#define HAVE_SYSCALL_WRITE 1

/* Define if you have the syscall_writev function.  */
/* #undef HAVE_SYSCALL_WRITEV */

/* Define if you have the <sys/syscall.h> header file.  */
#define HAVE_SYS_SYSCALL_H 1

/* Define if you have the <sys/termio.h> header file.  */
#define HAVE_SYS_TERMIO_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <syscall.h> header file.  */
#define HAVE_SYSCALL_H 1

/* Define if you have the <termio.h> header file.  */
#define HAVE_TERMIO_H 1

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H 1