diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-02-12 17:22:39 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-02-12 17:22:39 -0500 |
commit | d21c95f80bdba2f29eedd57fb0b00e580391c08e (patch) | |
tree | c41ab9744733fd728314ff9f489cc1fc5093e4fe /include | |
parent | 46784d24c11767455a4986449a8037295912dcee (diff) |
Hook up --with-builderstring for vendor build identification.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 1a9fdc516..458e3a11a 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -15,6 +15,9 @@ /* Operating System Vendor */ #undef OSVENDOR +/* Builder string */ +#undef BUILDERSTRING + /* Default font path */ #undef COMPILEDDEFAULTFONTPATH |