]> git.sesse.net Git - vlc/blobdiff - src/config/configuration.h
Split directories configuration per platform
[vlc] / src / config / configuration.h
index e078443a1eb7cf0df4d6b5a2bd274497639c5ca3..6533c211fd98c0a480ea9c813a58d8ffd1da5998 100644 (file)
@@ -54,21 +54,9 @@ static inline int IsConfigFloatType (int type)
 
 int ConfigStringToKey( const char * );
 
-/* The configuration file and directory */
-#if defined (SYS_BEOS)
-#  define CONFIG_DIR                    "config/settings/VideoLAN Client"
-#elif defined (__APPLE__)
-#  define CONFIG_DIR                    "Library/Preferences/VLC"
-#  define CACHES_DIR                    "Library/Caches/VLC"
-#elif defined( WIN32 ) || defined( UNDER_CE )
-#  define CONFIG_DIR                    "vlc"
-#else
-#  define CONFIG_DIR                    ".vlc"
-#endif
+/* The configuration file */
 #define CONFIG_FILE                     "vlcrc"
 
-
-
 # ifdef __cplusplus
 }
 # endif