xref: /openbsd-src/bin/ksh/config.h (revision 3dc0c5b1bf519557ed570d726d3b9a832ea16528)
1*3dc0c5b1Sjca /*	$OpenBSD: config.h,v 1.19 2018/01/15 14:58:05 jca Exp $	*/
27cb960a2Sdownsj 
351e13f8fSjsyn /* config.h.  NOT generated automatically. */
451e13f8fSjsyn 
57cb960a2Sdownsj /*
669b9f96bSmillert  * This file, config.h, which is a part of pdksh (the public domain ksh),
77cb960a2Sdownsj  * is placed in the public domain.  It comes with no licence, warranty
87cb960a2Sdownsj  * or guarantee of any kind (i.e., at your own risk).
97cb960a2Sdownsj  */
107cb960a2Sdownsj 
117cb960a2Sdownsj #ifndef CONFIG_H
127cb960a2Sdownsj #define CONFIG_H
137cb960a2Sdownsj 
1451e13f8fSjsyn /* Strict POSIX behaviour? */
157cb960a2Sdownsj /* #undef POSIXLY_CORRECT */
167cb960a2Sdownsj 
1751e13f8fSjsyn /* Specify default $ENV? */
187cb960a2Sdownsj /* #undef DEFAULT_ENV */
197cb960a2Sdownsj 
2069b9f96bSmillert /*
2169b9f96bSmillert  * End of configuration stuff for PD ksh.
227cb960a2Sdownsj  */
2369b9f96bSmillert 
24*3dc0c5b1Sjca #if !defined(EMACS) && !defined(VI)
25*3dc0c5b1Sjca # error "Define either EMACS or VI."
2669b9f96bSmillert #endif
2769b9f96bSmillert 
287cb960a2Sdownsj #endif /* CONFIG_H */
29