diff options
author | marha <marha@users.sourceforge.net> | 2009-10-07 09:21:18 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-07 09:21:18 +0000 |
commit | b741086f4b268041e1c171c6dc4bb9182e7666d3 (patch) | |
tree | 02dfe9fd170cddb55b6532de49768133221ef3b6 /libxkbfile/config.h.in | |
parent | f78ab58911de1fa9a15afffcd4fcdc11ae67c646 (diff) | |
parent | c73dc01b6de45612b24dc2dd34fba24d81ebf46c (diff) | |
download | vcxsrv-b741086f4b268041e1c171c6dc4bb9182e7666d3.tar.gz vcxsrv-b741086f4b268041e1c171c6dc4bb9182e7666d3.tar.bz2 vcxsrv-b741086f4b268041e1c171c6dc4bb9182e7666d3.zip |
svn merge ^/branches/released .
Diffstat (limited to 'libxkbfile/config.h.in')
-rw-r--r-- | libxkbfile/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libxkbfile/config.h.in b/libxkbfile/config.h.in index f4fd16951..1037f0d6a 100644 --- a/libxkbfile/config.h.in +++ b/libxkbfile/config.h.in @@ -30,7 +30,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Do not have `strcasecmp'. */ +/* 'Unlocked stdio' */ +#undef HAVE_UNLOCKED_STDIO + +/* Do not have 'strcasecmp'. */ #undef NEED_STRCASECMP /* Name of package */ |