blob: 4907ef873c45d3abc9ebc0652d68fcfb3aab8828 [file] [log] [blame]
Guido van Rossum79556aa1994-01-04 22:02:27 +00001/* Leave this blank line here -- autoheader needs it! */
2
3
4/* Define if your <unistd.h> contains bad prototypes for exec*()
5 (as it does on SGI IRIX 4.x) */
6#undef BAD_EXEC_PROTOTYPES
7
8/* Define if getpgrp() must be called as getpgrp(0)
9 and (consequently) setpgrp() as setpgrp(0, 0). */
10#undef GETPGRP_HAVE_ARGS
11
12/* Define if your compiler supports function prototypes */
13#undef HAVE_PROTOTYPES
14
15/* Define for SOLARIS 2.x */
16#undef SOLARIS
17
Guido van Rossumf1009e81994-01-04 23:29:10 +000018/* Define if you can safely include both <sys/select.h> and <sys/time.h>
19 (which you can't on SCO ODT 3.0). */
Guido van Rossum79556aa1994-01-04 22:02:27 +000020#undef SYS_SELECT_WITH_SYS_TIME
21
22/* Define if you want to compile in rudimentary thread support */
23#undef WITH_THREAD
24
25/* Define if you want to use the GNU readline library */
26#undef WITH_READLINE
27
28
29/* Leave that blank line there-- autoheader needs it! */