diff options
Diffstat (limited to 'lib/sbuild/config.h.in')
-rw-r--r-- | lib/sbuild/config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/sbuild/config.h.in b/lib/sbuild/config.h.in index 21a1efe6..d4fdbe70 100644 --- a/lib/sbuild/config.h.in +++ b/lib/sbuild/config.h.in @@ -24,6 +24,9 @@ correct library to use. This depends upon the libraries found at configure time. */ +/* Set if NLS support is available */ +#undef SBUILD_FEATURE_NLS + /* Set if PAM support is available */ #undef SBUILD_FEATURE_PAM @@ -54,12 +57,6 @@ /* Define to 1 if you have the <memory> header file. */ #undef HAVE_MEMORY -/* Define to 1 if you have the <tr1/memory> header file. */ -#undef HAVE_TR1_MEMORY - -/* Define to 1 if you have the <tr1/tuple> header file. */ -#undef HAVE_TR1_TUPLE - /* Define to 1 if you have the <tuple> header file. */ #undef HAVE_TUPLE |