~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-09-13 18:02:04 UTC
  • mfrom: (1.17.15 upstream)
  • mto: (17.6.27 experimental)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: package-import@ubuntu.com-20120913180204-mojnmocbimlom4im
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#undef _FILE_OFFSET_BITS
3
3
#define _LARGEFILE_SOURCE
4
4
#define _FILE_OFFSET_BITS 64
 
5
#if defined(__PPC__) && !defined(__powerpc__)
 
6
#define __powerpc__ 1
 
7
#endif
5
8
#if defined (GRUB_UTIL) || !defined (GRUB_MACHINE)
6
9
#include <config-util.h>
7
10
#define NESTED_FUNC_ATTR
36
39
#define NEED_ENABLE_EXECUTE_STACK @NEED_ENABLE_EXECUTE_STACK@
37
40
/* Define to 1 if GCC generates calls to __register_frame_info().  */
38
41
#define NEED_REGISTER_FRAME_INFO @NEED_REGISTER_FRAME_INFO@
 
42
/* Define to 1 to enable disk cache statistics.  */
 
43
#define DISK_CACHE_STATS @DISK_CACHE_STATS@
 
44
 
 
45
#define GRUB_TARGET_CPU "@GRUB_TARGET_CPU@"
 
46
#define GRUB_PLATFORM "@GRUB_PLATFORM@"
 
47
 
 
48
#define RE_ENABLE_I18N 1
39
49
 
40
50
#if defined(__i386__)
41
51
#define NESTED_FUNC_ATTR __attribute__ ((__regparm__ (1)))