~ubuntu-branches/ubuntu/utopic/tinymux/utopic

« back to all changes in this revision

Viewing changes to src/autoconf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Ervin Hearn III
  • Date: 2008-04-11 23:18:25 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080411231825-1pq4trckagyk8roo
Tags: 2.6.5.27-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#undef HAVE_NANOSLEEP
45
45
/* Define if setitimer exists */
46
46
#undef HAVE_SETITIMER
 
47
/* Define if localtime_r exists */
 
48
#undef HAVE_LOCALTIME_R
47
49
/* Define if sys_siglist[] exists */
48
50
#undef SYS_SIGLIST_DECLARED
49
51
/* Define if sys_signame[] exists */
161
163
/* Define if pread exists */
162
164
#undef HAVE_PREAD
163
165
/* Define if pwrite exists */
164
 
#undef HAVE_PWRITE 
 
166
#undef HAVE_PWRITE
165
167
 
166
168
/* ---------------------------------------------------------------------------
167
169
 * Setup section:
352
354
typedef int   POWER;
353
355
#ifdef REALITY_LVLS
354
356
typedef unsigned int RLEVEL;
355
 
#endif /* REALITY_LVLS */
 
357
#endif // REALITY_LVLS
356
358
typedef char  boolexp_type;
357
359
typedef char  IBUF[16];
358
360
 
359
361
#define UNUSED_PARAMETER(x) ((void)(x))
360
362
 
361
 
#endif /* AUTOCONF_H */
 
363
#endif // AUTOCONF_H