cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: The #include in if2ip.c is made unconditionally which is bad and needs to be fixed

From: Frank Chang <frank_chang91_at_hotmail.com>
Date: Sat, 15 Dec 2012 23:55:43 -0500

Daniel Stenberg, Please read the following email I sent to Yang Tse a few hours ago. Thank you.
 

From: frank_chang91_at_hotmail.com
To: yangsita_at_gmail.com
Subject: diff curl-7.28.2-20121213/lib/setup_once.h curl-7.28.1/lib/setup_once.h
Date: Sat, 15 Dec 2012 18:23:57 -0500

Yang Tse, diff curl-7.28.2-20121213/lib/setup_once.h curl-7.28.1/lib/setup_once.h returns the following output. We notice something different about
curl-7.28.220121213/lib/setup_once.h . Thank you.
 
 
319a320,331
> * Some HP-UX system headers require TRUE defined to 1 and FALSE to 0.
> */
>
> #if defined(__hpux)
> #undef TRUE
> #define TRUE 1
> #undef FALSE
> #define FALSE 0
> #endif
>
>
> /*
                                               

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-16