Don't define __LDPGSZ if it's already defined.

This commit is contained in:
fredette 2001-05-18 15:34:28 +00:00
parent 69c174610f
commit 4cb4a99c18
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aout_machdep.h,v 1.2 1997/04/09 23:34:29 thorpej Exp $ */ /* $NetBSD: aout_machdep.h,v 1.3 2001/05/18 15:34:28 fredette Exp $ */
/* /*
* Copyright (c) 1993 Christopher G. Demetriou * Copyright (c) 1993 Christopher G. Demetriou
@ -30,7 +30,9 @@
#ifndef _M68K_EXEC_H_ #ifndef _M68K_EXEC_H_
#define _M68K_EXEC_H_ #define _M68K_EXEC_H_
#ifndef __LDPGSZ
#define __LDPGSZ 8192 #define __LDPGSZ 8192
#endif
/* /*
* Override the N_PAGSIZ() macro. * Override the N_PAGSIZ() macro.