projects
/
apt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Tags should use StoreString, not WriteStringInMap.
[apt.git]
/
CMake
/
endian.h.in
Commit
Line
Data
b10ec8cc
JAK
1
#include <config.h>
2
3
#ifdef HAVE_MACHINE_ENDIAN_H
4
#include <machine/endian.h>
5
#endif
6
#ifdef HAVE_SYS_ENDIAN_H
7
#include <sys/types.h>
8
#include <sys/endian.h>
9
#endif