1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

linux.cf: do not bother using X_LOCALE at all. We do not need it on linux.

This commit is contained in:
Jon Trulson 2012-08-02 19:15:20 -06:00
parent 5e6b400c3c
commit 344998b405

View file

@ -110,11 +110,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
#define StandardCppDefines -traditional StandardDefines
#define ExtensionOSDefines -DXTESTEXT1
#if (LinuxDistribution == LinuxSuSE)
#define LinuxLocaleDefines /**/
#else
#define LinuxLocaleDefines -DX_LOCALE
#endif
#if LinuxCLibMajorVersion < 6
# define LinuxSourceDefines -D_POSIX_SOURCE \