You've already forked gitified_old_clb_svn
9 lines
168 B
C
9 lines
168 B
C
/*
|
|
* This is included by the Makefile before everything else
|
|
*/
|
|
|
|
#ifndef SO_TIMESTAMPING
|
|
# define SO_TIMESTAMPING 37
|
|
# define SCM_TIMESTAMPING SO_TIMESTAMPING
|
|
#endif
|