~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Osmo Antero Maatta
  • Date: 2011-02-08 13:27:23 UTC
  • mfrom: (28.1.2 audio-recorder)
  • Revision ID: osmoma@gmail.com-20110208132723-agnxxx3j46s923gx
Preparing .deb package for this app

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
/* #undef HAVE_DOPRNT */
21
21
 
22
22
/* Define to 1 if you have the `exp' function. */
23
 
/* #undef HAVE_EXP */
 
23
#define HAVE_EXP 1
24
24
 
25
25
/* Define if the GNU gettext() function is already present or preinstalled. */
26
26
#define HAVE_GETTEXT 1
38
38
#define HAVE_MEMORY_H 1
39
39
 
40
40
/* Define to 1 if you have the `pow' function. */
41
 
/* #undef HAVE_POW */
 
41
#define HAVE_POW 1
42
42
 
43
43
/* Define to 1 if `stat' has the bug that it succeeds when given the
44
44
   zero-length file name argument. */