]> granicus.if.org Git - postgresql/blob - src/include/pg_config.h.in
5ccfbfefd28f5b72e75d3a7f1ba43d1cb55773be
[postgresql] / src / include / pg_config.h.in
1 /* src/include/pg_config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to the type of arg 1 of 'accept' */
4 #undef ACCEPT_TYPE_ARG1
5
6 /* Define to the type of arg 2 of 'accept' */
7 #undef ACCEPT_TYPE_ARG2
8
9 /* Define to the type of arg 3 of 'accept' */
10 #undef ACCEPT_TYPE_ARG3
11
12 /* Define to the return type of 'accept' */
13 #undef ACCEPT_TYPE_RETURN
14
15 /* The alignment requirement of a `double'. */
16 #undef ALIGNOF_DOUBLE
17
18 /* The alignment requirement of a `int'. */
19 #undef ALIGNOF_INT
20
21 /* The alignment requirement of a `long'. */
22 #undef ALIGNOF_LONG
23
24 /* The alignment requirement of a `long long int'. */
25 #undef ALIGNOF_LONG_LONG_INT
26
27 /* The alignment requirement of a `short'. */
28 #undef ALIGNOF_SHORT
29
30 /* Define to the default TCP port number on which the server listens and to
31    which clients will try to connect. This can be overridden at run-time, but
32    it's convenient if your clients have the right default compiled in.
33    (--with-pgport=PORTNUM) */
34 #undef DEF_PGPORT
35
36 /* Define to the default TCP port number as a string constant. */
37 #undef DEF_PGPORT_STR
38
39 /* Define to 1 if you want National Language Support. (--enable-nls) */
40 #undef ENABLE_NLS
41
42 /* Define to 1 to build client libraries as thread-safe code.
43    (--enable-thread-safety) */
44 #undef ENABLE_THREAD_SAFETY
45
46 /* Define to 1 if getpwuid_r() takes a 5th argument. */
47 #undef GETPWUID_R_5ARG
48
49 /* Define to 1 if gettimeofday() takes only 1 argument. */
50 #undef GETTIMEOFDAY_1ARG
51
52 #ifdef GETTIMEOFDAY_1ARG
53 # define gettimeofday(a,b) gettimeofday(a)
54 #endif
55
56 /* Define to 1 if you have the `atexit' function. */
57 #undef HAVE_ATEXIT
58
59 /* Define to 1 if you have the `cbrt' function. */
60 #undef HAVE_CBRT
61
62 /* Define to 1 if you have the `class' function. */
63 #undef HAVE_CLASS
64
65 /* Define to 1 if you have the `crypt' function. */
66 #undef HAVE_CRYPT
67
68 /* Define to 1 if you have the <crypt.h> header file. */
69 #undef HAVE_CRYPT_H
70
71 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
72    don't. */
73 #undef HAVE_DECL_FDATASYNC
74
75 /* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
76    don't. */
77 #undef HAVE_DECL_F_FULLFSYNC
78
79 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
80    don't. */
81 #undef HAVE_DECL_SNPRINTF
82
83 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
84    don't. */
85 #undef HAVE_DECL_VSNPRINTF
86
87 /* Define to 1 if you have the <dld.h> header file. */
88 #undef HAVE_DLD_H
89
90 /* Define to 1 if you have the `dlopen' function. */
91 #undef HAVE_DLOPEN
92
93 /* Define to 1 if you have the <editline/history.h> header file. */
94 #undef HAVE_EDITLINE_HISTORY_H
95
96 /* Define to 1 if you have the <editline/readline.h> header file. */
97 #undef HAVE_EDITLINE_READLINE_H
98
99 /* Define to 1 if you have the <endian.h> header file. */
100 #undef HAVE_ENDIAN_H
101
102 /* Define to 1 if you have the `fcvt' function. */
103 #undef HAVE_FCVT
104
105 /* Define to 1 if you have the `fdatasync' function. */
106 #undef HAVE_FDATASYNC
107
108 /* Define to 1 if you have finite(). */
109 #undef HAVE_FINITE
110
111 /* Define to 1 if you have the `fpclass' function. */
112 #undef HAVE_FPCLASS
113
114 /* Define to 1 if you have the `fp_class' function. */
115 #undef HAVE_FP_CLASS
116
117 /* Define to 1 if you have the `fp_class_d' function. */
118 #undef HAVE_FP_CLASS_D
119
120 /* Define to 1 if you have the <fp_class.h> header file. */
121 #undef HAVE_FP_CLASS_H
122
123 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
124 #undef HAVE_FSEEKO
125
126 /* Define to 1 if your compiler understands __func__. */
127 #undef HAVE_FUNCNAME__FUNC
128
129 /* Define to 1 if your compiler understands __FUNCTION__. */
130 #undef HAVE_FUNCNAME__FUNCTION
131
132 /* Define to 1 if you have the `getaddrinfo' function. */
133 #undef HAVE_GETADDRINFO
134
135 /* Define to 1 if you have the `gethostbyname_r' function. */
136 #undef HAVE_GETHOSTBYNAME_R
137
138 /* Define to 1 if you have the `getopt' function. */
139 #undef HAVE_GETOPT
140
141 /* Define to 1 if you have the <getopt.h> header file. */
142 #undef HAVE_GETOPT_H
143
144 /* Define to 1 if you have the `getopt_long' function. */
145 #undef HAVE_GETOPT_LONG
146
147 /* Define to 1 if you have the `getpeereid' function. */
148 #undef HAVE_GETPEEREID
149
150 /* Define to 1 if you have the `getpwuid_r' function. */
151 #undef HAVE_GETPWUID_R
152
153 /* Define to 1 if you have the `getrusage' function. */
154 #undef HAVE_GETRUSAGE
155
156 /* Define to 1 if you have the <history.h> header file. */
157 #undef HAVE_HISTORY_H
158
159 /* Define to 1 if you have the <ieeefp.h> header file. */
160 #undef HAVE_IEEEFP_H
161
162 /* Define to 1 if you have the `inet_aton' function. */
163 #undef HAVE_INET_ATON
164
165 /* Define to 1 if the system has the type `int64'. */
166 #undef HAVE_INT64
167
168 /* Define to 1 if the system has the type `int8'. */
169 #undef HAVE_INT8
170
171 /* Define to 1 if you have the <inttypes.h> header file. */
172 #undef HAVE_INTTYPES_H
173
174 /* Define to 1 if you have the global variable 'int optreset'. */
175 #undef HAVE_INT_OPTRESET
176
177 /* Define to 1 if you have the global variable 'int timezone'. */
178 #undef HAVE_INT_TIMEZONE
179
180 /* Define to 1 if you have support for IPv6. */
181 #undef HAVE_IPV6
182
183 /* Define to 1 if you have isinf(). */
184 #undef HAVE_ISINF
185
186 /* Define to 1 if you have the <kernel/image.h> header file. */
187 #undef HAVE_KERNEL_IMAGE_H
188
189 /* Define to 1 if you have the <kernel/OS.h> header file. */
190 #undef HAVE_KERNEL_OS_H
191
192 /* Define to 1 if `e_data' is member of `krb5_error'. */
193 #undef HAVE_KRB5_ERROR_E_DATA
194
195 /* Define to 1 if `text.data' is member of `krb5_error'. */
196 #undef HAVE_KRB5_ERROR_TEXT_DATA
197
198 /* Define to 1 if `client' is member of `krb5_ticket'. */
199 #undef HAVE_KRB5_TICKET_CLIENT
200
201 /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
202 #undef HAVE_KRB5_TICKET_ENC_PART2
203
204 /* Define to 1 if you have the <langinfo.h> header file. */
205 #undef HAVE_LANGINFO_H
206
207 /* Define to 1 if you have the <ldap.h> header file. */
208 #undef HAVE_LDAP_H
209
210 /* Define to 1 if you have the `crypto' library (-lcrypto). */
211 #undef HAVE_LIBCRYPTO
212
213 /* Define to 1 if you have the `eay32' library (-leay32). */
214 #undef HAVE_LIBEAY32
215
216 /* Define to 1 if you have the `ldap' library (-lldap). */
217 #undef HAVE_LIBLDAP
218
219 /* Define to 1 if you have the `pam' library (-lpam). */
220 #undef HAVE_LIBPAM
221
222 /* Define if you have a function readline library */
223 #undef HAVE_LIBREADLINE
224
225 /* Define to 1 if you have the `ssl' library (-lssl). */
226 #undef HAVE_LIBSSL
227
228 /* Define to 1 if you have the `ssleay32' library (-lssleay32). */
229 #undef HAVE_LIBSSLEAY32
230
231 /* Define to 1 if you have the `wldap32' library (-lwldap32). */
232 #undef HAVE_LIBWLDAP32
233
234 /* Define to 1 if you have the `z' library (-lz). */
235 #undef HAVE_LIBZ
236
237 /* Define to 1 if constants of type 'long long int' should have the suffix LL.
238    */
239 #undef HAVE_LL_CONSTANTS
240
241 /* Define to 1 if `long int' works and is 64 bits. */
242 #undef HAVE_LONG_INT_64
243
244 /* Define to 1 if `long long int' works and is 64 bits. */
245 #undef HAVE_LONG_LONG_INT_64
246
247 /* Define to 1 if you have the `memmove' function. */
248 #undef HAVE_MEMMOVE
249
250 /* Define to 1 if you have the <memory.h> header file. */
251 #undef HAVE_MEMORY_H
252
253 /* Define to 1 if you have the <netinet/in.h> header file. */
254 #undef HAVE_NETINET_IN_H
255
256 /* Define to 1 if you have the <netinet/tcp.h> header file. */
257 #undef HAVE_NETINET_TCP_H
258
259 /* Define to 1 if you have the `on_exit' function. */
260 #undef HAVE_ON_EXIT
261
262 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
263 #undef HAVE_PAM_PAM_APPL_H
264
265 /* Define to 1 if you have the `poll' function. */
266 #undef HAVE_POLL
267
268 /* Define to 1 if you have the <poll.h> header file. */
269 #undef HAVE_POLL_H
270
271 /* Define to 1 if you have the POSIX signal interface. */
272 #undef HAVE_POSIX_SIGNALS
273
274 /* Define to 1 if you have the `pstat' function. */
275 #undef HAVE_PSTAT
276
277 /* Define to 1 if the PS_STRINGS thing exists. */
278 #undef HAVE_PS_STRINGS
279
280 /* Define if you have POSIX threads libraries and header files. */
281 #undef HAVE_PTHREAD
282
283 /* Define to 1 if you have the <pwd.h> header file. */
284 #undef HAVE_PWD_H
285
286 /* Define to 1 if you have the `random' function. */
287 #undef HAVE_RANDOM
288
289 /* Define to 1 if you have the <readline.h> header file. */
290 #undef HAVE_READLINE_H
291
292 /* Define to 1 if you have the <readline/history.h> header file. */
293 #undef HAVE_READLINE_HISTORY_H
294
295 /* Define to 1 if you have the <readline/readline.h> header file. */
296 #undef HAVE_READLINE_READLINE_H
297
298 /* Define to 1 if you have the `readlink' function. */
299 #undef HAVE_READLINK
300
301 /* Define to 1 if you have the `replace_history_entry' function. */
302 #undef HAVE_REPLACE_HISTORY_ENTRY
303
304 /* Define to 1 if you have the `rint' function. */
305 #undef HAVE_RINT
306
307 /* Define to 1 if you have the global variable
308    'rl_completion_append_character'. */
309 #undef HAVE_RL_COMPLETION_APPEND_CHARACTER
310
311 /* Define to 1 if you have the `rl_completion_matches' function. */
312 #undef HAVE_RL_COMPLETION_MATCHES
313
314 /* Define to 1 if you have the `rl_filename_completion_function' function. */
315 #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION
316
317 /* Define to 1 if you have the <security/pam_appl.h> header file. */
318 #undef HAVE_SECURITY_PAM_APPL_H
319
320 /* Define to 1 if you have the `setproctitle' function. */
321 #undef HAVE_SETPROCTITLE
322
323 /* Define to 1 if you have the `setsid' function. */
324 #undef HAVE_SETSID
325
326 /* Define to 1 if you have the `sigprocmask' function. */
327 #undef HAVE_SIGPROCMASK
328
329 /* Define to 1 if you have sigsetjmp(). */
330 #undef HAVE_SIGSETJMP
331
332 /* Define to 1 if the system has the type `sig_atomic_t'. */
333 #undef HAVE_SIG_ATOMIC_T
334
335 /* Define to 1 if you have the `snprintf' function. */
336 #undef HAVE_SNPRINTF
337
338 /* Define to 1 if you have spinlocks. */
339 #undef HAVE_SPINLOCKS
340
341 /* Define to 1 if you have the `srandom' function. */
342 #undef HAVE_SRANDOM
343
344 /* Define to 1 if you have the <stdint.h> header file. */
345 #undef HAVE_STDINT_H
346
347 /* Define to 1 if you have the <stdlib.h> header file. */
348 #undef HAVE_STDLIB_H
349
350 /* Define to 1 if you have the `strdup' function. */
351 #undef HAVE_STRDUP
352
353 /* Define to 1 if you have the `strerror' function. */
354 #undef HAVE_STRERROR
355
356 /* Define to 1 if you have the `strerror_r' function. */
357 #undef HAVE_STRERROR_R
358
359 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
360 #undef HAVE_STRINGIZE
361
362 /* Define to 1 if you have the <strings.h> header file. */
363 #undef HAVE_STRINGS_H
364
365 /* Define to 1 if you have the <string.h> header file. */
366 #undef HAVE_STRING_H
367
368 /* Define to 1 if you have the `strtol' function. */
369 #undef HAVE_STRTOL
370
371 /* Define to 1 if you have the `strtoll' function. */
372 #undef HAVE_STRTOLL
373
374 /* Define to 1 if you have the `strtoq' function. */
375 #undef HAVE_STRTOQ
376
377 /* Define to 1 if you have the `strtoul' function. */
378 #undef HAVE_STRTOUL
379
380 /* Define to 1 if you have the `strtoull' function. */
381 #undef HAVE_STRTOULL
382
383 /* Define to 1 if you have the `strtouq' function. */
384 #undef HAVE_STRTOUQ
385
386 /* Define to 1 if the system has the type `struct addrinfo'. */
387 #undef HAVE_STRUCT_ADDRINFO
388
389 /* Define to 1 if the system has the type `struct cmsgcred'. */
390 #undef HAVE_STRUCT_CMSGCRED
391
392 /* Define to 1 if the system has the type `struct fcred'. */
393 #undef HAVE_STRUCT_FCRED
394
395 /* Define to 1 if the system has the type `struct option'. */
396 #undef HAVE_STRUCT_OPTION
397
398 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
399 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
400
401 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
402 #undef HAVE_STRUCT_SOCKADDR_STORAGE
403
404 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
405 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
406
407 /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
408 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
409
410 /* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
411 #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
412
413 /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
414 #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN
415
416 /* Define to 1 if the system has the type `struct sockaddr_un'. */
417 #undef HAVE_STRUCT_SOCKADDR_UN
418
419 /* Define to 1 if the system has the type `struct sockcred'. */
420 #undef HAVE_STRUCT_SOCKCRED
421
422 /* Define to 1 if `tm_zone' is member of `struct tm'. */
423 #undef HAVE_STRUCT_TM_TM_ZONE
424
425 /* Define to 1 if you have the <SupportDefs.h> header file. */
426 #undef HAVE_SUPPORTDEFS_H
427
428 /* Define to 1 if you have the `symlink' function. */
429 #undef HAVE_SYMLINK
430
431 /* Define to 1 if you have the `sysconf' function. */
432 #undef HAVE_SYSCONF
433
434 /* Define to 1 if you have the syslog interface. */
435 #undef HAVE_SYSLOG
436
437 /* Define to 1 if you have the <sys/ipc.h> header file. */
438 #undef HAVE_SYS_IPC_H
439
440 /* Define to 1 if you have the <sys/poll.h> header file. */
441 #undef HAVE_SYS_POLL_H
442
443 /* Define to 1 if you have the <sys/pstat.h> header file. */
444 #undef HAVE_SYS_PSTAT_H
445
446 /* Define to 1 if you have the <sys/select.h> header file. */
447 #undef HAVE_SYS_SELECT_H
448
449 /* Define to 1 if you have the <sys/sem.h> header file. */
450 #undef HAVE_SYS_SEM_H
451
452 /* Define to 1 if you have the <sys/shm.h> header file. */
453 #undef HAVE_SYS_SHM_H
454
455 /* Define to 1 if you have the <sys/socket.h> header file. */
456 #undef HAVE_SYS_SOCKET_H
457
458 /* Define to 1 if you have the <sys/stat.h> header file. */
459 #undef HAVE_SYS_STAT_H
460
461 /* Define to 1 if you have the <sys/time.h> header file. */
462 #undef HAVE_SYS_TIME_H
463
464 /* Define to 1 if you have the <sys/types.h> header file. */
465 #undef HAVE_SYS_TYPES_H
466
467 /* Define to 1 if you have the <sys/un.h> header file. */
468 #undef HAVE_SYS_UN_H
469
470 /* Define to 1 if you have the <termios.h> header file. */
471 #undef HAVE_TERMIOS_H
472
473 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
474    `HAVE_STRUCT_TM_TM_ZONE' instead. */
475 #undef HAVE_TM_ZONE
476
477 /* Define to 1 if you have the `towlower' function. */
478 #undef HAVE_TOWLOWER
479
480 /* Define to 1 if you have the external array `tzname'. */
481 #undef HAVE_TZNAME
482
483 /* Define to 1 if the system has the type `uint64'. */
484 #undef HAVE_UINT64
485
486 /* Define to 1 if the system has the type `uint8'. */
487 #undef HAVE_UINT8
488
489 /* Define to 1 if the system has the type `union semun'. */
490 #undef HAVE_UNION_SEMUN
491
492 /* Define to 1 if you have the <unistd.h> header file. */
493 #undef HAVE_UNISTD_H
494
495 /* Define to 1 if you have unix sockets. */
496 #undef HAVE_UNIX_SOCKETS
497
498 /* Define to 1 if you have the `unsetenv' function. */
499 #undef HAVE_UNSETENV
500
501 /* Define to 1 if you have the `utime' function. */
502 #undef HAVE_UTIME
503
504 /* Define to 1 if you have the `utimes' function. */
505 #undef HAVE_UTIMES
506
507 /* Define to 1 if you have the <utime.h> header file. */
508 #undef HAVE_UTIME_H
509
510 /* Define to 1 if you have the `vsnprintf' function. */
511 #undef HAVE_VSNPRINTF
512
513 /* Define to 1 if you have the `waitpid' function. */
514 #undef HAVE_WAITPID
515
516 /* Define to 1 if you have the <wchar.h> header file. */
517 #undef HAVE_WCHAR_H
518
519 /* Define to 1 if you have the `wcstombs' function. */
520 #undef HAVE_WCSTOMBS
521
522 /* Define to 1 if you have the <wctype.h> header file. */
523 #undef HAVE_WCTYPE_H
524
525 /* Define to 1 if you have the <winldap.h> header file. */
526 #undef HAVE_WINLDAP_H
527
528 /* Define to the appropriate snprintf format for 64-bit ints, if any. */
529 #undef INT64_FORMAT
530
531 /* Define to build with Kerberos 5 support. (--with-krb5) */
532 #undef KRB5
533
534 /* Define as the maximum alignment requirement of any C data type. */
535 #undef MAXIMUM_ALIGNOF
536
537 /* Define bytes to use libc memset(). */
538 #undef MEMSET_LOOP_LIMIT
539
540 /* Define to the address where bug reports for this package should be sent. */
541 #undef PACKAGE_BUGREPORT
542
543 /* Define to the full name of this package. */
544 #undef PACKAGE_NAME
545
546 /* Define to the full name and version of this package. */
547 #undef PACKAGE_STRING
548
549 /* Define to the one symbol short name of this package. */
550 #undef PACKAGE_TARNAME
551
552 /* Define to the version of this package. */
553 #undef PACKAGE_VERSION
554
555 /* Define to the name of the default PostgreSQL service principal in Kerberos.
556    (--with-krb-srvnam=NAME) */
557 #undef PG_KRB_SRVNAM
558
559 /* PostgreSQL version as a string */
560 #undef PG_VERSION
561
562 /* PostgreSQL version as a number */
563 #undef PG_VERSION_NUM
564
565 /* A string containing the version number, platform, and C compiler */
566 #undef PG_VERSION_STR
567
568 /* Define to the necessary symbol if this constant uses a non-standard name on
569    your system. */
570 #undef PTHREAD_CREATE_JOINABLE
571
572 /* The size of a `size_t', as computed by sizeof. */
573 #undef SIZEOF_SIZE_T
574
575 /* The size of a `unsigned long', as computed by sizeof. */
576 #undef SIZEOF_UNSIGNED_LONG
577
578 /* Define to 1 if you have the ANSI C header files. */
579 #undef STDC_HEADERS
580
581 /* Define to 1 if strerror_r() returns a int. */
582 #undef STRERROR_R_INT
583
584 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
585 #undef TM_IN_SYS_TIME
586
587 /* Define to the appropriate snprintf format for unsigned 64-bit ints, if any.
588    */
589 #undef UINT64_FORMAT
590
591 /* Define to 1 to build with assertion checks. (--enable-cassert) */
592 #undef USE_ASSERT_CHECKING
593
594 /* Define to 1 to build with Bonjour support. (--with-bonjour) */
595 #undef USE_BONJOUR
596
597 /* Define to 1 if you want 64-bit integer timestamp and interval support.
598    (--enable-integer-datetimes) */
599 #undef USE_INTEGER_DATETIMES
600
601 /* Define to 1 to build with LDAP support. (--with-ldap) */
602 #undef USE_LDAP
603
604 /* Define to select named POSIX semaphores. */
605 #undef USE_NAMED_POSIX_SEMAPHORES
606
607 /* Define to 1 to build with PAM support. (--with-pam) */
608 #undef USE_PAM
609
610 /* Use replacement snprintf() functions. */
611 #undef USE_REPL_SNPRINTF
612
613 /* Define to build with (Open)SSL support. (--with-openssl) */
614 #undef USE_SSL
615
616 /* Define to select SysV-style semaphores. */
617 #undef USE_SYSV_SEMAPHORES
618
619 /* Define to select SysV-style shared memory. */
620 #undef USE_SYSV_SHARED_MEMORY
621
622 /* Define to select unnamed POSIX semaphores. */
623 #undef USE_UNNAMED_POSIX_SEMAPHORES
624
625 /* Define to select Win32-style semaphores. */
626 #undef USE_WIN32_SEMAPHORES
627
628 /* Number of bits in a file offset, on hosts where this is settable. */
629 #undef _FILE_OFFSET_BITS
630
631 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
632 #undef _LARGEFILE_SOURCE
633
634 /* Define for large files, on AIX-style hosts. */
635 #undef _LARGE_FILES
636
637 /* Define to empty if `const' does not conform to ANSI C. */
638 #undef const
639
640 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
641    if it is not supported. */
642 #undef inline
643
644 /* Define to empty if the C compiler does not understand signed types. */
645 #undef signed
646
647 /* Define to empty if the keyword `volatile' does not work. Warning: valid
648    code using `volatile' can become incorrect without. Disable with care. */
649 #undef volatile