projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6182664
)
More for getopt support.
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:00:50 +0000
(
00:00
+0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:00:50 +0000
(
00:00
+0000)
acconfig.h
patch
|
blob
|
history
diff --git
a/acconfig.h
b/acconfig.h
index 6c39c7d5a23e894869fef8aafbda575ec5fc4e33..e97c14b2605013c59bb2c4b3a6b9b181ea584d50 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-19,3
+19,10
@@
#if !defined(__USE_BSD)
# undef __USE_BSD
#endif
+
+/* For getopt */
+#if HAVE_STDLIB_H
+# define getopt system_getopt
+# include <stdlib.h>
+# undef getopt
+#endif