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
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
mariadb
Commits
86cb9bf9
Commit
86cb9bf9
authored
Jan 23, 2006
by
SergeyV@selena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes after initial patch to #15787
parent
7390183d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
zlib/Makefile.am
zlib/Makefile.am
+2
-0
zlib/README.MySQL
zlib/README.MySQL
+9
-0
zlib/zconf.h
zlib/zconf.h
+1
-1
No files found.
zlib/Makefile.am
View file @
86cb9bf9
...
...
@@ -16,6 +16,8 @@
# Process this file with automake to create Makefile.in
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
pkglib_LTLIBRARIES
=
libz.la
libz_la_LDFLAGS
=
-version-info
3:3:2
...
...
zlib/README.MySQL
View file @
86cb9bf9
...
...
@@ -5,3 +5,12 @@ original zlib distribution. You can find the original distribution at
http://www.gzip.org/zlib/
or
http://www.zlib.net/
Revision history:
20.01.2006. The following files were changed as part of #15787 fix:
makefile.am
gzio.c
zconf.h
README.mysql
zlib/zconf.h
View file @
86cb9bf9
...
...
@@ -288,7 +288,7 @@ typedef uLong FAR uLongf;
typedef
Byte
*
voidp
;
#endif
#if
0 /* HAVE_UNISTD_H -- this line is updated by ./configure */
#if
def HAVE_UNISTD_H
# include <sys/types.h>
/* for off_t */
# include <unistd.h>
/* for SEEK_* and off_t */
# ifdef VMS
...
...
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