svn commit: trunk/busybox: libbb shell
Bernhard Fischer
rep.nop at aon.at
Wed Nov 1 03:49:44 PST 2006
On Wed, Nov 01, 2006 at 01:13:27AM -0800, vda at busybox.net wrote:
>Author: vda
>Date: 2006-11-01 01:13:26 -0800 (Wed, 01 Nov 2006)
>New Revision: 16483
>
>Log:
>#if CONFIG_xxx -> #if ENABLE_xxx
Still, you didn't do this for cmdedit.h. Why?
cheers,
>Modified: trunk/busybox/shell/cmdedit.h
>===================================================================
>--- trunk/busybox/shell/cmdedit.h 2006-10-31 23:39:37 UTC (rev 16482)
>+++ trunk/busybox/shell/cmdedit.h 2006-11-01 09:13:26 UTC (rev 16483)
>@@ -2,19 +2,19 @@
> #ifndef CMDEDIT_H
> #define CMDEDIT_H
>
>-int cmdedit_read_input(char* promptStr, char* command);
>+int cmdedit_read_input(char* promptStr, char* command);
>
> #ifdef CONFIG_ASH
> extern const char *cmdedit_path_lookup;
> #endif
>
> #ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
>-void load_history ( const char *fromfile );
>-void save_history ( const char *tofile );
>+void load_history(const char *fromfile);
>+void save_history(const char *tofile);
> #endif
>
>-#if CONFIG_FEATURE_COMMAND_EDITING_VI
>-void setvimode ( int viflag );
>+#if ENABLE_FEATURE_COMMAND_EDITING_VI
>+void setvimode(int viflag);
> #endif
More information about the busybox
mailing list