X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsearch.h;h=343dbc3d4878e4a330f1d251dbbf935b1c8fe67e;hb=13a3e2ee237f515af5738c07aaf604db9b54be34;hp=9701efb2dfe37c51d462ae85bc04648d49192f44;hpb=f2c8d7f591e28d3437155c7a6eae8c8d9e3fe552;p=karo-tx-uboot.git diff --git a/include/search.h b/include/search.h index 9701efb2df..343dbc3d48 100644 --- a/include/search.h +++ b/include/search.h @@ -120,5 +120,7 @@ extern int hwalk_r(struct hsearch_data *__htab, int (*callback)(ENTRY *)); #define H_MATCH_SUBSTR (1 << 7) /* search for substring matches */ #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */ #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX) +#define H_PROGRAMMATIC (1 << 9) /* indicate that an import is from setenv() */ +#define H_ORIGIN_FLAGS (H_INTERACTIVE | H_PROGRAMMATIC) #endif /* search.h */