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
392bb51f
Commit
392bb51f
authored
Jun 17, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in, net_serv.cc, compile-netware-END:
Changes for Netware
parent
104748dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
configure.in
configure.in
+3
-3
netware/BUILD/compile-netware-END
netware/BUILD/compile-netware-END
+0
-5
sql/net_serv.cc
sql/net_serv.cc
+4
-0
No files found.
configure.in
View file @
392bb51f
...
@@ -1137,7 +1137,7 @@ dnl Is this the right match for DEC OSF on alpha?
...
@@ -1137,7 +1137,7 @@ dnl Is this the right match for DEC OSF on alpha?
# Edit Makefile.in files.
# Edit Makefile.in files.
#
#
echo
-n
"configuring Makefile.in files for NetWare... "
echo
-n
"configuring Makefile.in files for NetWare... "
for
file
in
sql/Makefile.in libmysql/Makefile.in libmysql_r/Makefile.in
sql/share
/Makefile.in strings/Makefile.in client/Makefile.in
for
file
in
sql/Makefile.in libmysql/Makefile.in libmysql_r/Makefile.in
extra
/Makefile.in strings/Makefile.in client/Makefile.in
do
do
# echo "#### $file ####"
# echo "#### $file ####"
filedir
=
"
`
dirname
$file
`
"
filedir
=
"
`
dirname
$file
`
"
...
@@ -1163,9 +1163,9 @@ s,\(\./gen_lex_hash\)\$(EXEEXT),\1.linux,
...
@@ -1163,9 +1163,9 @@ s,\(\./gen_lex_hash\)\$(EXEEXT),\1.linux,
s%
\(
mysqld_DEPENDENCIES =
\)
%
\1
$lib_DEPENDENCIES
%
s%
\(
mysqld_DEPENDENCIES =
\)
%
\1
$lib_DEPENDENCIES
%
EOF
EOF
;;
;;
sql/share
/Makefile.in
)
extra
/Makefile.in
)
cat
>
$filesed
<<
EOF
cat
>
$filesed
<<
EOF
s,
\(
extra/comp_err
\)
,
\1
.linux,
s,
\(
extra/comp_err
\)
\$
(EXEEXT)
,
\1
.linux,
EOF
EOF
;;
;;
libmysql/Makefile.in
)
libmysql/Makefile.in
)
...
...
netware/BUILD/compile-netware-END
View file @
392bb51f
...
@@ -21,11 +21,6 @@ rm -rf Makefile.in.bk
...
@@ -21,11 +21,6 @@ rm -rf Makefile.in.bk
# run auto tools
# run auto tools
.
$path
/compile-AUTOTOOLS
.
$path
/compile-AUTOTOOLS
# For NetWare there is no comp_err but comp_err.linux
sed
-e
"s/comp_err/comp_err.linux/g"
extra/Makefile.am
>
extra/Makefile.am.
$$
sed
-e
"s/replace comp_err.linux/replace comp_err/g"
extra/Makefile.am.
$$
>
extra/Makefile.am
rm
extra/Makefile.am.
$$
# configure
# configure
./configure
$base_configs
$extra_configs
./configure
$base_configs
$extra_configs
...
...
sql/net_serv.cc
View file @
392bb51f
...
@@ -52,6 +52,10 @@
...
@@ -52,6 +52,10 @@
#include <signal.h>
#include <signal.h>
#include <errno.h>
#include <errno.h>
#ifdef __NETWARE__
#include <sys/select.h>
#endif
#ifdef EMBEDDED_LIBRARY
#ifdef EMBEDDED_LIBRARY
#undef MYSQL_SERVER
#undef MYSQL_SERVER
#undef MYSQL_CLIENT
#undef MYSQL_CLIENT
...
...
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