git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4775c54
)
added HAVE_UNISTD_H
author
kramm
<kramm>
Wed, 12 Mar 2008 19:15:07 +0000
(19:15 +0000)
committer
kramm
<kramm>
Wed, 12 Mar 2008 19:15:07 +0000
(19:15 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
5de04cf
..
2102282
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-32,6
+32,9
@@
/* Define if you have the time.h header file */
#undef HAVE_TIME_H
+/* Define if you have the unistd.h header file */
+#undef HAVE_UNISTD_H
+
/* Define if you have the lrand48 function. */
#undef HAVE_LRAND48