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
27d85458
Commit
27d85458
authored
Sep 15, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge shellback.(none):/home/msvensson/mysql/work/my50-work
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
557a8f50
b178e40c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
configure.in
configure.in
+1
-1
ndb/include/ndb_global.h.in
ndb/include/ndb_global.h.in
+0
-4
No files found.
configure.in
View file @
27d85458
...
@@ -1946,7 +1946,7 @@ esac
...
@@ -1946,7 +1946,7 @@ esac
# isinf() could be a function or a macro (HPUX)
# isinf() could be a function or a macro (HPUX)
AC_MSG_CHECKING
(
for
isinf with <math.h>
)
AC_MSG_CHECKING
(
for
isinf with <math.h>
)
AC_TRY_LINK
([
#include <math.h>], [float f = 0.0; i
sinf(f)
],
AC_TRY_LINK
([
#include <math.h>], [float f = 0.0; i
nt r = isinf(f); return r
],
AC_MSG_RESULT
(
yes
)
AC_MSG_RESULT
(
yes
)
AC_DEFINE
(
HAVE_ISINF,
[
1],
[
isinf
()
macro or
function
])
,
AC_DEFINE
(
HAVE_ISINF,
[
1],
[
isinf
()
macro or
function
])
,
AC_MSG_RESULT
(
no
))
AC_MSG_RESULT
(
no
))
...
...
ndb/include/ndb_global.h.in
View file @
27d85458
...
@@ -128,12 +128,8 @@ extern "C" {
...
@@ -128,12 +128,8 @@ extern "C" {
#include "ndb_init.h"
#include "ndb_init.h"
#ifdef SCO
#ifndef PATH_MAX
#ifndef PATH_MAX
#define PATH_MAX 1024
#define PATH_MAX 1024
#endif
#endif
#endif /* SCO */
#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