[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / lib / libiberty / arch / hppa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/lib/libiberty/arch/hppa/config.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2016/01/26 17:27:00 version 1.1.1.1.2.1, 2016/11/04 14:44:54
Line 1 
Line 1 
 /* This file is automatically generated.  DO NOT EDIT! */  /* This file is automatically generated.  DO NOT EDIT! */
 /* Generated from:      NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */  /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */  /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
   
 /* config.h.  Generated from config.in by configure.  */  /* config.h.  Generated from config.in by configure.  */
 /* config.in.  Generated from configure.ac by autoheader.  */  /* config.in.  Generated from configure.ac by autoheader.  */
Line 84 
Line 84 
    don't. */     don't. */
 #define HAVE_DECL_SNPRINTF 1  #define HAVE_DECL_SNPRINTF 1
   
   /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
      */
   #define HAVE_DECL_STRTOL 1
   
   /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
      don't. */
   #define HAVE_DECL_STRTOLL 1
   
   /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
      don't. */
   #define HAVE_DECL_STRTOUL 1
   
   /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
      don't. */
   #define HAVE_DECL_STRTOULL 1
   
 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you  /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
    don't. */     don't. */
 #define HAVE_DECL_STRVERSCMP 0  #define HAVE_DECL_STRVERSCMP 0
Line 141 
Line 157 
 /* Define to 1 if you have the <limits.h> header file. */  /* Define to 1 if you have the <limits.h> header file. */
 #define HAVE_LIMITS_H 1  #define HAVE_LIMITS_H 1
   
   /* Define if you have the `long long' type. */
   #define HAVE_LONG_LONG 1
   
 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */  /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
 /* #undef HAVE_MACHINE_HAL_SYSINFO_H */  /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
   
Line 169 
Line 188 
 #define HAVE_MEMSET 1  #define HAVE_MEMSET 1
   
 /* Define to 1 if you have the `mkstemps' function. */  /* Define to 1 if you have the `mkstemps' function. */
 /* #undef HAVE_MKSTEMPS */  #define HAVE_MKSTEMPS 1
   
 /* Define to 1 if you have a working `mmap' system call. */  /* Define to 1 if you have a working `mmap' system call. */
 #define HAVE_MMAP 1  #define HAVE_MMAP 1
Line 267 
Line 286 
 /* Define to 1 if you have the `strndup' function. */  /* Define to 1 if you have the `strndup' function. */
 #define HAVE_STRNDUP 1  #define HAVE_STRNDUP 1
   
   /* Define to 1 if you have the `strnlen' function. */
   #define HAVE_STRNLEN 1
   
 /* Define to 1 if you have the `strrchr' function. */  /* Define to 1 if you have the `strrchr' function. */
 #define HAVE_STRRCHR 1  #define HAVE_STRRCHR 1
   
Line 282 
Line 304 
 /* Define to 1 if you have the `strtol' function. */  /* Define to 1 if you have the `strtol' function. */
 #define HAVE_STRTOL 1  #define HAVE_STRTOL 1
   
   /* Define to 1 if you have the `strtoll' function. */
   #define HAVE_STRTOLL 1
   
 /* Define to 1 if you have the `strtoul' function. */  /* Define to 1 if you have the `strtoul' function. */
 #define HAVE_STRTOUL 1  #define HAVE_STRTOUL 1
   
   /* Define to 1 if you have the `strtoull' function. */
   #define HAVE_STRTOULL 1
   
 /* Define to 1 if you have the `strverscmp' function. */  /* Define to 1 if you have the `strverscmp' function. */
 /* #undef HAVE_STRVERSCMP */  /* #undef HAVE_STRVERSCMP */
   
Line 441 
Line 469 
 /* The size of `int', as computed by sizeof. */  /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4  #define SIZEOF_INT 4
   
   /* The size of `long', as computed by sizeof. */
   #define SIZEOF_LONG 4
   
   /* The size of `long long', as computed by sizeof. */
   #define SIZEOF_LONG_LONG 8
   
   /* The size of `size_t', as computed by sizeof. */
   #define SIZEOF_SIZE_T 4
   
 /* Define if you know the direction of stack growth for your system; otherwise  /* Define if you know the direction of stack growth for your system; otherwise
    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows     it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses     toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
Line 456 
Line 493 
 /* Define to an unsigned 64-bit type available in the compiler. */  /* Define to an unsigned 64-bit type available in the compiler. */
 #define UNSIGNED_64BIT_TYPE uint64_t  #define UNSIGNED_64BIT_TYPE uint64_t
   
   /* Enable extensions on AIX 3, Interix.  */
   #ifndef _ALL_SOURCE
   # define _ALL_SOURCE 1
   #endif
   /* Enable GNU extensions on systems that have them.  */
   #ifndef _GNU_SOURCE
   # define _GNU_SOURCE 1
   #endif
   /* Enable threading extensions on Solaris.  */
   #ifndef _POSIX_PTHREAD_SEMANTICS
   # define _POSIX_PTHREAD_SEMANTICS 1
   #endif
   /* Enable extensions on HP NonStop.  */
   #ifndef _TANDEM_SOURCE
   # define _TANDEM_SOURCE 1
   #endif
   /* Enable general extensions on Solaris.  */
   #ifndef __EXTENSIONS__
   # define __EXTENSIONS__ 1
   #endif
   
   
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most  /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */     significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD  #if defined AC_APPLE_UNIVERSAL_BUILD
Line 474 
Line 533 
 /* Define for large files, on AIX-style hosts. */  /* Define for large files, on AIX-style hosts. */
 /* #undef _LARGE_FILES */  /* #undef _LARGE_FILES */
   
   /* Define to 1 if on MINIX. */
   /* #undef _MINIX */
   
   /* Define to 2 if the system does not provide POSIX.1 features except with
      this defined. */
   /* #undef _POSIX_1_SOURCE */
   
   /* Define to 1 if you need to in order for `stat' and other things to work. */
   /* #undef _POSIX_SOURCE */
   
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */  /* #undef const */
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>