1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-02 09:33:20 +03:00

Make it explicit that an absolute path is also ok

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2022-04-14 12:44:16 +02:00
parent 8a5577508e
commit 29e89bb448

View File

@@ -3640,8 +3640,8 @@
* non-standard feature of the C language, so this feature is only available * non-standard feature of the C language, so this feature is only available
* with compilers that perform macro expansion on an <tt>\#include</tt> line. * with compilers that perform macro expansion on an <tt>\#include</tt> line.
* *
* The value of this symbol is typically a path in double quotes, relative * The value of this symbol is typically a path in double quotes, either
* to a directory on the include search pah. * absolute or relative to a directory on the include search path.
*/ */
//#define MBEDTLS_CONFIG_FILE "mbedtls/mbedtls_config.h" //#define MBEDTLS_CONFIG_FILE "mbedtls/mbedtls_config.h"
@@ -3657,8 +3657,8 @@
* non-standard feature of the C language, so this feature is only available * non-standard feature of the C language, so this feature is only available
* with compilers that perform macro expansion on an <tt>\#include</tt> line. * with compilers that perform macro expansion on an <tt>\#include</tt> line.
* *
* The value of this symbol is typically a path in double quotes, relative * The value of this symbol is typically a path in double quotes, either
* to a directory on the include search pah. * absolute or relative to a directory on the include search path.
*/ */
//#define MBEDTLS_USER_CONFIG_FILE "/dev/null" //#define MBEDTLS_USER_CONFIG_FILE "/dev/null"
@@ -3675,8 +3675,8 @@
* non-standard feature of the C language, so this feature is only available * non-standard feature of the C language, so this feature is only available
* with compilers that perform macro expansion on an <tt>\#include</tt> line. * with compilers that perform macro expansion on an <tt>\#include</tt> line.
* *
* The value of this symbol is typically a path in double quotes, relative * The value of this symbol is typically a path in double quotes, either
* to a directory on the include search pah. * absolute or relative to a directory on the include search path.
*/ */
//#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h" //#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h"
@@ -3692,8 +3692,8 @@
* non-standard feature of the C language, so this feature is only available * non-standard feature of the C language, so this feature is only available
* with compilers that perform macro expansion on an <tt>\#include</tt> line. * with compilers that perform macro expansion on an <tt>\#include</tt> line.
* *
* The value of this symbol is typically a path in double quotes, relative * The value of this symbol is typically a path in double quotes, either
* to a directory on the include search pah. * absolute or relative to a directory on the include search path.
*/ */
//#define MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null" //#define MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null"