~ubuntu-branches/debian/jessie/arb/jessie

« back to all changes in this revision

Viewing changes to GDE/PHYML20130708/phyml/config.h.in.fallback

  • Committer: Package Import Robot
  • Author(s): Elmar Pruesse, Andreas Tille, Elmar Pruesse
  • Date: 2014-09-02 15:15:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140902151506-jihq58b3iz342wif
Tags: 6.0.2-1
[ Andreas Tille ]
* New upstream version
  Closes: #741890
* debian/upstream -> debian/upstream/metadata
* debian/control:
   - Build-Depends: added libglib2.0-dev
   - Depends: added mafft, mrbayes
* debian/rules
   - Add explicite --remove-section=.comment option to manual strip call
* cme fix dpkg-control
* arb-common.dirs: Do not create unneeded lintian dir
* Add turkish debconf translation (thanks for the patch to Mert Dirik
  <mertdirik@gmail.com>)
  Closes: #757497

[ Elmar Pruesse ]
* patches removed:
   - 10_config.makefiles.patch,
     80_no_GL.patch
       removed in favor of creating file from config.makefile.template via 
       sed in debian/control
   - 20_Makefile_main.patch
       merged upstream
   - 21_Makefiles.patch
       no longer needed
   - 30_tmpfile_CVE-2008-5378.patch: 
       merged upstream
   - 50_fix_gcc-4.8.patch:
       merged upstream
   - 40_add_libGLU.patch:
       libGLU not needed for arb_ntree)
   - 60_use_debian_packaged_raxml.patch:
       merged upstream
   - 70_hardening.patch
       merged upstream
   - 72_add_math_lib_to_linker.patch
       does not appear to be needed
* patches added:
   - 10_upstream_r12793__show_db_load_progress:
       backported patch showing progress while ARB is loading a database
       (needed as indicator/splash screen while ARB is launching)
   - 20_upstream_r12794__socket_permissions:
       backported security fix
   - 30_upstream_r12814__desktop_keywords:
       backported add keywords to desktop (fixes lintian warning)
   - 40_upstream_r12815__lintian_spelling:
       backported fix for lintian reported spelling errors
   - 50_private_nameservers
       change configuration to put nameservers into users home dirs
       (avoids need for shared writeable directory)
   - 60_use_debian_phyml
       use phyml from debian package for both interfaces in ARB
* debian/rules:
   - create config.makefile from override_dh_configure target
   - use "make tarfile" in override_dh_install
   - remove extra cleaning not needed for ARB 6
   - use "dh_install --list-missing" to avoid missing files
   - added override_dh_fixperms target
* debian/control:
   - added libarb-dev package
   - Depends: added phyml, xdg-utils
   - Suggests: removed phyml
   - fix lintian duplicate-short-description (new descriptions)
* debian/*.install:
   - "unrolled" confusing globbing to select files
   - pick files from debian/tmp
   - moved all config files to /etc/arb
* debian/arb-common.templates: updated
* scripts:
   - removed arb-add-pt-server
   - launch-wrapper: 
     - only add demo.arb to newly created $ARBUSERDATA
     - pass commandline arguments through bin/arb wrapper
   - preinst: removing old PT server index files on upgrade from 5.5*
   - postinst: set setgid on shared PT dir
* rewrote arb.1 manfile
* added file icon for ARB databases
* using upstream arb_tcp.dat

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* CHECKPOINT tag on */
 
4
#undef CHECKPOINT
 
5
 
 
6
/* Debug tag on */
 
7
#undef DEBUG
 
8
 
 
9
/* EVOLVE tag on */
 
10
#undef EVOLVE
 
11
 
 
12
/* GEO tag on */
 
13
#undef GEO
 
14
 
 
15
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
16
#undef HAVE_DOPRNT
 
17
 
 
18
/* Define to 1 if you have the <float.h> header file. */
 
19
#undef HAVE_FLOAT_H
 
20
 
 
21
/* Define to 1 if you have the `floor' function. */
 
22
#undef HAVE_FLOOR
 
23
 
 
24
/* Define to 1 if you have the <inttypes.h> header file. */
 
25
#undef HAVE_INTTYPES_H
 
26
 
 
27
/* Define to 1 if you have the `m' library (-lm). */
 
28
#undef HAVE_LIBM
 
29
 
 
30
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
31
   to 0 otherwise. */
 
32
#undef HAVE_MALLOC
 
