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:
parent
5e6b400c3c
commit
344998b405
1 changed files with 0 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue