mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 03:35:38 +00:00
Correct a few header #include guards
This commit is contained in:
parent
b9dffc5e4b
commit
f7ac739022
@ -34,8 +34,9 @@
|
|||||||
* Author: Erik Ekman <erik@kryo.se>
|
* Author: Erik Ekman <erik@kryo.se>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_HDR_MDNS_H
|
|
||||||
#define LWIP_HDR_MDNS_H
|
#ifndef LWIP_HDR_APPS_MDNS_H
|
||||||
|
#define LWIP_HDR_APPS_MDNS_H
|
||||||
|
|
||||||
#include "lwip/apps/mdns_opts.h"
|
#include "lwip/apps/mdns_opts.h"
|
||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
@ -66,4 +67,4 @@ void mdns_resp_netif_settings_changed(struct netif *netif);
|
|||||||
|
|
||||||
#endif /* LWIP_MDNS_RESPONDER */
|
#endif /* LWIP_MDNS_RESPONDER */
|
||||||
|
|
||||||
#endif /* LWIP_HDR_MDNS_H */
|
#endif /* LWIP_HDR_APPS_MDNS_H */
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Generated by LwipMibCompiler
|
Generated by LwipMibCompiler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SNMP_FRAMEWORK_MIB_H
|
#ifndef LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
|
||||||
#define SNMP_FRAMEWORK_MIB_H SNMP_FRAMEWORK_MIB_H
|
#define LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
|
||||||
|
|
||||||
#include "lwip/apps/snmp_opts.h"
|
#include "lwip/apps/snmp_opts.h"
|
||||||
#if LWIP_SNMP
|
#if LWIP_SNMP
|
||||||
@ -29,4 +29,4 @@ extern const struct snmp_mib snmpframeworkmib;
|
|||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* LWIP_SNMP */
|
#endif /* LWIP_SNMP */
|
||||||
#endif /* SNMP_FRAMEWORK_MIB_H */
|
#endif /* LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H */
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Generated by LwipMibCompiler
|
Generated by LwipMibCompiler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SNMP_USER_BASED_SM_MIB_H
|
#ifndef LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
|
||||||
#define SNMP_USER_BASED_SM_MIB_H SNMP_USER_BASED_SM_MIB_H
|
#define LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
|
||||||
|
|
||||||
#include "lwip/apps/snmp_opts.h"
|
#include "lwip/apps/snmp_opts.h"
|
||||||
#if LWIP_SNMP
|
#if LWIP_SNMP
|
||||||
@ -21,4 +21,4 @@ extern const struct snmp_mib snmpusmmib;
|
|||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* LWIP_SNMP */
|
#endif /* LWIP_SNMP */
|
||||||
#endif /* SNMP_USER_BASED_SM_MIB_H */
|
#endif /* LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user