33
 
 
34
/* Define to 1 if you have the <memory.h> header file. */
 
35
#undef HAVE_MEMORY_H
 
36
 
 
37
/* Define to 1 if you have the `pow' function. */
 
38
#undef HAVE_POW
 
39
 
 
40
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
 
41
   and to 0 otherwise. */
 
42
#undef HAVE_REALLOC
 
43
 
 
44
/* Define to 1 if you have the `rint' function. */
 
45
#undef HAVE_RINT
 
46
 
 
47
/* Define to 1 if you have the `sqrt' function. */
 
48
#undef HAVE_SQRT
 
49
 
 
50
/* Define to 1 if you have the <stdint.h> header file. */
 
51
#undef HAVE_STDINT_H
 
52
 
 
53
/* Define to 1 if you have the <stdlib.h> header file. */
 
54
#undef HAVE_STDLIB_H
 
55
 
 
56
/* Define to 1 if you have the `strchr' function. */
 
57
#undef HAVE_STRCHR
 
58
 
 
59
/* Define to 1 if you have the <strings.h> header file. */
 
60
#undef HAVE_STRINGS_H
 
61
 
 
62
/* Define to 1 if you have the <string.h> header file. */
 
63
#undef HAVE_STRING_H
 
64
 
 
65
/* Define to 1 if you have the `strstr' function. */
 
66
#undef HAVE_STRSTR
 
67
 
 
68
/* Define to 1 if you have the <sys/stat.h> header file. */
 
69
#undef HAVE_SYS_STAT_H
 
70
 
 
71
/* Define to 1 if you have the <sys/types.h> header file. */
 
72
#undef HAVE_SYS_TYPES_H
 
73
 
 
74
/* Define to 1 if you have the <unistd.h> header file. */
 
75
#undef HAVE_UNISTD_H
 
76
 
 
77
/* Define to 1 if you have the `vprintf' function. */
 
78
#undef HAVE_VPRINTF
 
79
 
 
80
/* m4 tag on */
 
81
#undef M4
 
82
 
 
83
/* MPI tag on */
 
84
#undef MPI
 
85
 
 
86
/* Name of package */
 
87
#undef PACKAGE
 
88
 
 
89
/* Define to the address where bug reports for this package should be sent. */
 
90
#undef PACKAGE_BUGREPORT
 
91
 
 
92
/* Define to the full name of this package. */
 
93
#undef PACKAGE_NAME
 
94
 
 
95
/* Define to the full name and version of this package. */
 
96
#undef PACKAGE_STRING
 
97
 
 
98
/* Define to the one symbol short name of this package. */
 
99
#undef PACKAGE_TARNAME
 
100
 
 
101
/* Define to the home page for this package. */
 
102
#undef PACKAGE_URL
 
103
 
 
104
/* Define to the version of this package. */
 
105
#undef PACKAGE_VERSION
 
106
 
 
107
/* PART tag on */
 
108
#undef PART
 
109
 
 
110
/* PHYCONT tag on */
 
111
#undef PHYCONT
 
112
 
 
113
/* PHYML tag on */
 
114
#undef PHYML
 
115
 
 
116
/* PHYTIME tag on */
 
117
#undef PHYTIME
 
118
 
 
119
/* RF tag on */
 
120
#undef RF
 
121
 
 
122
/* RWRAP tag on */
 
123
#undef RWRAP
 
124
 
 
125
/* SERGEII tag on */
 
126
#undef SERGEII
 
127
 
 
128
/* Define to 1 if you have the ANSI C header files. */
 
129
#undef STDC_HEADERS
 
130
 
 
131
/* TEST tag on */
 
132
#undef TEST
 
133
 
 
134
/* TIPORDER tag on */
 
135
#undef TIPORDER
 
136
 
 
137
/* Unix tag on */
 
138
#undef UNIX
 
139
 
 
140
/* Version number of package */
 
141
#undef VERSION
 
142
 
 
143
/* Define to empty if `const' does not conform to ANSI C. */
 
144
#undef const
 
145
 
 
146
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
147
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
148
#ifndef __cplusplus
 
149
#undef inline
 
150
#endif
 
151
 
 
152
/* Define to rpl_malloc if the replacement function should be used. */
 
153
#undef malloc
 
154
 
 
155
/* Define to rpl_realloc if the replacement function should be used. */
 
156
#undef realloc
 
157
 
 
158
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
159
#undef size_t