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
46a50aa0
Commit
46a50aa0
authored
18 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).
parent
605a3911
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/config-win32.h
+1
-15
1 addition, 15 deletions
lib/config-win32.h
with
1 addition
and
15 deletions
lib/config-win32.h
+
1
−
15
View file @
46a50aa0
...
...
@@ -9,9 +9,6 @@
/* HEADER FILES */
/* ---------------------------------------------------------------- */
/* Define if you have the <alloca.h> header file. */
/* #define HAVE_ALLOCA_H 1 */
/* Define if you have the <arpa/inet.h> header file. */
/* #define HAVE_ARPA_INET_H 1 */
...
...
@@ -36,11 +33,6 @@
/* Define if you have the <io.h> header file. */
#define HAVE_IO_H 1
/* Define if you have the <malloc.h> header file. */
#ifndef __SALFORDC__
#define HAVE_MALLOC_H 1
#endif
/* Define if you need the malloc.h header file even with stdlib.h */
#ifndef __SALFORDC__
#define NEED_MALLOC_H 1
...
...
@@ -218,17 +210,11 @@
/* Define if you have the tcsetattr function. */
/* #define HAVE_TCSETATTR 1 */
/* Define if you have the uname function. */
/* #define HAVE_UNAME 1 */
/* Define if you have the utime function */
#ifndef __BORLANDC__
#define HAVE_UTIME 1
#endif
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define if you have the getnameinfo function. */
#define HAVE_GETNAMEINFO 1
...
...
@@ -375,7 +361,7 @@
/* Define cpu-machine-OS */
#undef OS
#if defined(_M_IX86)
/* x86
*/
#if defined(_M_IX86)
|| defined(__i386__)
/* x86 (MSVC or gcc)
*/
#define OS "i386-pc-win32"
#elif defined(_M_IA64)
/* Itanium */
#define OS "ia64-pc-win32"
...
...
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