Age | Commit message (Collapse) | Author |
|
It was only used to determine if time() took a time_t pointer or
an int pointer as it's argument, and ANSI/ISO C have required a
time_t since C89, so we rely on that.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
The only thing from libXaw that isn't in #ifdef NOTDEF is a reference
to the ZERO #define, which is trivially replaced - no point requiring
an entire library for a single constant #define.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
We still need it in CFLAGS for #defines from <X11/Xaw/Cardinals.h>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
make distcheck.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|