~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-07 19:11:41 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050107191141-p4rxq11q31ptqgib
ImportĀ upstreamĀ versionĀ 5.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Copyright (c) 1991-1995 Paul J Turner, Portland, OR
7
7
 * Copyright (c) 1996-2000 Grace Development Team
8
8
 * 
9
 
 * Maintained by Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>
 
9
 * Maintained by Evgeny Stambulchik
10
10
 * 
11
11
 * 
12
12
 *                           All Rights Reserved
115
115
/* Define if you have the gettimeofday function.  */
116
116
#define HAVE_GETTIMEOFDAY 1
117
117
 
118
 
/* Define if you have <vfork.h>.  */
119
 
#undef HAVE_VFORK_H
120
 
 
121
 
/* Define vfork as fork if vfork does not work.  */
122
 
#define vfork fork
123
 
 
124
118
/* Define if you have the getcwd function.  */
125
119
#define HAVE_GETCWD 1
126
120