diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-26 17:01:45 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-26 17:01:45 +0000 |
commit | dd529a30accac95bf738e369d72c825fcb25686e (patch) | |
tree | 4bb4d8f5476f36c58778581ef301182df251e542 /spl_config.h.in | |
parent | bf9f3bac95bfccbc765f09f5b372197184cce8d7 (diff) |
Include META file support.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@181 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
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 |