Changeset d3cb1428d24102d185e4a0a3c8d6c6cd86ae66d4
- Timestamp:
- 01/28/06 23:31:23
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1138487483 +0000
- git-parent:
[8b3a70713a48c8e31698ff0c0c8616e668a9f0e2]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1138487483 +0000
- Message:
Don't check syslog value if we don't have syslog.h
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf3112de |
rd3cb142 |
|
| 781 | 781 | VLC_AddIntf( 0, "logger", VLC_FALSE, VLC_FALSE ); |
|---|
| 782 | 782 | } |
|---|
| | 783 | #ifdef HAVE_SYSLOG_H |
|---|
| 783 | 784 | if( config_GetInt( p_vlc, "syslog" ) == 1 ) |
|---|
| 784 | 785 | { |
|---|
| … | … | |
| 786 | 787 | AddIntfInternal( 0, "logger", VLC_FALSE, VLC_FALSE, 1, &psz_logmode ); |
|---|
| 787 | 788 | } |
|---|
| | 789 | #endif |
|---|
| 788 | 790 | |
|---|
| 789 | 791 | if( config_GetInt( p_vlc, "show-intf" ) == 1 ) |
|---|