* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.

This commit is contained in:
Christopher Faylor 2001-03-12 16:20:30 +00:00
parent 941fa5ad96
commit 2b777e2e94
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 12 11:19:41 2001 Christopher Faylor <cgf@cygnus.com>
* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.
Mon Mar 12 09:47:55 2001 Christopher Faylor <cgf@cygnus.com>
* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process

View File

@ -62,6 +62,7 @@ set -$- ''
# Output the initial part of version.cc
#
cat <<EOF 1>&9
#include "config.h"
#include "cygwin_version.h"
#define strval(x) #x