]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config.in
Generated files
[thirdparty/binutils-gdb.git] / gas / config.in
index 60bfcc93e7eaa6e07d6f6b78a2c627ad39a71829..aba70fb1e72f429cb6153cb2ac57a09105f57e3a 100644 (file)
    `char[]'. */
 #undef YYTEXT_POINTER
 
+/* 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
 
 #ifndef __cplusplus
 #undef inline
 #endif
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t