pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-28
2003-11-28 13:29:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
834e028b231ac85b0e398a03c725b6ed7c3b41bf (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
NT does not have <unistd.h>.
Rev: src/main.c:1.187
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: main.c,v 1.
186
2003/11/
27
19
:
57
:
35
mast
Exp $
+
|| $Id: main.c,v 1.
187
2003/11/
28
13
:
29
:
37
grubba
Exp $
*/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
186
2003/11/
27
19
:
57
:
35
mast
Exp $");
+
RCSID("$Id: main.c,v 1.
187
2003/11/
28
13
:
29
:
37
grubba
Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
49:
#include "las.h"
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
-
+
#endif
+
#ifdef HAVE_ERRNO_H
#include <errno.h>
-
+
#endif
#ifdef HAVE_LOCALE_H #include <locale.h>