diff options
Diffstat (limited to 'main/lzo/config.hin')
-rw-r--r-- | main/lzo/config.hin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/lzo/config.hin b/main/lzo/config.hin index bd528c0a..985cca77 100644 --- a/main/lzo/config.hin +++ b/main/lzo/config.hin @@ -1,5 +1,8 @@ /* config.hin. Generated from configure.ac by autoheader. */ +#ifndef __LZO_AUTOCONF_CONFIG_H_INCLUDED +#define __LZO_AUTOCONF_CONFIG_H_INCLUDED 1 + /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD @@ -388,3 +391,5 @@ /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t + +#endif /* already included */ |