diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
commit | d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 (patch) | |
tree | 8e22c54c2772d214116a761a5bebd37ff721b101 /configh.dos.template | |
parent | 6c3e88e60f2c7d2bff3aa1967afcc59f27626c48 (diff) | |
download | gunmake-d2d44f76c4d86017ccbe6f70ef6318d71947e6d7.tar.gz |
Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configh.dos.template b/configh.dos.template index 63af880..797e234 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -100,8 +100,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to the version of this package. */ #define PACKAGE_VERSION "%VERSION%" -/* Define to 1 if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 +/* Output sync sypport */ +#define NO_OUTPUT_SYNC /* Version number of package */ #define VERSION "%VERSION%" |