mirror of
				git://git.code.sf.net/p/cdesktopenv/code
				synced 2025-03-09 15:50:02 +00:00 
			
		
		
		
	Merge /u/jrubio/cdesktopenv/ branch dtksh_include_sys_sysmacros into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/10/
This commit is contained in:
		
						commit
						086672e193
					
				
					 5 changed files with 33 additions and 3 deletions
				
			
		| 
						 | 
					@ -79,7 +79,7 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
 | 
				
			||||||
#   undef amd64
 | 
					#   undef amd64
 | 
				
			||||||
# endif
 | 
					# endif
 | 
				
			||||||
# if defined(__arm__)
 | 
					# if defined(__arm__)
 | 
				
			||||||
#   define Arm32Architecture
 | 
					#   define ARMArchitecture
 | 
				
			||||||
#   undef __arm__
 | 
					#   undef __arm__
 | 
				
			||||||
#   if defined(zaurus)
 | 
					#   if defined(zaurus)
 | 
				
			||||||
#     undef zaurus
 | 
					#     undef zaurus
 | 
				
			||||||
| 
						 | 
					@ -474,14 +474,19 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
 | 
				
			||||||
#   define AMD64Architecture
 | 
					#   define AMD64Architecture
 | 
				
			||||||
#  endif
 | 
					#  endif
 | 
				
			||||||
# endif
 | 
					# endif
 | 
				
			||||||
# if defined(__arm__)
 | 
					# if defined(__arm__) || defined(__arm32__)
 | 
				
			||||||
# undef __arm__
 | 
					 | 
				
			||||||
# define ARMArchitecture
 | 
					# define ARMArchitecture
 | 
				
			||||||
 | 
					#   undef __arm__
 | 
				
			||||||
 | 
					#   undef __arm32__
 | 
				
			||||||
# endif
 | 
					# endif
 | 
				
			||||||
# if defined(__sparc__) || defined(sparc)
 | 
					# if defined(__sparc__) || defined(sparc)
 | 
				
			||||||
# define SparcArchitecture
 | 
					# define SparcArchitecture
 | 
				
			||||||
# undef sparc
 | 
					# undef sparc
 | 
				
			||||||
# endif
 | 
					# endif
 | 
				
			||||||
 | 
					# if defined(__aarch64__)
 | 
				
			||||||
 | 
					#   define AArch64Architecture
 | 
				
			||||||
 | 
					#   undef __aarch64__
 | 
				
			||||||
 | 
					# endif
 | 
				
			||||||
#endif /* linux */
 | 
					#endif /* linux */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(sequent) || defined(_SEQUENT_)
 | 
					#if defined(sequent) || defined(_SEQUENT_)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -238,6 +238,16 @@ TIRPCINC =
 | 
				
			||||||
# endif
 | 
					# endif
 | 
				
			||||||
#endif /* AMD64Architecture */
 | 
					#endif /* AMD64Architecture */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef AArch64Architecture
 | 
				
			||||||
 | 
					# ifndef OptimizedCDebugFlags
 | 
				
			||||||
 | 
					#  define OptimizedCDebugFlags -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -fno-strict-aliasing
 | 
				
			||||||
 | 
					# endif
 | 
				
			||||||
 | 
					# define LinuxMachineDefines   -D__aarch64__
 | 
				
			||||||
 | 
					# define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME
 | 
				
			||||||
 | 
					# define ServerExtraDefines    -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
 | 
				
			||||||
 | 
					#endif /* AArch64Architecture */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef PpcArchitecture
 | 
					#ifdef PpcArchitecture
 | 
				
			||||||
# ifndef OptimizedCDebugFlags
 | 
					# ifndef OptimizedCDebugFlags
 | 
				
			||||||
#  define OptimizedCDebugFlags    DefaultGcc2i386Opt
 | 
					#  define OptimizedCDebugFlags    DefaultGcc2i386Opt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,6 +90,11 @@
 | 
				
			||||||
#define __VA_START__(p,a)	va_start(p)
 | 
					#define __VA_START__(p,a)	va_start(p)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(__linux__)
 | 
				
			||||||
 | 
					#include <sys/sysmacros.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "pax.h"
 | 
					#include "pax.h"
 | 
				
			||||||
#include "options.h"
 | 
					#include "options.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,6 +90,11 @@
 | 
				
			||||||
#define __VA_START__(p,a)	va_start(p)
 | 
					#define __VA_START__(p,a)	va_start(p)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(__linux__)
 | 
				
			||||||
 | 
					#include <sys/sysmacros.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "pax.h"
 | 
					#include "pax.h"
 | 
				
			||||||
#include "options.h"
 | 
					#include "options.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,6 +90,11 @@
 | 
				
			||||||
#define __VA_START__(p,a)	va_start(p)
 | 
					#define __VA_START__(p,a)	va_start(p)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(__linux__)
 | 
				
			||||||
 | 
					#include <sys/sysmacros.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <ast.h>
 | 
					#include <ast.h>
 | 
				
			||||||
#include <ctype.h>
 | 
					#include <ctype.h>
 | 
				
			||||||
#include <ls.h>
 | 
					#include <ls.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue