mirror of
https://github.com/extremscorner/not64.git
synced 2025-04-02 10:52:37 -04:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#undef WITH_HOME
|
|
#undef VCR_SUPPORT
|
|
#define GTK2_SUPPORT 1
|
|
|
|
#endif /* CONFIG_H */
|