Diff for /embedaddon/smartmontools/config.h.in between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 16:32:16 version 1.1.1.3, 2013/07/22 01:17:35
Line 1 Line 1
/* config.h.in.  Generated from configure.in by autoheader.  *//* config.h.in.  Generated from configure.ac by autoheader.  */
   
 /* Define if building universal (internal helper macro) */  /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD  #undef AC_APPLE_UNIVERSAL_BUILD
Line 9 Line 9
 /* smartmontools CVS Tag */  /* smartmontools CVS Tag */
 #undef CONFIG_H_CVSID  #undef CONFIG_H_CVSID
   
 /* Default mailer if "mail" is unavailable */  
 #undef DEFAULT_MAILER  
   
 /* Define to 1 if C++ compiler supports __attribute__((packed)) */  /* Define to 1 if C++ compiler supports __attribute__((packed)) */
 #undef HAVE_ATTR_PACKED  #undef HAVE_ATTR_PACKED
   
   /* Define to 1 if you have the `clock_gettime' function. */
   #undef HAVE_CLOCK_GETTIME
   
 /* Define to 1 if you have the <ddk/ntdddisk.h> header file. */  /* Define to 1 if you have the <ddk/ntdddisk.h> header file. */
 #undef HAVE_DDK_NTDDDISK_H  #undef HAVE_DDK_NTDDDISK_H
   
Line 24 Line 24
 /* Define to 1 if you have the <dev/ciss/cissio.h> header file. */  /* Define to 1 if you have the <dev/ciss/cissio.h> header file. */
 #undef HAVE_DEV_CISS_CISSIO_H  #undef HAVE_DEV_CISS_CISSIO_H
   
/* Define to 1 if you have the `getaddrinfo' function. *//* Define to 1 if you have the `ftime' function. */
#undef HAVE_GETADDRINFO#undef HAVE_FTIME
   
 /* Define to 1 if you have the `getdomainname' function. */  
 #undef HAVE_GETDOMAINNAME  
   
 /* Define to 1 if you have the `gethostbyname' function. */  
 #undef HAVE_GETHOSTBYNAME  
   
 /* Define to 1 if you have the `gethostname' function. */  
 #undef HAVE_GETHOSTNAME  
   
 /* Define to 1 if you have the `getopt_long' function. */  /* Define to 1 if you have the `getopt_long' function. */
 #undef HAVE_GETOPT_LONG  #undef HAVE_GETOPT_LONG
   
   /* Define to 1 if you have the `gettimeofday' function. */
   #undef HAVE_GETTIMEOFDAY
   
 /* Define to 1 if the system has the type `int64_t'. */  /* Define to 1 if the system has the type `int64_t'. */
 #undef HAVE_INT64_T  #undef HAVE_INT64_T

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>