Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a4f5516f
Commit
a4f5516f
authored
Jun 05, 2003
by
Jörn Engel
Committed by
Linus Torvalds
Jun 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] zlib cleanup: __32BIT__ and STDC
Remove unused __32BIT__ and STDC macros
parent
ff8009c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
include/linux/zconf.h
include/linux/zconf.h
+0
-18
No files found.
include/linux/zconf.h
View file @
a4f5516f
...
@@ -8,18 +8,6 @@
...
@@ -8,18 +8,6 @@
#ifndef _ZCONF_H
#ifndef _ZCONF_H
#define _ZCONF_H
#define _ZCONF_H
#if defined(__GNUC__) || defined(__386__) || defined(i386)
# ifndef __32BIT__
# define __32BIT__
# endif
#endif
#if defined(__STDC__) || defined(__cplusplus)
# ifndef STDC
# define STDC
# endif
#endif
/* The memory requirements for deflate are (in bytes):
/* The memory requirements for deflate are (in bytes):
(1 << (windowBits+2)) + (1 << (memLevel+9))
(1 << (windowBits+2)) + (1 << (memLevel+9))
that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
...
@@ -49,13 +37,7 @@
...
@@ -49,13 +37,7 @@
/* Type declarations */
/* Type declarations */
#ifndef OF
/* function prototypes */
# ifdef STDC
# define OF(args) args
# define OF(args) args
# else
# define OF(args) ()
# endif
#endif
#ifndef ZEXPORT
#ifndef ZEXPORT
# define ZEXPORT
# define ZEXPORT
...
...
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