mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:53:33 +03:00
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
This commit is contained in:
parent
100f6b7703
commit
f671d0513c
33 changed files with 68 additions and 68 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#ifndef __SRC_CONFIG_MAC_H
|
||||
#define __SRC_CONFIG_MAC_H
|
||||
|
||||
/* ================================================================ */
|
||||
/* src/config-mac.h - Hand crafted config file for Mac OS 9 */
|
||||
/* ================================================================ */
|
||||
/* On Mac OS X you must run configure to generate config.h file */
|
||||
/* ================================================================ */
|
||||
/* =================================================================== */
|
||||
/* src/config-mac.h - Hand crafted config file for Mac OS 9 */
|
||||
/* =================================================================== */
|
||||
/* On Mac OS X you must run configure to generate curl_config.h file */
|
||||
/* =================================================================== */
|
||||
|
||||
/* Define to 1 if you want the built-in manual */
|
||||
#define USE_MANUAL 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue