123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- #define ENABLE_ALL_OPTIONS 1
- #define HAVE_ALARM 1
- #define HAVE_ARPA_INET_H 1
- #define HAVE_BYTESWAP_H 1
- #define HAVE_DLFCN_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_GETADDRINFO 1
- #define HAVE_GETHOSTBYNAME 1
- #define HAVE_GETIFADDRS 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_MEMMOVE 1
- #define HAVE_MEMORY_H 1
- #define HAVE_MEMSET 1
- #define HAVE_NETDB_H 1
- #define HAVE_NETINET_IN_H 1
- #define HAVE_OPENIPMI_H 1
- #define HAVE_PATHS_H 1
- #define HAVE_PRAGMA_PACK 1
- #define HAVE_SELECT 1
- #define HAVE_SOCKET 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRCHR 1
- #define HAVE_STRDUP 1
- #define HAVE_STRERROR 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_SYS_SELECT_H 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_TERMIOS_H 1
- #define HAVE_UNISTD_H 1
- #define IPMI_INTF_LAN 1
- #define LT_OBJDIR ".libs/"
- #define PACKAGE "ipmitool"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_NAME "ipmitool"
- #define PACKAGE_STRING "ipmitool 1.8.18"
- #define PACKAGE_TARNAME "ipmitool"
- #define PACKAGE_URL ""
- #define PACKAGE_VERSION "1.8.18"
- #define SELECT_TYPE_ARG1 int
- #define SELECT_TYPE_ARG234 (fd_set *)
- #define SELECT_TYPE_ARG5 (struct timeval *)
- #define STDC_HEADERS 1
- #define VERSION "1.8.18"
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- # endif
- #endif
- #ifndef __cplusplus
- #endif
|