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:
Randall S. Becker 2022-09-22 08:49:13 -06:00 committed by Daniel Stenberg
parent ce30d518de
commit 7801cb9fd9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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! */