diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-30 08:42:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-30 08:42:35 +0000 |
commit | 7cf2a35515e379d8cc9d95ab1f25273b66cdb039 (patch) | |
tree | b3d277b4e3058196ea961148f759a495e3064062 /lib/libXpm/config.h.in | |
parent | f7c76eb933b14f483e672c1058e0d6ffc71579ed (diff) |
merge libXpm 3.5.7
Diffstat (limited to 'lib/libXpm/config.h.in')
-rw-r--r-- | lib/libXpm/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXpm/config.h.in b/lib/libXpm/config.h.in index 107bf4be2..80991ab11 100644 --- a/lib/libXpm/config.h.in +++ b/lib/libXpm/config.h.in @@ -33,6 +33,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Location of translated messages */ +#undef LOCALEDIR + /* Name of package */ #undef PACKAGE @@ -66,5 +69,8 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if you want to use the gettext() function. */ +#undef USE_GETTEXT + /* Version number of package */ #undef VERSION |