diff options
author | Brian Behlendorf <[email protected]> | 2008-11-26 13:26:05 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-11-26 13:26:05 -0800 |
commit | 72e7de60262b8a1925e0a384a76cc1d745ea310e (patch) | |
tree | 8c6cc7a57b7f57765ee90d7456f3ff5b17ecf9a3 /spl_config.h.in | |
parent | abc3ca149d719cca5c807f38030d01f61e97d87d (diff) |
Prefix META_ALIAS with SPL_
Diffstat (limited to 'spl_config.h.in')
-rw-r--r-- | spl_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spl_config.h.in b/spl_config.h.in index 64b00244a..dfca13d09 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -108,9 +108,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define the project alias string. */ -#undef META_ALIAS - /* Define to 1 to disable debug tracing */ #undef NDEBUG @@ -132,6 +129,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define the project alias string. */ +#undef SPL_META_ALIAS + /* Define the project author. */ #undef SPL_META_AUTHOR |