diff options
Diffstat (limited to 'spl_config.h.in')
-rw-r--r-- | spl_config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/spl_config.h.in b/spl_config.h.in index cf1faaae3..09d0d917a 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -108,6 +108,33 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define the project alias string. */ +#undef META_ALIAS + +/* Define the project author. */ +#undef META_AUTHOR + +/* Define the project release date. */ +#undef META_DATE + +/* Define the libtool library 'age' version information. */ +#undef META_LT_AGE + +/* Define the libtool library 'current' version information. */ +#undef META_LT_CURRENT + +/* Define the libtool library 'revision' version information. */ +#undef META_LT_REVISION + +/* Define the project name. */ +#undef META_NAME + +/* Define the project release. */ +#undef META_RELEASE + +/* Define the project version. */ +#undef META_VERSION + /* Define to 1 to disable debug tracing */ #undef NDEBUG |