chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-send: Add message-id to bounce messages.
[qmail]
/
select.h2
1
#ifndef SELECT_H
2
#define SELECT_H
3
4
#include <sys/types.h>
5
#include <sys/time.h>
6
#include <sys/select.h>
7
extern int select();
8
9
#endif