public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: InternetGetConnectedState
       [not found] <200109030541.PAA08108@turing.une.edu.au>
@ 2001-09-02 23:33 ` Christopher Faylor
  2001-09-03  4:22   ` InternetGetConnectedState Ian A. Mason
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2001-09-02 23:33 UTC (permalink / raw)
  To: Ian A. Mason; +Cc: cygwin

On Mon, Sep 03, 2001 at 03:41:41PM +1000, Ian A. Mason wrote:
>Thanks for the reply,  but I don't believe RedHat people
>are mean, though you may be an exception to the rule :-)
>
>Our whole undergraduate program here is run using RedHat, we are
>probably the only University in Australia who actively promotes LINUX,
>and in particular RedHat. So, have you got a more informative answer
>:-)?

When pieces are missing from header files it is because no one has added
the missing pieces.

There is no hidden agenda.

If you would like pieces added, then please supply a patch that adds
what you require to the appropriate header file.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
  2001-09-02 23:33 ` InternetGetConnectedState Christopher Faylor
@ 2001-09-03  4:22   ` Ian A. Mason
  2001-09-03  8:08     ` InternetGetConnectedState Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Ian A. Mason @ 2001-09-03  4:22 UTC (permalink / raw)
  To: cygwin

>When pieces are missing from header files it is because no one has
>added the missing pieces.

So I take it that that means there is no inherent problem with these
functions, after all guess they are straight calls to the underlying
operating system. Its just that I saw a similar query in the mailing
list in 1999, and a related posted fix (I can get the precise
references if required), but nothing seems to have permanently added
to the release since then, at least in the sense that the problem
remains.

Excuse my ignorant questioning, but I've only just recently been
dragged into having to use windows.


-- 
	Dr Ian A. Mason.
        Convener and Postgraduate Coordinator
        Computer Science Division
	School of Mathematical & Computer Sciences
	University of New England
	Armidale    2351
	N.S.W  
	Australia

	phone:  +61 (0)2 6773 2327 
	fax:    +61 (0)2 6773 3312 
	iam@turing.une.edu.au
        http://mcs.une.edu.au/~iam/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
  2001-09-03  4:22   ` InternetGetConnectedState Ian A. Mason
@ 2001-09-03  8:08     ` Christopher Faylor
  2001-09-03 15:37       ` InternetGetConnectedState Ian A. Mason
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2001-09-03  8:08 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 03, 2001 at 09:22:27PM +1000, Ian A. Mason wrote:
>
>>When pieces are missing from header files it is because no one has
>>added the missing pieces.
>
>So I take it that that means there is no inherent problem with these
>functions, after all guess they are straight calls to the underlying
>operating system. Its just that I saw a similar query in the mailing
>list in 1999, and a related posted fix (I can get the precise
>references if required), but nothing seems to have permanently added
>to the release since then, at least in the sense that the problem
>remains.

A mailing list search does not unearth the term InternetGetConnectedState
via either google.com or in the cygwin mailing lists, so I guess an
actual reference is necessary.

>Excuse my ignorant questioning, but I've only just recently been
>dragged into having to use windows.

I'm not sure what Windows has to do with this.  This is an open source
project pretty much like any other.  If you find things missing, you
can roll up your sleeves and contribute the missing bits.

If a patch fell through the cracks, then that's pretty standard too.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
  2001-09-03  8:08     ` InternetGetConnectedState Christopher Faylor
@ 2001-09-03 15:37       ` Ian A. Mason
  0 siblings, 0 replies; 8+ messages in thread
From: Ian A. Mason @ 2001-09-03 15:37 UTC (permalink / raw)
  To: cygwin; +Cc: cygwin

Christopher,
Here are links:



http://sources.redhat.com/ml/cygwin/1999-05/msg00003.html

http://sources.redhat.com/ml/cygwin/1999-10/msg00512.html


to the two messages I was thinking about.
In particular the second message has a link to 

http://www.acc.umu.se/~anorland/gnu-win32/w32api.html

which itself has links (to a more recent version). 

And indeed in the former: 

