projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49a816
)
Added undef __USE_GNU becase RH 6.2 headers has some shit
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 5 Jul 2000 06:35:56 +0000
(06:35 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 5 Jul 2000 06:35:56 +0000
(06:35 +0000)
in them.
includes/silcincludes.h
patch
|
blob
|
history
diff --git
a/includes/silcincludes.h
b/includes/silcincludes.h
index f62e361da1ebc88ccded59024e5c2458bb43a8e6..83d8b2a266a6a724f2c0e5749695dc4fb7f75b49 100644
(file)
--- a/
includes/silcincludes.h
+++ b/
includes/silcincludes.h
@@
-51,7
+51,9
@@
#endif
#ifdef HAVE_SIGNAL_H
+#undef __USE_GNU
#include <signal.h>
+#define __USE_GNU 1
#else
#error signal.h not found in the system
#endif