diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-12 16:20:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-12 16:20:30 +0000 |
commit | 2b777e2e94f5764f194f2c69b64ec339fcb86a29 (patch) | |
tree | 71b9ebc35217836c4ebce2f8186e110fb8a037da /winsup/cygwin | |
parent | 941fa5ad9686f2f33fc1a513727b53236b4017b3 (diff) | |
download | cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.tar.gz cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.tar.bz2 cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.zip |
* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rwxr-xr-x | winsup/cygwin/mkvers.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 628b57304..f3789a91c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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 diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh index 47cfb27d9..421ca5bf2 100755 --- a/winsup/cygwin/mkvers.sh +++ b/winsup/cygwin/mkvers.sh @@ -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 |