Diff for /embedaddon/smartmontools/config.h.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2012/10/09 09:36:45
Line 15 Line 15
 /* 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 27
 /* 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 `ftime' function. */
   #undef HAVE_FTIME
   
 /* Define to 1 if you have the `getaddrinfo' function. */  /* Define to 1 if you have the `getaddrinfo' function. */
 #undef HAVE_GETADDRINFO  #undef HAVE_GETADDRINFO
   
Line 38 Line 44
   
 /* 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.1.1  
changed lines
  Added in v.1.1.1.2


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