* Do not define _BSD_SOURCE but define _DEFAULT_SOURCE instead.
[alpine.git] / imap / src / osdep / unix / os_bsi.h
blobf2d9f75dcd6437d2308acbf1fe8ed89c9396d263
1 /* ========================================================================
2 * Copyright 2008-2009 Mark Crispin
3 * ========================================================================
4 */
6 /*
7 * Program: Operating-system dependent routines -- BSDI BSD/386 version
9 * Author: Mark Crispin
11 * Date: 5 March 1993
12 * Last Edited: 2 September 2009
14 * Previous versions of this file were:
16 * Copyright 1988-2006 University of Washington
18 * Licensed under the Apache License, Version 2.0 (the "License");
19 * you may not use this file except in compliance with the License.
20 * You may obtain a copy of the License at
22 * http://www.apache.org/licenses/LICENSE-2.0
26 #include <stdlib.h>
27 #include <unistd.h>
28 #include <string.h>
29 #include <sys/types.h>
30 #include <sys/dir.h>
31 #include <fcntl.h>
32 #include <time.h>
33 #include <utime.h>
34 #include <syslog.h>
35 #include <sys/file.h>
37 #define utime portable_utime
38 int portable_utime (char *file,time_t timep[2]);
41 #include "env_unix.h"
42 #include "fs.h"
43 #include "ftl.h"
44 #include "nl.h"
45 #include "tcp.h"