12aa34088a
* Swap old email + website address with 'Aegisub Project http://www.aegisub.org/' * Set categories for all files (jfs) * Add descriptions for each file (jfs) * Add $Id$ keyword Originally committed to SVN as r3310.
15 lines
235 B
C
15 lines
235 B
C
#ifdef _WIN32
|
|
|
|
// Windows specific settings
|
|
#include "config/config_windows.h"
|
|
|
|
#else
|
|
|
|
// Generated by configure.in
|
|
#include "../acconf.h"
|
|
|
|
// Unix specific settings and defines.
|
|
#include "config/config_unix.h"
|
|
|
|
#endif // __WINDOWS__
|
|
|