FelipeMdeO commented on code in PR #3532: URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3460471040
########## netutils/dropbear/port/config.h: ########## @@ -0,0 +1,20 @@ +/**************************************************************************** + * apps/netutils/dropbear/port/config.h + * + * SPDX-License-Identifier: Apache-2.0 + ****************************************************************************/ + +#ifndef __APPS_NETUTILS_DROPBEAR_PORT_CONFIG_H +#define __APPS_NETUTILS_DROPBEAR_PORT_CONFIG_H + +/* Dropbear looks for a file named config.h. Keep this wrapper name stable; + * NuttX-specific autoconf replacements live in nuttx_config.h. + */ + +/**************************************************************************** + * Included Files + ****************************************************************************/ + +#include "nuttx_config.h" Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
