Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32

svn path=/trunk/; revision=8603
This commit is contained in:
Jörg Mayer 2003-10-03 21:12:49 +00:00
parent 6f1da2e1b2
commit 391152faa5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
* $Id: ascend-scanner.l,v 1.25 2003/10/03 21:03:00 guy Exp $
* $Id: ascend-scanner.l,v 1.26 2003/10/03 21:12:49 jmayer Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -53,7 +53,7 @@ int mul, scratch;
#define NO_USER "<none>"
#ifdef _WIN32
#ifndef HAVE_UNISTD_H
#define YY_NO_UNISTD_H
#endif