]> git.sesse.net Git - vlc/commit
* moved GetConfigurationFromCmdLine() into configuration.c and renamed it
authorGildas Bazin <gbazin@videolan.org>
Thu, 21 Mar 2002 07:11:57 +0000 (07:11 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 21 Mar 2002 07:11:57 +0000 (07:11 +0000)
commitfb3f8ba53df70b5d68107c520519e46f2ac52cc4
tree9cc80cfc4404b6de17a437e6c09d0d133d93eda4
parent6194c61ec4a0340798e8370e60bd1714086dfb75
* moved GetConfigurationFromCmdLine() into configuration.c and renamed it
   into config_LoadCmdLine()
* config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
   some problems on solaris. This function now uses getpwuid and is called
   only once to store the home directory into the p_main structure.
configure
configure.in
include/configuration.h
include/defs.h.in
include/main.h
src/interface/main.c
src/misc/configuration.c