~mmach/netext73/xorg-server

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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
/* include/do-not-use-config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Default base font path */
#undef BASE_FONT_PATH

/* Support BigRequests extension */
#undef BIGREQS

/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS

/* Builder address */
#undef BUILDERADDR

/* Builder string */
#undef BUILDERSTRING

/* Prefix to use for bundle identifiers */
#undef BUNDLE_ID_PREFIX

/* Include busfault OS API */
#undef BUSFAULT

/* Support client ID tracking */
#undef CLIENTIDS

/* Default font path */
#undef COMPILEDDEFAULTFONTPATH

/* Support Composite Extension */
#undef COMPOSITE

/* Use the HAL hotplug API */
#undef CONFIG_HAL

/* Use libudev for input hotplug */
#undef CONFIG_UDEV

/* Use libudev for kms enumeration */
#undef CONFIG_UDEV_KMS

/* Use wscons for input auto configuration */
#undef CONFIG_WSCONS

/* System is BSD-like */
#undef CSRG_BASED

/* Simple debug messages */
#undef CYGDEBUG

/* Debug window manager */
#undef CYGMULTIWINDOW_DEBUG

/* Debug messages for window handling */
#undef CYGWINDOWING_DEBUG

/* Support Damage extension */
#undef DAMAGE

/* Support DBE extension */
#undef DBE

/* Use ddxBeforeReset */
#undef DDXBEFORERESET

/* Use OsVendorVErrorF */
#undef DDXOSVERRORF

/* Enable debugging code */
#undef DEBUG

/* Default library install path */
#undef DEFAULT_LIBRARY_PATH

/* Default log location */
#undef DEFAULT_LOGDIR

/* Default logfile prefix */
#undef DEFAULT_LOGPREFIX

/* Default module search path */
#undef DEFAULT_MODULE_PATH

/* Default XDG_DATA dir under HOME */
#undef DEFAULT_XDG_DATA_HOME

/* Default log dir under XDG_DATA_HOME */
#undef DEFAULT_XDG_DATA_HOME_LOGDIR

/* Support DGA extension */
#undef DGA

/* Support DPMS extension */
#undef DPMSExtension

/* Build DRI2 extension */
#undef DRI2

/* Build DRI3 extension */
#undef DRI3

/* Default DRI driver path */
#undef DRI_DRIVER_PATH

/* Fallback input driver */
#undef FALLBACK_INPUT_DRIVER

/* Have gbm_bo_create_with_modifiers */
#undef GBM_BO_WITH_MODIFIERS

/* Build glamor */
#undef GLAMOR

/* Have GLAMOR_HAS_EGL_QUERY_DMABUF */
#undef GLAMOR_HAS_EGL_QUERY_DMABUF

/* Have GLAMOR_HAS_EGL_QUERY_DRIVER */
#undef GLAMOR_HAS_EGL_QUERY_DRIVER

/* Build glamor with GBM-based EGL support */
#undef GLAMOR_HAS_GBM

/* Have GBM_BO_USE_LINEAR */
#undef GLAMOR_HAS_GBM_LINEAR

/* Build GLX extension */
#undef GLXEXT

/* Support XDM-AUTH*-1 */
#undef HASXDMAUTH

/* System has /dev/xf86 aperture driver */
#undef HAS_APERTURE_DRV

/* Cygwin has /dev/windows for signaling new win32 messages */
#undef HAS_DEVWINDOWS

/* Support SHM */
#undef HAS_SHM

/* Use Windows sockets */
#undef HAS_WINSOCK

/* Define to 1 if you have the `arc4random_buf' function. */
#undef HAVE_ARC4RANDOM_BUF

/* Define to 1 if you have the `authdes_create' function. */
#undef HAVE_AUTHDES_CREATE

/* Define to 1 if you have the `authdes_seccreate' function. */
#undef HAVE_AUTHDES_SECCREATE

/* Has backtrace support */
#undef HAVE_BACKTRACE

/* Define to 1 if you have the `cbrt' function. */
#undef HAVE_CBRT

/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME

/* Have D-Bus support */
#undef HAVE_DBUS

/* Define to 1 if you have the declaration of `program_invocation_short_name',
   and to 0 if you don't. */
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1

