gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] Re: building opencdk-0.5.4 on Solaris 8


From: Dimitri Papadopoulos-Orfanos
Subject: [gnutls-dev] Re: building opencdk-0.5.4 on Solaris 8
Date: Mon, 15 Mar 2004 15:35:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.6) Gecko/20040113

Hi again,

About the getpass() issue, <unistd.h> is already included but a macro needs to be defined:
[...]
Adding:
    #define __EXTENSIONS__
works but I have no clue why it would needed on Solaris.

Mmmh... It would seem getpass() is considered a legacy or deprecated function:
http://www.opengroup.org/onlinepubs/007908799/xsh/getpass.html
http://www.mkssoftware.com/docs/man3/getpass.3.asp
and is actually missing from Single Unix Specification version 3:
http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html

See also:
http://sources.redhat.com/ml/libc-alpha/2003-05/msg00240.html
http://www.gnu.org/software/libc/manual/html_node/getpass.html#getpass

It's probably better not to use getpass().

Regards,
--
Dimitri Papadopoulos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]