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_arm/trunk/curl-7.57.0/lib/curl_config.h

    r352 r364  
    44/* Location of default ca bundle */
    55/* #undef CURL_CA_BUNDLE */
     6#define CURL_CA_BUNDLE "0:/certs/ca-bundle.crt"
    67
    78/* define "1" to use built in CA store of SSL library */
     
    573574
    574575/* Define to 1 if you have the signal function. */
    575 #define HAVE_SIGNAL 1
     576/* #undef HAVE_SIGNAL */
    576577
    577578/* Define to 1 if you have the <signal.h> header file. */
     
    948949
    949950/* If you want to build curl with the built-in manual */
    950 #define USE_MANUAL 1
     951/* #undef USE_MANUAL */
    951952
    952953/* if mbedTLS is enabled */
Note: See TracChangeset for help on using the changeset viewer.