11 lines
173 B
C
11 lines
173 B
C
|
/* Configuration of restriction on supported ui languages, by the
|
||
|
* --with-lang option.
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_VENDOR_H
|
||
|
#define CONFIG_VENDOR_H
|
||
|
|
||
|
#define OOO_VENDOR ""
|
||
|
|
||
|
#endif
|