chipotle.w32api-0.1.5> rgrep -r InternetGet *
include/wininet.h:BOOL WINAPI InternetGetLastResponseInfoA(PDWORD,LPSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetLastResponseInfoW(PDWORD,LPWSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetCookieA(LPCSTR,LPCSTR,LPSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetCookieW(LPCSTR,LPCWSTR,LPWSTR,PDWORD);
include/wininet.h:#define InternetGetLastResponseInfo InternetGetLastResponseInfoW
include/wininet.h:#define InternetGetCookie InternetGetCookieW
include/wininet.h:#define InternetGetLastResponseInfo InternetGetLastResponseInfoA
include/wininet.h:#define InternetGetCookie InternetGetCookieA
lib/wininet.def:InternetGetCertByURL
lib/wininet.def:InternetGetConnectedState
lib/wininet.def:InternetGetCookieA@16
lib/wininet.def:InternetGetCookieW@16
lib/wininet.def:InternetGetLastResponseInfoA@12
lib/wininet.def:InternetGetLastResponseInfoW@12
chipotle.w32api-0.1.5> 

-- 
	Dr Ian A. Mason.
        Convener and Postgraduate Coordinator
        Computer Science Division
	School of Mathematical & Computer Sciences
	University of New England
	Armidale    2351
	N.S.W  
	Australia

	phone:  +61 (0)2 6773 2327 
	fax:    +61 (0)2 6773 3312 
	iam@turing.une.edu.au
        http://mcs.une.edu.au/~iam/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
  2001-09-03 16:54 InternetGetConnectedState Danny Smith
@ 2001-09-03 17:56 ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-09-03 17:56 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 04, 2001 at 09:54:32AM +1000, Danny Smith wrote:
>On Mon, Sep 03, 2001 at 09:22:27PM +1000, Ian A. Mason wrote:
>>
>>>When pieces are missing from header files it is because no one has
>>>added the missing pieces.
>
>FWIW, I have just submitted patch to wininet.h which includes the above
>and related function prototypes and flags.  I've been sitting on them
>for awhile, and this thread reminded me of them.   

Thanks, Danny.  I was hoping that you'd notice this thread.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
@ 2001-09-03 16:54 Danny Smith
  2001-09-03 17:56 ` InternetGetConnectedState Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Danny Smith @ 2001-09-03 16:54 UTC (permalink / raw)
  To: Cygwin

On Mon, Sep 03, 2001 at 09:22:27PM +1000, Ian A. Mason wrote:
>
>>When pieces are missing from header files it is because no one has
>>added the missing pieces.



FWIW, I have just submitted patch to wininet.h which includes the above
and related function prototypes and flags.  I've been sitting on them
for awhile, and this thread reminded me of them.   

Danny
 


http://travel.yahoo.com.au - Yahoo! Travel
- Got Itchy feet? Get inspired!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: InternetGetConnectedState
  2001-09-02 22:16 ` InternetGetConnectedState Ian A. Mason
@ 2001-09-02 22:31   ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-09-02 22:31 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 03, 2001 at 03:16:40PM +1000, Ian A. Mason wrote:
>I am curious as to why InternetGetConnectedState and related
>functions are not in the cygwin wininet.h. Surely these
>are common enough to warrant inclusion, is there some
>deep and meaningful reason they are not there?

It's probably because we're just plain mean.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* InternetGetConnectedState
  2001-09-02 22:13 how to install patch Tim Gong
@ 2001-09-02 22:16 ` Ian A. Mason
  2001-09-02 22:31   ` InternetGetConnectedState Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Ian A. Mason @ 2001-09-02 22:16 UTC (permalink / raw)
  To: cygwin

I am curious as to why InternetGetConnectedState and related
functions are not in the cygwin wininet.h. Surely these
are common enough to warrant inclusion, is there some
deep and meaningful reason they are not there?



-- 
	Dr Ian A. Mason.
        Convener and Postgraduate Coordinator
        Computer Science Division
	School of Mathematical & Computer Sciences
	University of New England
	Armidale    2351
	N.S.W  
	Australia

	phone:  +61 (0)2 6773 2327 
	fax:    +61 (0)2 6773 3312 
	iam@turing.une.edu.au
        http://mcs.une.edu.au/~iam/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-09-03 17:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200109030541.PAA08108@turing.une.edu.au>
2001-09-02 23:33 ` InternetGetConnectedState Christopher Faylor
2001-09-03  4:22   ` InternetGetConnectedState Ian A. Mason
2001-09-03  8:08     ` InternetGetConnectedState Christopher Faylor
2001-09-03 15:37       ` InternetGetConnectedState Ian A. Mason
2001-09-03 16:54 InternetGetConnectedState Danny Smith
2001-09-03 17:56 ` InternetGetConnectedState Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2001-09-02 22:13 how to install patch Tim Gong
2001-09-02 22:16 ` InternetGetConnectedState Ian A. Mason
2001-09-02 22:31   ` InternetGetConnectedState Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).