diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-20 02:12:42 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-20 02:12:42 +0100 |
commit | a61a5992cefc2204a99f25b2395b108092098e2c (patch) | |
tree | 3b25da535866adf0458f6d172fd242fc933c77db /config.h.in | |
parent | 15edf42f095e3cc26e372547ebcaaae558d0cce2 (diff) | |
parent | 97d6a2e491c6ed08473beb2c4bac47c5cbc1201a (diff) |
Merge tag 'upstream/1.8.16'
Upstream version 1.8.16
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index a625bca..dc91f49 100644 --- a/config.h.in +++ b/config.h.in @@ -54,10 +54,6 @@ /* Define to 1 if you have the <linux/compiler.h> header file. */ #undef HAVE_LINUX_COMPILER_H -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE @@ -185,6 +181,9 @@ /* Define to 1 to enable serial interface. */ #undef IPMI_INTF_SERIAL +/* Define to 1 to enable USB interface. */ +#undef IPMI_INTF_USB + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR @@ -245,6 +244,3 @@ #ifndef __cplusplus #undef inline #endif - -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc |