diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/gpo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h index 24aaaea75d..c3ae20dd20 100644 --- a/source3/include/gpo.h +++ b/source3/include/gpo.h @@ -90,3 +90,6 @@ struct GP_EXT { char **snapins; char **snapins_guid; }; + +#define GPO_CACHE_DIR "gpo_cache" +#define GPT_INI "GPT.INI" |