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

« back to all changes in this revision

Viewing changes to src/config.h.in.OLD

  • 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:
 
1
/* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
 
2
 
 
3
/* Define if you have the ANSI C header files.  */
 
4
#undef STDC_HEADERS
 
5
 
 
6
/* The number of bytes in a int.  */
 
7
#undef SIZEOF_INT
 
8
 
 
9
/* The number of bytes in a long.  */
 
10
#undef SIZEOF_LONG
 
11
 
 
12
/* Define if you have the access function.  */
 
13
#undef HAVE_ACCESS
 
14
 
 
15
/* Define if you have the nint function.  */
 
16
#undef HAVE_NINT
 
17
 
 
18
/* Define if you have the opendir function.  */
 
19
#undef HAVE_OPENDIR
 
20
 
 
21
/* Define if you have the popen function.  */
 
22
#undef HAVE_POPEN
 
23
 
 
24
/* Define if you have the <dirent.h> header file.  */
 
25
#undef HAVE_DIRENT_H
 
26
 
 
27
/* Define if you have the <fcntl.h> header file.  */
 
28
#undef HAVE_FCNTL_H
 
29
 
 
30
/* Define if you have the <malloc.h> header file.  */
 
31
#undef HAVE_MALLOC_H
 
32
 
 
33
/* Define if you have the <string.h> header file.  */
 
34
#undef HAVE_STRING_H
 
35
 
 
36
/* Define if you have the <strings.h> header file.  */
 
37
#undef HAVE_STRINGS_H
 
38
 
 
39
/* Define if you have the <sys/stat.h> header file.  */
 
40
#undef HAVE_SYS_STAT_H
 
41
 
 
42
/* Define if you have the <unistd.h> header file.  */
 
43
#undef HAVE_UNISTD_H
 
44
 
 
45
/* Define if you have the m library (-lm).  */
 
46
#undef HAVE_LIBM
 
47
 
 
48
/* Define if you have the nsl library (-lnsl).  */
 
49
#undef HAVE_LIBNSL