case $opsys in
aix4-2)
+ opsysfile=
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
;;
freebsd)
+ opsysfile=
$as_echo "#define BSD4_2 /**/" >>confdefs.h
;;
gnu-linux | gnu-kfreebsd )
+ opsysfile=
$as_echo "#define USG /**/" >>confdefs.h
;;
sol2*)
+ opsysfile="s/usg5-4-common.h"
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
;;
unixware)
+ opsysfile="s/usg5-4-common.h"
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
gnu) opsysfile= ;;
- gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
-
hpux11)
$as_echo "#define BROKEN_SA_RESTART 1" >>confdefs.h
Configured for \`${canonical}'.
Where should the build process find the source code? ${srcdir}
- What operating system file should Emacs use? ${opsysfile-none}
+ What operating system file should Emacs use? ${opsysfile:-none}
What compiler should emacs be built with? ${CC} ${CFLAGS}
Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}