Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
479466a4
Commit
479466a4
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty.
parent
fa2a8f6f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+2
-0
2 additions, 0 deletions
CHANGES
acinclude.m4
+2
-2
2 additions, 2 deletions
acinclude.m4
with
4 additions
and
2 deletions
CHANGES
+
2
−
0
View file @
479466a4
...
...
@@ -18,6 +18,8 @@ Yang Tse (7 Aug 2008)
expansion which consists of a single double-quoted string as the result of
concatenating all of them.
- Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty.
- Prevent buildconf from removing 'Makefile' and 'missing' files. This would
blow away our CVS checked files 'missing' and 'hiper/Makefile'.
...
...
This diff is collapsed.
Click to expand it.
acinclude.m4
+
2
−
2
View file @
479466a4
...
...
@@ -3579,13 +3579,13 @@ curl_includes_inttypes="\
])
dnl DO_CURL_OFF_T_CHECK(TYPE, SIZE)
dnl DO_CURL_OFF_T_CHECK
(TYPE, SIZE)
dnl -------------------------------------------------
dnl Internal macro for CURL_CONFIGURE_CURL_OFF_T
AC_DEFUN([DO_CURL_OFF_T_CHECK], [
AC_REQUIRE([CURL_INCLUDES_INTTYPES])dnl
if test "$x_typeof" = "unknown"; then
if test "$x_typeof" = "unknown"
&& test ! -z "$1"
; then
tmp_includes=""
tmp_source=""
tmp_fmt=""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment