comparison libgfortran/config.h.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
70 #undef HAVE_ATANHL 70 #undef HAVE_ATANHL
71 71
72 /* Define to 1 if you have the `atanl' function. */ 72 /* Define to 1 if you have the `atanl' function. */
73 #undef HAVE_ATANL 73 #undef HAVE_ATANL
74 74
75 /* Define to 1 if the target supports __atomic_fetch_add */
76 #undef HAVE_ATOMIC_FETCH_ADD
77
75 /* Define to 1 if the target supports __attribute__((alias(...))). */ 78 /* Define to 1 if the target supports __attribute__((alias(...))). */
76 #undef HAVE_ATTRIBUTE_ALIAS 79 #undef HAVE_ATTRIBUTE_ALIAS
77 80
78 /* Define to 1 if the target supports __attribute__((visibility(...))). */ 81 /* Define to 1 if the target supports __attribute__((visibility(...))). */
79 #undef HAVE_ATTRIBUTE_VISIBILITY 82 #undef HAVE_ATTRIBUTE_VISIBILITY
622 #undef HAVE_NEXTAFTERL 625 #undef HAVE_NEXTAFTERL
623 626
624 /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */ 627 /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */
625 #undef HAVE_POSIX_GETPWUID_R 628 #undef HAVE_POSIX_GETPWUID_R
626 629
630 /* Define to 1 if you have the `posix_spawn' function. */
631 #undef HAVE_POSIX_SPAWN
632
627 /* Define to 1 if you have the `pow' function. */ 633 /* Define to 1 if you have the `pow' function. */
628 #undef HAVE_POW 634 #undef HAVE_POW
629 635
630 /* Define to 1 if you have the `powf' function. */ 636 /* Define to 1 if you have the `powf' function. */
631 #undef HAVE_POWF 637 #undef HAVE_POWF
658 #undef HAVE_SECURE_GETENV 664 #undef HAVE_SECURE_GETENV
659 665
660 /* Define to 1 if you have the `setmode' function. */ 666 /* Define to 1 if you have the `setmode' function. */
661 #undef HAVE_SETMODE 667 #undef HAVE_SETMODE
662 668
669 /* Define to 1 if you have the `sigaction' function. */
670 #undef HAVE_SIGACTION
671
663 /* Define to 1 if you have the `sin' function. */ 672 /* Define to 1 if you have the `sin' function. */
664 #undef HAVE_SIN 673 #undef HAVE_SIN
665 674
666 /* Define to 1 if you have the `sinf' function. */ 675 /* Define to 1 if you have the `sinf' function. */
667 #undef HAVE_SINF 676 #undef HAVE_SINF
727 #undef HAVE_STRTOF 736 #undef HAVE_STRTOF
728 737
729 /* Define to 1 if you have the `strtold' function. */ 738 /* Define to 1 if you have the `strtold' function. */
730 #undef HAVE_STRTOLD 739 #undef HAVE_STRTOLD
731 740
732 /* Define to 1 if `struct stat' is a member of `st_blksize'. */ 741 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
733 #undef HAVE_STRUCT_STAT_ST_BLKSIZE 742 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
734 743
735 /* Define to 1 if `struct stat' is a member of `st_blocks'. */ 744 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
736 #undef HAVE_STRUCT_STAT_ST_BLOCKS 745 #undef HAVE_STRUCT_STAT_ST_BLOCKS
737 746
738 /* Define to 1 if `struct stat' is a member of `st_rdev'. */ 747 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
739 #undef HAVE_STRUCT_STAT_ST_RDEV 748 #undef HAVE_STRUCT_STAT_ST_RDEV
740 749
741 /* Define to 1 if you have the `symlink' function. */ 750 /* Define to 1 if you have the `symlink' function. */
742 #undef HAVE_SYMLINK 751 #undef HAVE_SYMLINK
743 752
744 /* Define to 1 if the target supports __sync_fetch_and_add */
745 #undef HAVE_SYNC_FETCH_AND_ADD
746
747 /* Define to 1 if you have the <sys/random.h> header file. */ 753 /* Define to 1 if you have the <sys/random.h> header file. */
748 #undef HAVE_SYS_RANDOM_H 754 #undef HAVE_SYS_RANDOM_H
749 755
750 /* Define to 1 if you have the <sys/resource.h> header file. */ 756 /* Define to 1 if you have the <sys/resource.h> header file. */
751 #undef HAVE_SYS_RESOURCE_H 757 #undef HAVE_SYS_RESOURCE_H
825 /* Define to 1 if you have the `uselocale' function. */ 831 /* Define to 1 if you have the `uselocale' function. */
826 #undef HAVE_USELOCALE 832 #undef HAVE_USELOCALE
827 833
828 /* Define to 1 if you have the `vsnprintf' function. */ 834 /* Define to 1 if you have the `vsnprintf' function. */
829 #undef HAVE_VSNPRINTF 835 #undef HAVE_VSNPRINTF
836
837 /* Define to 1 if you have the `waitpid' function. */
838 #undef HAVE_WAITPID
830 839
831 /* Define if target has a reliable stat. */ 840 /* Define if target has a reliable stat. */
832 #undef HAVE_WORKING_STAT 841 #undef HAVE_WORKING_STAT
833 842
834 /* Define to 1 if you have the `writev' function. */ 843 /* Define to 1 if you have the `writev' function. */
862 #undef HAVE___SECURE_GETENV 871 #undef HAVE___SECURE_GETENV
863 872
864 /* Define to the sub-directory in which libtool stores uninstalled libraries. 873 /* Define to the sub-directory in which libtool stores uninstalled libraries.
865 */ 874 */
866 #undef LT_OBJDIR 875 #undef LT_OBJDIR
867
868 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
869 #undef NO_MINUS_C_MINUS_O
870 876
871 /* Define to the address where bug reports for this package should be sent. */ 877 /* Define to the address where bug reports for this package should be sent. */
872 #undef PACKAGE_BUGREPORT 878 #undef PACKAGE_BUGREPORT
873 879
874 /* Define to the full name of this package. */ 880 /* Define to the full name of this package. */
930 #ifndef __EXTENSIONS__ 936 #ifndef __EXTENSIONS__
931 # undef __EXTENSIONS__ 937 # undef __EXTENSIONS__
932 #endif 938 #endif
933 939
934 940
941 /* Enable large inode numbers on Mac OS X 10.5. */
942 #ifndef _DARWIN_USE_64_BIT_INODE
943 # define _DARWIN_USE_64_BIT_INODE 1
944 #endif
945
935 /* Number of bits in a file offset, on hosts where this is settable. */ 946 /* Number of bits in a file offset, on hosts where this is settable. */
936 #undef _FILE_OFFSET_BITS 947 #undef _FILE_OFFSET_BITS
937 948
938 /* Define for large files, on AIX-style hosts. */ 949 /* Define for large files, on AIX-style hosts. */
939 #undef _LARGE_FILES 950 #undef _LARGE_FILES