Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
611b737a
Commit
611b737a
authored
Nov 30, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Excluded verbose and bad change to Mac OS X universal binaries handling
parent
369d75dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
18 deletions
+1
-18
include/my_global.h
include/my_global.h
+1
-18
No files found.
include/my_global.h
View file @
611b737a
...
@@ -95,9 +95,9 @@
...
@@ -95,9 +95,9 @@
# undef SIZEOF_LONG_LONG
# undef SIZEOF_LONG_LONG
# undef SIZEOF_OFF_T
# undef SIZEOF_OFF_T
# undef SIZEOF_SHORT
# undef SIZEOF_SHORT
# undef WORDS_BIGENDIAN
#if defined(__i386__)
#if defined(__i386__)
# undef WORDS_BIGENDIAN
# define SIZEOF_CHARP 4
# define SIZEOF_CHARP 4
# define SIZEOF_INT 4
# define SIZEOF_INT 4
# define SIZEOF_LONG 4
# define SIZEOF_LONG 4
...
@@ -114,23 +114,6 @@
...
@@ -114,23 +114,6 @@
# define SIZEOF_OFF_T 8
# define SIZEOF_OFF_T 8
# define SIZEOF_SHORT 2
# define SIZEOF_SHORT 2
#if defined(__x86_64__)
# define SIZEOF_CHARP 8
# define SIZEOF_INT 4
# define SIZEOF_LONG 8
# define SIZEOF_LONG_LONG 8
# define SIZEOF_OFF_T 8
# define SIZEOF_SHORT 2
#elif defined(__ppc64__)
# define WORDS_BIGENDIAN
# define SIZEOF_CHARP 8
# define SIZEOF_INT 4
# define SIZEOF_LONG 8
# define SIZEOF_LONG_LONG 8
# define SIZEOF_OFF_T 8
# define SIZEOF_SHORT 2
#else
#else
# error Building FAT binary for an unknown architecture.
# error Building FAT binary for an unknown architecture.
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment