mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
58527a0e88
cleanup config files for NetBSD 2.0 (cherry picked from commit cf8a163c20179d76075653af243305446604bc92)
11 lines
216 B
C
11 lines
216 B
C
#ifndef AFS_PPC_PARAM_H
|
|
#define AFS_PPC_PARAM_H
|
|
|
|
#define SYS_NAME "macppc_nbsd20"
|
|
#define SYS_NAME_ID SYS_NAME_ID_macppc_nbsd20
|
|
|
|
#define AFS_PPC_ENV 1
|
|
#define AFSBIG_ENDIAN 1
|
|
|
|
#endif /* AFS_PCC_PARAM_H */
|