~ubuntu-branches/ubuntu/vivid/vice/vivid-proposed

« back to all changes in this revision

Viewing changes to src/platform/platform_linux_libc_version.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-19 08:05:48 UTC
  • mfrom: (17.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141019080548-mb75mi9i7d3k7ui3
Tags: 2.4.dfsg+2.4.9-2
Re-try to fix build race with building in po/ first.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#define QUOTE(x) XQUOTE(x)
34
34
#define XQUOTE(x) #x
35
35
 
 
36
/* Linux OW version discovery */
 
37
#if !defined(PLATFORM_OS) && defined(WATCOM_COMPILE)
 
38
#  define PLATFORM_OS "Linux (openwatcom)"
 
39
#endif
 
40
 
36
41
/* Linux newlib version discovery */
37
42
#if !defined(PLATFORM_OS) && defined(_NEWLIB_VERSION)
38
43
#  define PLATFORM_OS "Linux newlib " _NEWLIB_VERSION