X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fgconfig.in;h=fadb378332ec186c46fc06788cf248acb7f7cad8;hb=a78a19b15254de31c3d38b7e27469aaef0a30e97;hp=1325a1f1864ce7e6eed5d6049480b05e3a0ba43a;hpb=35eafcc71b8a54330704656fb6df0b5d6665ed15;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/gconfig.in b/gprof/gconfig.in index 1325a1f186..fadb378332 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -43,6 +43,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR @@ -96,6 +99,11 @@ /* Version number of package */ #undef VERSION +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS