~ubuntu-branches/ubuntu/lucid/nspluginwrapper/lucid

« back to all changes in this revision

Viewing changes to src/sysdeps.h

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-08-28 00:48:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828004830-f3m3fjnqlqt2r6dh
Tags: 1.1.0-0ubuntu1
Add libcurl4-gnutls-dev as build-depenedency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  sysdeps.h - System dependent definitions
3
3
 *
4
 
 *  nspluginwrapper (C) 2005-2007 Gwenole Beauchesne
 
4
 *  nspluginwrapper (C) 2005-2008 Gwenole Beauchesne
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
13
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
 *  GNU General Public License for more details.
15
15
 *
16
 
 *  You should have received a copy of the GNU General Public License
17
 
 *  along with this program; if not, write to the Free Software
18
 
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
 *  You should have received a copy of the GNU General Public License along
 
17
 *  with this program; if not, write to the Free Software Foundation, Inc.,
 
18
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
 */
20
20
 
21
21
#ifndef SYSDEPS_H
22
22
#define SYSDEPS_H
23
23
 
 
24
#ifndef __cplusplus
24
25
#if !defined(__STDC__) || (__STDC_VERSION__ < 199901L)
25
26
#error "Your compiler is not ISO. Get a real one."
26
27
#endif
 
28
#endif
27
29
 
28
30
#include "config.h"
29
31
 
61
63
#define NPW_COMPONENT_NAME "Wrapper"
62
64
#elif defined(BUILD_VIEWER)
63
65
#define NPW_COMPONENT_NAME "Viewer "
 
66
#elif defined(BUILD_PLAYER)
 
67
#define NPW_COMPONENT_NAME "Player "
64
68
#endif
65
69
 
66
70
// Boolean types