diff options
Diffstat (limited to 'apps/xclock/config.h.in')
-rw-r--r-- | apps/xclock/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/xclock/config.h.in b/apps/xclock/config.h.in index 40490ac1f..b5f9fb8c9 100644 --- a/apps/xclock/config.h.in +++ b/apps/xclock/config.h.in @@ -3,7 +3,7 @@ /* Define to 1 if you have the `getpid' function. */ #undef HAVE_GETPID -/* Define to 1 if iconv() is available. */ +/* Define if you have the iconv() function. */ #undef HAVE_ICONV /* Define to 1 if you have the <inttypes.h> header file. */ @@ -36,6 +36,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + /* Name of package */ #undef PACKAGE |