openflow build environment setup

This commit is contained in:
2025-11-11 16:45:43 +08:00
parent be0a7ad9b3
commit 50ecb9a23f
2767 changed files with 62766 additions and 649828 deletions

View File

@ -0,0 +1,23 @@
/* include/click/config-ns.h. Generated from config-ns.h.in by configure. */
/* Process this file with configure to produce config-ns.h. -*- mode: c -*- */
#ifndef CLICK_CONFIG_NS_H
#define CLICK_CONFIG_NS_H
#ifdef __cplusplus
/* Define macros that surround Click declarations. */
#define CLICK_DECLS namespace Click {
#define CLICK_ENDDECLS }
#define CLICK_USING_DECLS using namespace Click;
#define CLICK_NAME(name) ::Click::name
#endif /* __cplusplus */
/* The ns driver probably can't use clock_gettime. */
#define HAVE_USE_CLOCK_GETTIME 0
/* Include userlevel configuration. */
#define CLICK_USERLEVEL 1
#include <click/config-userlevel.h>
#endif /* CLICK_CONFIG_NS_H */