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
b40b9677
Commit
b40b9677
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
VMS adjustments
parent
c80ad865
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Makefile.am
+1
-0
1 addition, 0 deletions
src/Makefile.am
src/config-vms.h
+21
-0
21 additions, 0 deletions
src/config-vms.h
src/setup.h
+1
-1
1 addition, 1 deletion
src/setup.h
with
23 additions
and
1 deletion
src/Makefile.am
+
1
−
0
View file @
b40b9677
...
...
@@ -13,6 +13,7 @@ bin_PROGRAMS = curl #memtest
noinst_HEADERS
=
setup.h
\
config-win32.h
\
config-mac.h
\
config-vms.h
\
urlglob.h
\
version.h
\
writeout.h
...
...
This diff is collapsed.
Click to expand it.
src/config-vms.h
0 → 100644
+
21
−
0
View file @
b40b9677
/* src/config.h. Generated automatically by configure. */
/* Define cpu-machine-OS */
#define OS "ALPHA-COMPAQ-VMS"
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if you have the <io.h> header file. */
#undef HAVE_IO_H
/* Define if you have strdup() */
#define HAVE_STRDUP 1
/* Define if you have utime() */
#undef HAVE_UTIME
/* Define if you have the <utime.h> header file */
#undef HAVE_UTIME_H
/* Define if you have thhe <sys/utime.h> header file */
#undef HAVE_SYS_UTIME_H
This diff is collapsed.
Click to expand it.
src/setup.h
+
1
−
1
View file @
b40b9677
...
...
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#ifdef VMS
#include
"
../
config-vms.h"
#include
"config-vms.h"
#else
#include
"config.h"
/* the configure script results */
#endif
...
...
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