~ubuntu-branches/ubuntu/gutsy/libsamplerate/gutsy

« back to all changes in this revision

Viewing changes to Win32/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
/* Define to 1 if you have the <sys/stat.h> header file. */
126
126
#define HAVE_SYS_STAT_H 1
127
127
 
 
128
/* Define to 1 if you have the <sys/times.h> header file. */
 
129
/* #undef HAVE_SYS_TIMES_H */
 
130
 
128
131
/* Define to 1 if you have the <sys/types.h> header file. */
129
132
#define HAVE_SYS_TYPES_H 1
130
133
 
168
171
#define STDC_HEADERS 1
169
172
 
170
173
/* Version number of package */
171
 
#define VERSION "0.1.1"
 
174
#define VERSION "0.1.2"
172
175
 
173
176
/*
174
177
** Do not edit or modify anything in this comment block.