mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
USE_MANUAL is now defined by default
This commit is contained in:
parent
f94f06825c
commit
3915fecf80
@ -2,6 +2,9 @@
|
|||||||
#ifndef CURL_CONFIG_AMIGAOS_H
|
#ifndef CURL_CONFIG_AMIGAOS_H
|
||||||
#define CURL_CONFIG_AMIGAOS_H
|
#define CURL_CONFIG_AMIGAOS_H
|
||||||
|
|
||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
#define OS "AmigaOS"
|
#define OS "AmigaOS"
|
||||||
|
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
#define HAVE_FCNTL_H 1
|
#define HAVE_FCNTL_H 1
|
||||||
#define HAVE_UTIME_H 1
|
#define HAVE_UTIME_H 1
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
/* lib/config.h.in. Generated from configure.ac by autoheader. */
|
/* lib/config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
/* to disable DICT */
|
/* to disable DICT */
|
||||||
#undef CURL_DISABLE_DICT
|
#undef CURL_DISABLE_DICT
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
/* Define cpu-machine-OS */
|
/* Define cpu-machine-OS */
|
||||||
#define OS "ARM-RISC OS"
|
#define OS "ARM-RISC OS"
|
||||||
|
|
||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
|
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
|
||||||
#undef HAVE_GETHOSTBYADDR_R_5
|
#undef HAVE_GETHOSTBYADDR_R_5
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
/* Define cpu-machine-OS */
|
/* Define cpu-machine-OS */
|
||||||
#define OS "ALPHA-COMPAQ-VMS"
|
#define OS "ALPHA-COMPAQ-VMS"
|
||||||
|
|
||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define if you have the <unistd.h> header file. */
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
/* Define if you have the stricmp function. */
|
/* Define if you have the stricmp function. */
|
||||||
#define HAVE_STRICMP 1
|
#define HAVE_STRICMP 1
|
||||||
|
|
||||||
|
/* Define to 1 if you want the built-in manual */
|
||||||
|
#define USE_MANUAL 1
|
||||||
|
|
||||||
/* Define cpu-machine-OS */
|
/* Define cpu-machine-OS */
|
||||||
#define OS "i386-pc-win32"
|
#define OS "i386-pc-win32"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user