dp_platform.cxx (941ddfd7) dp_platform.cxx (08797115)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51#define PLATFORM_LINUX_HPPA "linux_hppa"
52#define PLATFORM_LINUX_ALPHA "linux_alpha"
53
54
55
56#define PLATFORM_SOLARIS_SPARC "solaris_sparc"
57#define PLATFORM_SOLARIS_SPARC64 "solaris_sparc64"
58#define PLATFORM_SOLARIS_X86 "solaris_x86"
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 42 unchanged lines hidden (view full) ---

51#define PLATFORM_LINUX_HPPA "linux_hppa"
52#define PLATFORM_LINUX_ALPHA "linux_alpha"
53
54
55
56#define PLATFORM_SOLARIS_SPARC "solaris_sparc"
57#define PLATFORM_SOLARIS_SPARC64 "solaris_sparc64"
58#define PLATFORM_SOLARIS_X86 "solaris_x86"
59#define PLATFORM_FREEBSD_ARM "freebsd_arm"
59#define PLATFORM_FREEBSD_POWERPC "freebsd_powerpc"
60#define PLATFORM_FREEBSD_POWERPC64 "freebsd_powerpc64"
61#define PLATFORM_FREEBSD_X86 "freebsd_x86"
62#define PLATFORM_FREEBSD_X86_64 "freebsd_x86_64"
63#define PLATFORM_MACOSX_X86 "macosx_x86"
64#define PLATFORM_MACOSX_X86_64 "macosx_x86_64"
65#define PLATFORM_MACOSX_PPC "macosx_powerpc"
66#define PLATFORM_OS2_X86 "os2_x86"

--- 171 unchanged lines hidden ---
60#define PLATFORM_FREEBSD_POWERPC "freebsd_powerpc"
61#define PLATFORM_FREEBSD_POWERPC64 "freebsd_powerpc64"
62#define PLATFORM_FREEBSD_X86 "freebsd_x86"
63#define PLATFORM_FREEBSD_X86_64 "freebsd_x86_64"
64#define PLATFORM_MACOSX_X86 "macosx_x86"
65#define PLATFORM_MACOSX_X86_64 "macosx_x86_64"
66#define PLATFORM_MACOSX_PPC "macosx_powerpc"
67#define PLATFORM_OS2_X86 "os2_x86"

--- 171 unchanged lines hidden ---