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

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/libbfd/arch/sparc64/config.h between version 1.2 and 1.3

version 1.2, 2016/10/09 08:22:38 version 1.3, 2016/10/26 17:09:33
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.in by autoheader.  */  /* config.in.  Generated from configure.ac by autoheader.  */
   
 /* Check that config.h is #included before system headers  /* Check that config.h is #included before system headers
     (this works only for glibc, but that should be enough).  */      (this works only for glibc, but that should be enough).  */
Line 22 
Line 22 
 /* Define to 1 if you have the <alloca.h> header file. */  /* Define to 1 if you have the <alloca.h> header file. */
 /* #undef HAVE_ALLOCA_H */  /* #undef HAVE_ALLOCA_H */
   
   /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
      don't. */
   #define HAVE_DECL_ASPRINTF 1
   
 /* Define to 1 if you have the declaration of `basename', and to 0 if you  /* Define to 1 if you have the declaration of `basename', and to 0 if you
    don't. */     don't. */
 #define HAVE_DECL_BASENAME 0  #define HAVE_DECL_BASENAME 0
Line 69 
Line 73 
    */     */
 #define HAVE_DECL_STPCPY 1  #define HAVE_DECL_STPCPY 1
   
   /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
      don't. */
   #define HAVE_DECL_STRNLEN 1
   
 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.  /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
    */     */
 #define HAVE_DECL_STRSTR 1  #define HAVE_DECL_STRSTR 1
   
   /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
      don't. */
   #define HAVE_DECL_VASPRINTF 1
   
 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you  /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
    don't. */     don't. */
 #define HAVE_DECL_VSNPRINTF 1  #define HAVE_DECL_VSNPRINTF 1
Line 117 
Line 129 
 /* Define to 1 if you have the `getpagesize' function. */  /* Define to 1 if you have the `getpagesize' function. */
 #define HAVE_GETPAGESIZE 1  #define HAVE_GETPAGESIZE 1
   
   /* Define to 1 if you have the `getrlimit' function. */
   #define HAVE_GETRLIMIT 1
   
 /* Define to 1 if you have the `getuid' function. */  /* Define to 1 if you have the `getuid' function. */
 #define HAVE_GETUID 1  #define HAVE_GETUID 1
   
Line 239 
Line 254 
 /* Define to 1 if you have the <sys/procfs.h> header file. */  /* Define to 1 if you have the <sys/procfs.h> header file. */
 /* #undef HAVE_SYS_PROCFS_H */  /* #undef HAVE_SYS_PROCFS_H */
   
   /* Define to 1 if you have the <sys/resource.h> header file. */
   #define HAVE_SYS_RESOURCE_H 1
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1  #define HAVE_SYS_STAT_H 1
   
Line 254 
Line 272 
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
   
   /* Define to 1 if you have the <wchar.h> header file. */
   #define HAVE_WCHAR_H 1
   
   /* Define to 1 if you have the <wctype.h> header file. */
   #define HAVE_WCTYPE_H 1
   
 /* Define if <sys/procfs.h> has win32_pstatus_t. */  /* Define if <sys/procfs.h> has win32_pstatus_t. */
 /* #undef HAVE_WIN32_PSTATUS_T */  /* #undef HAVE_WIN32_PSTATUS_T */
   
 /* Define to 1 if you have the <windows.h> header file. */  /* Define to 1 if you have the <windows.h> header file. */
 /* #undef HAVE_WINDOWS_H */  /* #undef HAVE_WINDOWS_H */
   
 /* Define to 1 if you have the <zlib.h> header file. */  
 #define HAVE_ZLIB_H 1  
   
 /* Define to the sub-directory in which libtool stores uninstalled libraries.  /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */     */
 #define LT_OBJDIR ".libs/"  #define LT_OBJDIR ".libs/"
Line 274 
Line 295 
 #define PACKAGE_BUGREPORT ""  #define PACKAGE_BUGREPORT ""
   
 /* Define to the full name of this package. */  /* Define to the full name of this package. */
 #define PACKAGE_NAME ""  #define PACKAGE_NAME "bfd"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING ""  #define PACKAGE_STRING "bfd 2.26.1"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME ""  #define PACKAGE_TARNAME "bfd"
   
 /* Define to the home page for this package. */  /* Define to the home page for this package. */
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION ""  #define PACKAGE_VERSION "2.26.1"
   
 /* The size of `char', as computed by sizeof. */  /* The size of `char', as computed by sizeof. */
 /* #undef SIZEOF_CHAR */  /* #undef SIZEOF_CHAR */
Line 359 
Line 380 
   
   
 /* Version number of package */  /* Version number of package */
 #define VERSION "2.23.2"  #define VERSION "2.26.1"
   
 /* Number of bits in a file offset, on hosts where this is settable. */  /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */  /* #undef _FILE_OFFSET_BITS */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>