1996-08-05
1996-08-05 22:05:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
a4e1c404e78822332247281a66d93ff57bbd84a0
(5 lines)
(+5/-0)
[
Show
| Annotate
]
Branch: branches/E-12
nothing much fixed
Rev: src/global.h:1.3
52: Inside #if defined(HAVE_STDLIB_H)
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+ #undef HAVE_STDLIB_H
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
-
+ #undef HAVE_UNISTD_H
#endif
#ifdef HAVE_STRING_H
#include <string.h>
-
+ #undef HAVE_STRING_H
#endif
#ifdef HAVE_MEMORY_H
#include <memory.h>
-
+ #undef HAVE_MEMORY_H
#endif
#if defined(__GNUC__) && !defined(DEBUG) && !defined(lint)