~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/third_party/gsm/inc/config.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
 
3
 * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
 
4
 * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
 
5
 */
 
6
 
 
7
/*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
 
8
 
 
9
#ifndef CONFIG_H
 
10
#define CONFIG_H
 
11
 
 
12
/*efine SIGHANDLER_T    int             * signal handlers are void      */
 
13
/*efine HAS_SYSV_SIGNAL 1               * sigs not blocked/reset?       */
 
14
 
 
15
#define HAS_STDLIB_H    1               /* /usr/include/stdlib.h        */
 
16
#define HAS_LIMITS_H    1               /* /usr/include/limits.h        */
 
17
#define HAS_FCNTL_H     1               /* /usr/include/fcntl.h         */
 
18
#define HAS_ERRNO_DECL  1               /* errno.h declares errno       */
 
19
 
 
20
#define HAS_FSTAT       1               /* fstat syscall                */
 
21
#define HAS_FCHMOD      1               /* fchmod syscall               */
 
22
#define HAS_CHMOD       1               /* chmod syscall                */
 
23
#define HAS_FCHOWN      1               /* fchown syscall               */
 
24
#define HAS_CHOWN       1               /* chown syscall                */
 
25
/*efine HAS__FSETMODE   1               * _fsetmode -- set file mode    */
 
26
 
 
27
#define HAS_STRING_H    1               /* /usr/include/string.h        */
 
28
/*efine HAS_STRINGS_H   1               * /usr/include/strings.h        */
 
29
 
 
30
#define HAS_UNISTD_H    1               /* /usr/include/unistd.h        */
 
31
#define HAS_UTIME       1               /* POSIX utime(path, times)     */
 
32
/*efine HAS_UTIMES      1               * use utimes()  syscall instead */
 
33
#define HAS_UTIME_H     1               /* UTIME header file            */
 
34
#define HAS_UTIMBUF     1               /* struct utimbuf               */
 
35
/*efine HAS_UTIMEUSEC   1               * microseconds in utimbuf?      */
 
36
 
 
37
#endif  /* CONFIG_H */