~ubuntu-branches/ubuntu/utopic/vflib3/utopic

« back to all changes in this revision

Viewing changes to src/vfldisol.c

  • Committer: Bazaar Package Importer
  • Author(s): OHURA Makoto
  • Date: 2008-06-12 23:08:47 UTC
  • mfrom: (1.2.1 upstream) (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612230847-2ko62fof5f4jmnm2
Tags: 3.6.14.dfsg-1
* Remove ccv/TBL/RFC/rfc1489.txt, which is a non-free file.
 (Closes: #464433)
* debian/patches/06_strdup_implicit_pointer_conversion.dpatch: New
  patch.  Add -D_GNU_SOURCE to CFLAGS to enable prototype definition
  of strdup(3). (Closes: #464465)
* debian/rules:
  - Add autoconf2.13 before executing configure script.
  - Run configure script with FreeType2.
  - Move DH_COMPAT variable to debian/compat.
  - Don't ignore make clean error.
* debian/control:
  - Add autoconf2.13 and libfreetype6-dev to Build-Depends: field.
  - Add xutils-dev to Build-Depends: field for xmkmf.
  (Closes: #484200, #485224)
  - Remove x-dev and xutils from Build-Depends: field.
* debian/patches/04_not_ln_parent_dir.dpatch: New patch.  Don't make a
  symlink at parent directory.
* Remove unused debian patch.
* debian/patches/07_build_with_freetype2.dpatch: New patch. Build with
  FreeType2 library. (Closes: #431779, #431781)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 */
29
29
 
30
30
 
 
31
#include  "config.h"
31
32
#include <stdio.h>
32
33
#include <stdlib.h>
 
34
#if HAVE_STRING_H
 
35
# include <string.h>
 
36
#endif
 
37
#if HAVE_STRINGS_H
 
38
# include <strings.h>
 
39
#endif
 
40
#if HAVE_STDARG_H
 
41
#include <stdarg.h>
 
42
#else
33
43
#include <varargs.h>
 
44
#endif
34
45
#include "VFlib-3_6.h"
35
46
 
36
47
#define CommentLine printf