~ubuntu-branches/ubuntu/vivid/fribidi/vivid

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Lior Kaplan
  • Date: 2006-09-16 10:37:10 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060916103710-1ktngzyx9azkujhl
Tags: 0.10.7-4
* Fix manual page name section (Closes: #368632)
* debian/control: Upgrade standards version to 3.7.2 (no changes needed).
* debian/copyright: Update Dov Grobgeld's contact address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated by configure.  */
 
2
/* config.h.in.  Generated from configure.in by autoheader.  */
 
3
 
 
4
/* #undef DEBUG */
 
5
 
 
6
/* #undef MEM_OPTIMIZED */
 
7
 
 
8
/* #undef USE_SIMPLE_MALLOC */
 
9
 
 
10
/* #undef FRIBIDI_NO_CHARSETS */
 
11
 
 
12
#define FRIBIDI_EXPORT
 
13
 
 
14
/* Check for fribidi_tab_char_type_*.i files */
 
15
#define HAS_FRIBIDI_TAB_CHAR_TYPE_2_I 1
 
16
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_3_I */
 
17
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_4_I */
 
18
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_5_I */
 
19
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_6_I */
 
20
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_7_I */
 
21
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE_8_I */
 
22
#define HAS_FRIBIDI_TAB_CHAR_TYPE_9_I 1
 
23
/* We should #undef this symbol, to make autoheader shut up */
 
24
/* #undef HAS_FRIBIDI_TAB_CHAR_TYPE__I */
 
25
 
 
26
/* Define to 1 if you have the <dlfcn.h> header file. */
 
27
#define HAVE_DLFCN_H 1
 
28
 
 
29
/* Define to 1 if you have the <inttypes.h> header file. */
 
30
#define HAVE_INTTYPES_H 1
 
31
 
 
32
/* Define to 1 if you have the <memory.h> header file. */
 
33
#define HAVE_MEMORY_H 1
 
34
 
 
35
/* Define to 1 if you have the <stdint.h> header file. */
 
36
#define HAVE_STDINT_H 1
 
37
 
 
38
/* Define to 1 if you have the <stdlib.h> header file. */
 
39
#define HAVE_STDLIB_H 1
 
40
 
 
41
/* Define to 1 if you have the <strings.h> header file. */
 
42
#define HAVE_STRINGS_H 1
 
43
 
 
44
/* Define to 1 if you have the <string.h> header file. */
 
45
#define HAVE_STRING_H 1
 
46
 
 
47
/* Define to 1 if you have the <sys/stat.h> header file. */
 
48
#define HAVE_SYS_STAT_H 1
 
49
 
 
50
/* Define to 1 if you have the <sys/types.h> header file. */
 
51
#define HAVE_SYS_TYPES_H 1
 
52
 
 
53
/* Define to 1 if you have the <unistd.h> header file. */
 
54
#define HAVE_UNISTD_H 1
 
55
 
 
56
/* Name of package */
 
57
#define PACKAGE "fribidi"
 
58
 
 
59
/* Define to the address where bug reports for this package should be sent. */
 
60
#define PACKAGE_BUGREPORT ""
 
61
 
 
62
/* Define to the full name of this package. */
 
63
#define PACKAGE_NAME ""
 
64
 
 
65
/* Define to the full name and version of this package. */
 
66
#define PACKAGE_STRING ""
 
67
 
 
68
/* Define to the one symbol short name of this package. */
 
69
#define PACKAGE_TARNAME ""
 
70
 
 
71
/* Define to the version of this package. */
 
72
#define PACKAGE_VERSION ""
 
73
 
 
74
/* The size of a `char', as computed by sizeof. */
 
75
#define SIZEOF_CHAR 1
 
76
 
 
77
/* Define to 1 if you have the ANSI C header files. */
 
78
#define STDC_HEADERS 1
 
79
 
 
80
/* Version number of package */
 
81
#define VERSION "0.10.5"