Imported Upstream version 2.7.3
This commit is contained in:
parent
a356b56d11
commit
fd413a3168
283 changed files with 14978 additions and 6511 deletions
|
|
@ -15,6 +15,9 @@
|
|||
/* Default path for configuration files */
|
||||
#undef CONFPATH
|
||||
|
||||
/* Define processor type */
|
||||
#undef CPU_TYPE
|
||||
|
||||
/* Default path for data files */
|
||||
#undef DATADIR
|
||||
|
||||
|
|
@ -51,6 +54,18 @@
|
|||
/* Define to 1 if C supports variable-length arrays. */
|
||||
#undef HAVE_C_VARARRAYS
|
||||
|
||||
/* Define to 1 if you have the declaration of `i2c_smbus_read_block_data', and
|
||||
to 0 if you don't. */
|
||||
#undef HAVE_DECL_I2C_SMBUS_READ_BLOCK_DATA
|
||||
|
||||
/* Define to 1 if you have the declaration of `i2c_smbus_read_word_data', and
|
||||
to 0 if you don't. */
|
||||
#undef HAVE_DECL_I2C_SMBUS_READ_WORD_DATA
|
||||
|
||||
/* Define to 1 if you have the declaration of `i2c_smbus_write_word_data', and
|
||||
to 0 if you don't. */
|
||||
#undef HAVE_DECL_I2C_SMBUS_WRITE_WORD_DATA
|
||||
|
||||
/* Define to 1 if you have the declaration of `LOG_UPTO', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_LOG_UPTO
|
||||
|
|
@ -134,7 +149,7 @@
|
|||
/* Define to 1 if the system has the type `long double'. */
|
||||
#undef HAVE_LONG_DOUBLE
|
||||
|
||||
/* Define to 1 if the system has the type `long long int'. */
|
||||
/* Define to 1 if the system has the type 'long long int'. */
|
||||
#undef HAVE_LONG_LONG_INT
|
||||
|
||||
/* Define to 1 if you have the <ltdl.h> header file. */
|
||||
|
|
@ -239,6 +254,9 @@
|
|||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if the system has the type 'unsigned long long int'. */
|
||||
#undef HAVE_UNSIGNED_LONG_LONG_INT
|
||||
|
||||
/* Define to 1 if you have the `usb_detach_kernel_driver_np' function. */
|
||||
#undef HAVE_USB_DETACH_KERNEL_DRIVER_NP
|
||||
|
||||
|
|
@ -276,9 +294,6 @@
|
|||
/* Define if getopt.h is needed */
|
||||
#undef NEED_GETOPT_H
|
||||
|
||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
#undef NO_MINUS_C_MINUS_O
|
||||
|
||||
/* NUT network protocol version */
|
||||
#undef NUT_NETVERSION
|
||||
|
||||
|
|
@ -382,6 +397,9 @@
|
|||
/* Define to enable Powerman PDU support */
|
||||
#undef WITH_LIBPOWERMAN
|
||||
|
||||
/* Define to enable I2C support */
|
||||
#undef WITH_LINUX_I2C
|
||||
|
||||
/* Define to enable Mac OS X meta-driver */
|
||||
#undef WITH_MACOSX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue