Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6677959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:11:09+00:00 2026-05-26T04:11:09+00:00

Firstly, what is DSUSP? I’m trying to disable it using the following code line:

  • 0

Firstly, what is DSUSP?

I’m trying to disable it using the following code line:

tntty.c_cc[VDSUSP] = _POSIX_VDISABLE;  

But I get the error that “VDSUSP is undeclared”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:11:10+00:00Added an answer on May 26, 2026 at 4:11 am

    The Linux termios(3) man page describes it thus (emphasis mine):

    VDSUSP (not in POSIX; not supported under Linux; 031, EM,
    Ctrl-Y) Delayed suspend character: send SIGTSTP signal when the
    character is read by the user program. Recognized when IEXTEN
    and ISIG are set, and the system supports job control, and then not
    passed as input.

    As this isn’t a POSIX-specified index, you should test for its presence and only attempt to disable it on platforms where it is defined:

    #ifdef VDSUSP
    tntty.c_cc[VDSUSP] = _POSIX_VDISABLE;  
    #endif
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly here is the code that im trying to get to work- private: System::Void
Firstly anyone else trying to get onto forum.hibernate.org. I have been trying for a
Firstly, thanks for your help. Here's my situation: I'm trying to edit the code
Firstly, I'm not using rails. This is vanilla ruby application. I've read about packaging
Firstly I design the site & convert it into HTML using Twitter bootstrap. The
Firstly, I'd like to show you a piece of code. The code is a
Firstly, I have search Stack Overflow for the answer, but I have not found
Firstly, I'm starting to use StructureMap, but an example in any DI framework will
Firstly I tried fiding some similar posts but could not quite find anything. Mainly
Firstly, I know I should be using proper Threading techniques (Threadpool, BeginInvoke, etc.) to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.