Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
12
external/nflog/internal.h
vendored
Normal file
12
external/nflog/internal.h
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef INTERNAL_H
|
||||
#define INTERNAL_H 1
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_VISIBILITY_HIDDEN
|
||||
# define __visible __attribute__((visibility("default")))
|
||||
# define EXPORT_SYMBOL(x) typeof(x) (x) __visible
|
||||
#else
|
||||
# define EXPORT_SYMBOL
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue