~mmach/netext73/xorg-server

« back to all changes in this revision

Viewing changes to include/do-not-use-config.h.in

  • Committer: mmach
  • Date: 2022-12-14 09:46:34 UTC
  • Revision ID: netbit73@gmail.com-20221214094634-w7swuqiu8fau943d
21.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
/* Define to 1 if you have the `memfd_create' function. */
255
255
#undef HAVE_MEMFD_CREATE
256
256
 
257
 
/* Define to 1 if you have the <memory.h> header file. */
258
 
#undef HAVE_MEMORY_H
 
257
/* Define to 1 if you have the <minix/config.h> header file. */
 
258
#undef HAVE_MINIX_CONFIG_H
259
259
 
260
260
/* Define to 1 if you have the `mkostemp' function. */
261
261
#undef HAVE_MKOSTEMP
329
329
/* Define to 1 if you have the <stdint.h> header file. */
330
330
#undef HAVE_STDINT_H
331
331
 
 
332
/* Define to 1 if you have the <stdio.h> header file. */
 
333
#undef HAVE_STDIO_H
 
334
 
332
335
/* Define to 1 if you have the <stdlib.h> header file. */
333
336
#undef HAVE_STDLIB_H
334
337
 
428
431
/* Define to 1 if you have the `walkcontext' function. */
429
432
#undef HAVE_WALKCONTEXT
430
433
 
 
434
/* Define to 1 if you have the <wchar.h> header file. */
 
435
#undef HAVE_WCHAR_H
 
436
 
431
437
/* Have xshmfence support */
432
438
#undef HAVE_XSHMFENCE
433
439
 
555
561
/* Build a standalone xpbproxy */
556
562
#undef STANDALONE_XPBPROXY
557
563
 
558
 
/* Define to 1 if you have the ANSI C header files. */
 
564
/* Define to 1 if all of the C90 standard headers exist (not just the ones
 
565
   required in a freestanding environment). This macro is provided for
 
566
   backward compatibility; new code need not use it. */
559
567
#undef STDC_HEADERS
560
568
 
561
569
/* Where to install the Xorg binary and Xorg.wrap */
595
603
#ifndef _ALL_SOURCE
596
604
# undef _ALL_SOURCE
597
605
#endif
 
606
/* Enable general extensions on macOS.  */
 
607
#ifndef _DARWIN_C_SOURCE
 
608
# undef _DARWIN_C_SOURCE
 
609
#endif
 
610
/* Enable general extensions on Solaris.  */
 
611
#ifndef __EXTENSIONS__
 
612
# undef __EXTENSIONS__
 
613
#endif
598
614
/* Enable GNU extensions on systems that have them.  */
599
615
#ifndef _GNU_SOURCE
600
616
# undef _GNU_SOURCE
601
617
#endif
602
 
/* Enable threading extensions on Solaris.  */
 
618
/* Enable X/Open compliant socket functions that do not require linking
 
619
   with -lxnet on HP-UX 11.11.  */
 
620
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
 
621
# undef _HPUX_ALT_XOPEN_SOCKET_API
 
622
#endif
 
623
/* Identify the host operating system as Minix.
 
624
   This macro does not affect the system headers' behavior.
 
625
   A future release of Autoconf may stop defining this macro.  */
 
626
#ifndef _MINIX
 
627
# undef _MINIX
 
628
#endif
 
629
/* Enable general extensions on NetBSD.
 
630
   Enable NetBSD compatibility extensions on Minix.  */
 
631
#ifndef _NETBSD_SOURCE
 
632
# undef _NETBSD_SOURCE
 
633
#endif
 
634
/* Enable OpenBSD compatibility extensions on NetBSD.
 
635
   Oddly enough, this does nothing on OpenBSD.  */
 
636
#ifndef _OPENBSD_SOURCE
 
637
# undef _OPENBSD_SOURCE
 
638
#endif
 
639
/* Define to 1 if needed for POSIX-compatible behavior.  */
 
640
#ifndef _POSIX_SOURCE
 
641
# undef _POSIX_SOURCE
 
642
#endif
 
643
/* Define to 2 if needed for POSIX-compatible behavior.  */
 
644
#ifndef _POSIX_1_SOURCE
 
645
# undef _POSIX_1_SOURCE
 
646
#endif
 
647
/* Enable POSIX-compatible threading on Solaris.  */
603
648
#ifndef _POSIX_PTHREAD_SEMANTICS
604
649
# undef _POSIX_PTHREAD_SEMANTICS
605
650
#endif
 
651
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
 
652
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
 
653
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
 
654
#endif
 
655
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
 
656
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
 
657
# undef __STDC_WANT_IEC_60559_BFP_EXT__
 
658
#endif
 
659
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
 
660
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
 
661
# undef __STDC_WANT_IEC_60559_DFP_EXT__
 
662
#endif
 
663
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
 
664
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
 
665
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
 
666
#endif
 
667
/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
 
668
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
 
669
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
 
670
#endif
 
671
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
 
672
#ifndef __STDC_WANT_LIB_EXT2__
 
673
# undef __STDC_WANT_LIB_EXT2__
 
674
#endif
 
675
/* Enable extensions specified by ISO/IEC 24747:2009.  */
 
676
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
 
677
# undef __STDC_WANT_MATH_SPEC_FUNCS__
 
678
#endif
606
679
/* Enable extensions on HP NonStop.  */
607
680
#ifndef _TANDEM_SOURCE
608
681
# undef _TANDEM_SOURCE
609
682
#endif
610
 
/* Enable general extensions on Solaris.  */
611
 
#ifndef __EXTENSIONS__
612
 
# undef __EXTENSIONS__
 
683
/* Enable X/Open extensions.  Define to 500 only if necessary
 
684
   to make mbstate_t available.  */
 
685
#ifndef _XOPEN_SOURCE
 
686
# undef _XOPEN_SOURCE
613
687
#endif
614
688
 
615
689
 
782
856
   `char[]'. */
783
857
#undef YYTEXT_POINTER
784
858
 
785
 
/* Enable large inode numbers on Mac OS X 10.5.  */
786
 
#ifndef _DARWIN_USE_64_BIT_INODE
787
 
# define _DARWIN_USE_64_BIT_INODE 1
788
 
#endif
789
 
 
790
859
/* Number of bits in a file offset, on hosts where this is settable. */
791
860
#undef _FILE_OFFSET_BITS
792
861
 
796
865
/* Define for large files, on AIX-style hosts. */
797
866
#undef _LARGE_FILES
798
867
 
799
 
/* Define to 1 if on MINIX. */
800
 
#undef _MINIX
801
 
 
802
 
/* Define to 2 if the system does not provide POSIX.1 features except with
803
 
   this defined. */
804
 
#undef _POSIX_1_SOURCE
805
 
 
806
 
/* Define to 1 if you need to in order for `stat' and other things to work. */
807
 
#undef _POSIX_SOURCE
808
 
 
809
868
/* Defined if needed to expose struct msghdr.msg_control */
810
869
#undef _XOPEN_SOURCE
811
870
 
821
880
/* Define to empty if `const' does not conform to ANSI C. */
822
881
#undef const
823
882
 
824
 
/* Define to `int' if <sys/types.h> does not define. */
 
883
/* Define as a signed integer type capable of holding a process identifier. */
825
884
#undef pid_t
826
885
 
827
886
/* Define to __typeof__ if your compiler spells it that way. */