/* Have execinfo.h */
#undef HAVE_EXECINFO_H

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the <fnmatch.h> header file. */
#undef HAVE_FNMATCH_H

/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS

/* Define to 1 if you have the `getpeereid' function. */
#undef HAVE_GETPEEREID

/* Define to 1 if you have the `getpeerucred' function. */
#undef HAVE_GETPEERUCRED

/* Define to 1 if you have the `getprogname' function. */
#undef HAVE_GETPROGNAME

/* Define to 1 if you have the `getresuid' function. */
#undef HAVE_GETRESUID

/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID

/* Define to 1 if you have the `getzoneid' function. */
#undef HAVE_GETZONEID

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `isastream' function. */
#undef HAVE_ISASTREAM

/* Define to 1 if you have the `issetugid' function. */
#undef HAVE_ISSETUGID

/* Define to 1 if you have the `audit' library (-laudit). */
#undef HAVE_LIBAUDIT

/* Define to 1 if you have the <libaudit.h> header file. */
#undef HAVE_LIBAUDIT_H

/* Define to 1 if you have the `bsd' library (-lbsd). */
#undef HAVE_LIBBSD

/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM

/* Have libunwind support */
#undef HAVE_LIBUNWIND

/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
#undef HAVE_LIBWS2_32

/* Define to 1 if you have the <linux/agpgart.h> header file. */
#undef HAVE_LINUX_AGPGART_H

/* Define to 1 if you have the <linux/apm_bios.h> header file. */
#undef HAVE_LINUX_APM_BIOS_H

/* Define to 1 if you have the <linux/fb.h> header file. */
#undef HAVE_LINUX_FB_H

/* Define to 1 if you have the `memfd_create' function. */
#undef HAVE_MEMFD_CREATE

/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H

/* Define to 1 if you have the `mkostemp' function. */
#undef HAVE_MKOSTEMP

/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define to 1 if you have the `poll' function. */
#undef HAVE_POLL

/* Define to 1 if you have the `posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE

/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD

/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT

/* Have function pthread_setname_np(const char*) */
#undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID

/* Have function pthread_setname_np(pthread_t, const char*) */
#undef HAVE_PTHREAD_SETNAME_NP_WITH_TID

/* Define to 1 if you have the `reallocarray' function. */
#undef HAVE_REALLOCARRAY

/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID

/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER

/* Use CommonCrypto SHA1 functions */
#undef HAVE_SHA1_IN_COMMONCRYPTO

/* Use CryptoAPI SHA1 functions */
#undef HAVE_SHA1_IN_CRYPTOAPI

/* Use libc SHA1 functions */
#undef HAVE_SHA1_IN_LIBC

/* Use libgcrypt SHA1 functions */
#undef HAVE_SHA1_IN_LIBGCRYPT

/* Use libmd SHA1 functions */
#undef HAVE_SHA1_IN_LIBMD

/* Use libnettle SHA1 functions */
#undef HAVE_SHA1_IN_LIBNETTLE

/* Use libsha1 for SHA1 */
#undef HAVE_SHA1_IN_LIBSHA1

/* Define to 1 if you have the `shmctl64' function. */
#undef HAVE_SHMCTL64

/* Have sigaction function */
#undef HAVE_SIGACTION

/* Define to 1 if you have the `sigprocmask' function. */
#undef HAVE_SIGPROCMASK

/* Define to 1 if the system has the type `socklen_t'. */
#undef HAVE_SOCKLEN_T

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strlcat' function. */
#undef HAVE_STRLCAT

/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY

/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP

/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H

/* Define to 1 if libsystemd-daemon is available */
#undef HAVE_SYSTEMD_DAEMON

/* Define to 1 if SYSV IPC is available */
#undef HAVE_SYSV_IPC

/* Define to 1 if you have the <sys/agpgart.h> header file. */
#undef HAVE_SYS_AGPGART_H

/* Define to 1 if you have the <sys/agpio.h> header file. */
#undef HAVE_SYS_AGPIO_H

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H

/* Define to 1 if you have the <sys/kd.h> header file. */
#undef HAVE_SYS_KD_H

/* Define to 1 if you have the <sys/linker.h> header file. */
#undef HAVE_SYS_LINKER_H

/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H

/* Define to 1 if you have the <sys/vt.h> header file. */
#undef HAVE_SYS_VT_H

