Ignore:
Timestamp:
Feb 1, 2019, 9:57:09 PM (5 years ago)
Author:
coas-nagasima
Message:

TINETとSocket APIなどを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/curl-7.57.0/lib/curl_config.h

    r337 r364  
    7272
    7373/* to disable verbose strings */
    74 /* #undef CURL_DISABLE_VERBOSE_STRINGS */
     74#define CURL_DISABLE_VERBOSE_STRINGS 1
    7575
    7676/* Definition to make a library symbol externally visible. */
     
    573573
    574574/* Define to 1 if you have the signal function. */
    575 #define HAVE_SIGNAL 1
     575/* #undef HAVE_SIGNAL */
    576576
    577577/* Define to 1 if you have the <signal.h> header file. */
     
    948948
    949949/* If you want to build curl with the built-in manual */
    950 #define USE_MANUAL 1
     950/* #undef USE_MANUAL */
    951951
    952952/* if mbedTLS is enabled */
Note: See TracChangeset for help on using the changeset viewer.