add weak git integration
This commit is contained in:
12
edef.h
12
edef.h
@@ -1,14 +1,18 @@
|
||||
/* edef.h
|
||||
*
|
||||
* Program definitions
|
||||
*
|
||||
* Global variable definition
|
||||
*
|
||||
* written by vx-clutch
|
||||
*/
|
||||
|
||||
#ifndef EDEF_H_
|
||||
#define EDEF_H_
|
||||
|
||||
enum { SINGLE = 1, FULL = 2 };
|
||||
/* Initialized global external declarations. */
|
||||
|
||||
#define NPAT 4096 /* number of bytes for path buffer */
|
||||
extern int git;
|
||||
|
||||
/* Other constants declarations */
|
||||
enum { SINGLE, FULL };
|
||||
|
||||
#endif /* EDEF_H_ */
|
||||
|
||||
Reference in New Issue
Block a user