/* Define to 1 if you have the `timingsafe_memcmp' function. */
#undef HAVE_TIMINGSAFE_MEMCMP

/* Define to 1 if typeof works with your compiler. */
#undef HAVE_TYPEOF

/* Define to 1 if you have the `udev_enumerate_add_match_tag' function. */
#undef HAVE_UDEV_ENUMERATE_ADD_MATCH_TAG

/* Define to 1 if you have the `udev_monitor_filter_add_match_tag' function.
   */
#undef HAVE_UDEV_MONITOR_FILTER_ADD_MATCH_TAG

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `vasprintf' function. */
#undef HAVE_VASPRINTF

/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define to 1 if you have the `walkcontext' function. */
#undef HAVE_WALKCONTEXT

/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H

/* Have xshmfence support */
#undef HAVE_XSHMFENCE

/* Use a separate input thread */
#undef INPUTTHREAD

/* Support IPv6 for TCP connections */
#undef IPv6

/* Listen on local socket */
#undef LISTEN_LOCAL

/* Listen on TCP socket */
#undef LISTEN_TCP

/* Listen on Unix socket */
#undef LISTEN_UNIX

/* Support os-specific local connections */
#undef LOCALCONN

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Support MIT-SHM extension */
#undef MITSHM

/* Have monotonic clock from clock_gettime() */
#undef MONOTONIC_CLOCK

/* Enable D-Bus core */
#undef NEED_DBUS

/* Need XFree86 helper functions */
#undef NEED_XF86_PROTOTYPES

/* Need XFree86 typedefs */
#undef NEED_XF86_TYPES

/* Define to 1 if no local socket credentials interface exists */
#undef NO_LOCAL_CLIENT_CRED

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Major version of this package */
#undef PACKAGE_VERSION_MAJOR

/* Minor version of this package */
#undef PACKAGE_VERSION_MINOR

/* Patch version of this package */
#undef PACKAGE_VERSION_PATCHLEVEL

/* Internal define for Xinerama */
#undef PANORAMIX

/* System has PC console */
#undef PCCONS_SUPPORT

/* Default PCI text file ID path */
#undef PCI_TXT_IDS_PATH

/* System has PC console */
#undef PCVT_SUPPORT

/* Support Present extension */
#undef PRESENT

/* Overall prefix */
#undef PROJECTROOT

/* Define to necessary symbol if this constant uses a non-standard name on
   your system. */
#undef PTHREAD_CREATE_JOINABLE

/* Support RANDR extension */
#undef RANDR

/* Make PROJECT_ROOT relative to the xserver location */
#undef RELOCATE_PROJECTROOT

/* Support RENDER extension */
#undef RENDER

/* Support X resource extension */
#undef RES

/* Build Rootless code */
#undef ROOTLESS

/* Support MIT-SCREEN-SAVER extension */
#undef SCREENSAVER

/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
#undef SECURE_RPC

/* Server miscellaneous config path */
#undef SERVER_MISC_CONFIG_PATH

/* Support SHAPE extension */
#undef SHAPE

/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG

/* Build a standalone xpbproxy */
#undef STANDALONE_XPBPROXY

/* Define to 1 if all of the C90 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Where to install the Xorg binary and Xorg.wrap */
#undef SUID_WRAPPER_DIR

/* Define to 1 on systems derived from System V Release 4 */
#undef SVR4

/* sysconfdir */
#undef SYSCONFDIR

/* System has syscons console */
#undef SYSCONS_SUPPORT

/* Enable systemd-logind integration */
#undef SYSTEMD_LOGIND

/* Support TCP socket connections */
#undef TCPCONN

/* Support UNIX socket connections */
#undef UNIXCONN

/* NetBSD PIO alpha IO */
#undef USE_ALPHA_PIO

/* BSD AMD64 iopl */
#undef USE_AMD64_IOPL

/* BSD /dev/io */
#undef USE_DEV_IO

/* BSD i386 iopl */
#undef USE_I386_IOPL

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable general extensions on macOS.  */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable X/Open compliant socket functions that do not require linking
   with -lxnet on HP-UX 11.11.  */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Identify the host operating system as Minix.
   This macro does not affect the system headers' behavior.
   A future release of Autoconf may stop defining this macro.  */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
   Enable NetBSD compatibility extensions on Minix.  */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
   Oddly enough, this does nothing on OpenBSD.  */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior.  */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior.  */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
#ifndef __STDC_WANT_LIB_EXT2__
# undef __STDC_WANT_LIB_EXT2__
#endif
/* Enable extensions specified by ISO/IEC 24747:2009.  */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# undef __STDC_WANT_MATH_SPEC_FUNCS__
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable X/Open extensions.  Define to 500 only if necessary
   to make mbstate_t available.  */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif


/* Vendor man version */
#undef VENDOR_MAN_VERSION

/* Vendor name */
#undef VENDOR_NAME

/* Vendor name */
#undef VENDOR_NAME_SHORT

/* Vendor release */
#undef VENDOR_RELEASE

/* Version number of package */
#undef VERSION

/* Building with libdrm support */
#undef WITH_LIBDRM

/* Building vgahw module */
#undef WITH_VGAHW

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* System has wscons console */
#undef WSCONS_SUPPORT

/* Build X-ACE extension */
#undef XACE

/* Support XCMisc extension */
#undef XCMISC

/* Name of configuration directory */
#undef XCONFIGDIR

/* Name of configuration file */
#undef XCONFIGFILE

/* Build Security extension */
#undef XCSECURITY

/* Support XDM Control Protocol */
#undef XDMCP

/* Support XF86 Big font extension */
#undef XF86BIGFONT

/* Name of configuration file */
#undef XF86CONFIGFILE

/* Build DRI extension */
#undef XF86DRI

/* Support XFree86 Video Mode extension */
#undef XF86VIDMODE

/* Support XFixes extension */
#undef XFIXES

/* Building XFree86 server */
#undef XFree86Server

/* Build XDGA support */
#undef XFreeXDGA

/* Support Xinerama extension */
#undef XINERAMA

/* Support X Input extension */
#undef XINPUT

/* Path to XKB data */
#undef XKB_BASE_DIRECTORY

/* Path to XKB bin dir */
#undef XKB_BIN_DIRECTORY

/* Default XKB layout */
#undef XKB_DFLT_LAYOUT

/* Default XKB model */
#undef XKB_DFLT_MODEL

/* Default XKB options */
#undef XKB_DFLT_OPTIONS

/* Default XKB ruleset */
#undef XKB_DFLT_RULES

/* Default XKB variant */
#undef XKB_DFLT_VARIANT

/* Path to XKB output dir */
#undef XKM_OUTPUT_DIR

/* Building Xorg server */
#undef XORGSERVER

/* Vendor man version */
#undef XORG_MAN_VERSION

/* Building Xorg server */
#undef XORG_SERVER

/* Current Xorg version */
#undef XORG_VERSION_CURRENT

/* Have Quartz */
#undef XQUARTZ

/* Support application updating through sparkle. */
#undef XQUARTZ_SPARKLE

/* Support Record extension */
#undef XRECORD

/* Build SELinux extension */
#undef XSELINUX

/* Define to 1 if the DTrace Xserver provider probes should be built in. */
#undef XSERVER_DTRACE

/* Use libpciaccess for all pci manipulation */
#undef XSERVER_LIBPCIACCESS

/* X server supports platform device enumeration */
#undef XSERVER_PLATFORM_BUS

/* Support XSync extension */
#undef XSYNC

/* Support XTest extension */
#undef XTEST

/* Enable xtrans fd passing support */
#undef XTRANS_SEND_FDS

/* Support Xv extension */
#undef XV

/* Vendor name */
#undef XVENDORNAME

/* Short vendor name */
#undef XVENDORNAMESHORT

/* byte order */
#undef X_BYTE_ORDER

/* Build Xv extension */
#undef XvExtension

/* Build XvMC extension */
#undef XvMCExtension

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#undef YYTEXT_POINTER

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Enable GNU and other extensions to the C environment for glibc */
#undef _GNU_SOURCE

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Defined if needed to expose struct msghdr.msg_control */
#undef _XOPEN_SOURCE

/* Define to 1 if unsigned long is 64 bits. */
#undef _XSERVER64

/* Vendor web address for support */
#undef __VENDORDWEBSUPPORT__

/* Name of X server */
#undef __XSERVERNAME__

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t

/* Define to __typeof__ if your compiler spells it that way. */
#undef typeof