~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/config/param.amd64_nbsd30.h

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef AFS_AMD64_PARAM_H
 
2
#define AFS_AMD64_PARAM_H
 
3
 
 
4
#define AFS_X86_XBSD_ENV 1
 
5
#define AFS_X86_ENV 1
 
6
#define AFSLITTLE_ENDIAN 1
 
7
 
 
8
#define SYS_NAME       "amd64_nbsd30"
 
9
#define SYS_NAME_ID    SYS_NAME_ID_amd64_nbsd30
 
10
 
 
11
#define AFS_64BITPOINTER_ENV  1
 
12
#ifndef UKERNEL
 
13
/* This section for kernel libafs compiles only */
 
14
 
 
15
#else /* !defined(UKERNEL) */
 
16
 
 
17
/* This section for user space compiles only */
 
18
 
 
19
#endif /* !defined(UKERNEL) */
 
20
 
 
21
#endif /* AFS_AMD64_PARAM_H */