diff options
Diffstat (limited to 'src/fastd_config.h.in')
-rw-r--r-- | src/fastd_config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index 7426baf..8394853 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -24,8 +24,7 @@ */ -#ifndef _FASTD_FASTD_CONFIG_H_ -#define _FASTD_FASTD_CONFIG_H_ +#pragma once #cmakedefine HAVE_AI_ADDRCONFIG #cmakedefine HAVE_ETHHDR @@ -52,5 +51,3 @@ #cmakedefine ENABLE_OPENSSL #define MAX_CONFIG_DEPTH @MAX_CONFIG_DEPTH_NUM@ - -#endif /* _FASTD_FASTD_CONFIG_H_ */ |