mirror of
https://github.com/curl/curl.git
synced 2026-04-30 13:27:51 +03:00
curl_setup: disable use of FLOSS for 64-bit NonStop builds
Older 32-bit builds currently need FLOSS. This dependency may be removed in future OS releases. Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca> Closes #9575
This commit is contained in:
parent
ce30d518de
commit
7801cb9fd9
1 changed files with 4 additions and 2 deletions
|
|
@ -322,8 +322,10 @@
|
|||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#ifdef __TANDEM /* for nsr-tandem-nsk systems */
|
||||
#include <floss.h>
|
||||
#ifdef __TANDEM /* for ns*-tandem-nsk systems */
|
||||
# if ! defined __LP64
|
||||
# include <floss.h> /* FLOSS is only used for 32-bit builds. */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef STDC_HEADERS /* no standard C headers! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue