don't bother resolving onbld python module deps
[unleashed.git] / bin / ksh / config.h
blobe8a8eea99f07de8fed5fc354a6d525e5a7fb484c
1 /* $OpenBSD: config.h,v 1.19 2018/01/15 14:58:05 jca Exp $ */
3 /* config.h. NOT generated automatically. */
5 /*
6 * This file, config.h, which is a part of pdksh (the public domain ksh),
7 * is placed in the public domain. It comes with no licence, warranty
8 * or guarantee of any kind (i.e., at your own risk).
9 */
11 #ifndef CONFIG_H
12 #define CONFIG_H
14 #include "compat.h"
16 /* Strict POSIX behaviour? */
17 /* #undef POSIXLY_CORRECT */
19 /* Specify default $ENV? */
20 /* #undef DEFAULT_ENV */
23 * End of configuration stuff for PD ksh.
26 #if !defined(EMACS) && !defined(VI)
27 # error "Define either EMACS or VI."
28 #endif
30 #endif /* CONFIG_H */