diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 17:31:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 17:31:45 +0000 |
commit | 575ef4d780ef152a889ee475e4875923c5244589 (patch) | |
tree | e70b67f7baf49927b0cdefc886a27edff7db9d48 /xclock.c | |
parent | a4bcc238c730ebadb8c3c67763771bfbefed0879 (diff) |
Add #include "config.h" for modularization Accept autoconf HAVE_STRLCPY asXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
alias for HAS_STRLCAT
Diffstat (limited to 'xclock.c')
-rw-r--r-- | xclock.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* $Xorg: xclock.c,v 1.4 2001/02/09 02:05:39 xorgcvs Exp $ */ +/* $XdotOrg: $ */ /* * xclock -- Hacked from Tony Della Fera's much hacked clock program. @@ -31,6 +32,11 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xclock.c,v 1.16 2002/10/21 13:33:08 alanh Exp $ */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <X11/Xatom.h> |