~ubuntu-branches/ubuntu/trusty/avogadro/trusty-proposed

« back to all changes in this revision

Viewing changes to avogadro/gl2ps/gl2ps.c

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-05-20 18:55:49 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110520185549-berzu8h9f9330xji
Tags: 1.0.3-1ubuntu1
* Merge from debian, remaining changes (LP: #787458, #784267)
  - Disable builds for ARM as build dependency on libOpenGL and 
    libQtOpenGL

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <time.h>
43
43
#include <float.h>
44
44
 
 
45
#ifdef WIN32
 
46
#define M_PI 3.14159265
 
47
#endif
 
48
 
45
49
#if defined(GL2PS_HAVE_ZLIB)
46
50
#include <zlib.h>
47
51
#endif