~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to src/arch/os2/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 
121
121
//#define HAVE_OPENCBM          0
122
122
//#define HAVE_RAWDRIVE         0
123
 
#define HAVE_TFE              1
 
123
//#define HAVE_TFE              1
124
124
 
125
125
/* This seems to be needed to prevent the emulator from FPEs */
126
126
#define FIXPOINT_ARITHMETIC   1
147
147
#define HAVE_FCNTL_H          1   /* Define if you have the <fcntl.h> header file.    */
148
148
#define HAVE_LIMITS_H         1   /* Define if you have the <limits.h> header file.   */
149
149
#define HAVE_REGEXP_H         1   /* Define if you have the <regexp.h> header file.   */
150
 
#define HAVE_SYS_PARAM_H      1   /* Define if you have the <sys/param.h> header file.*/
151
150
#define HAVE_SYS_TIME_H       1   /* Define if you have the <sys/time.h> header file. */
152
151
 
153
152
/* #undef HAVE_USLEEP *//* Define if you have the usleep function.  */