Hurd compat fixes. Mostly dealing with absent PATH_MAX
[oweals/busybox.git] / scripts / kconfig / zconf.y
index 0a7a79664dfe257965053c9306afcb8a983efac6..2007a4e026a0839649f0660a7ab8fdae1ff4c9c9 100644 (file)
@@ -14,8 +14,6 @@
 #define LKC_DIRECT_LINK
 #include "lkc.h"
 
-#include "zconf.hash.c"
-
 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
 
 #define PRINTD         0x0001
@@ -99,6 +97,10 @@ static struct menu *current_menu, *current_entry;
                menu_end_menu();
 } if_entry menu_entry choice_entry
 
+%{
+#include "zconf.hash.c"
+%}
+
 %%
 input: stmt_list;