~ubuntu-branches/ubuntu/trusty/photopc/trusty

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2000-09-04 12:34:52 UTC
  • Revision ID: james.westby@ubuntu.com-20000904123452-8kkxsbtmm1opsnlw
Tags: upstream-3.04
ImportĀ upstreamĀ versionĀ 3.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        $Id: acconfig.h,v 1.7 2000/02/04 22:31:56 crosser Exp $
 
3
*/
 
4
 
 
5
/*
 
6
        Copyright (c) 1997,1998 Eugene G. Crosser
 
7
        Copyright (c) 1998 Bruce D. Lightner (DOS/Windows support)
 
8
 
 
9
        You may distribute and/or use for any purpose modified or unmodified
 
10
        copies of this software if you preserve the copyright notice above.
 
11
 
 
12
        THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY
 
13
        KIND, EITHER EXPRESSED OR IMPLIED.  IN NO EVENT WILL THE
 
14
        COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING FROM THE
 
15
        USE OF THIS SOFTWARE.
 
16
*/
 
17
 
 
18
/*
 
19
        $Log: acconfig.h,v $
 
20
        Revision 1.7  2000/02/04 22:31:56  crosser
 
21
        Clean up things dealing with folder tree recursion.
 
22
        Fixed log entry in acconfig.h that conflicted with "configure"
 
23
        
 
24
        Revision 1.6  2000/02/01 22:04:15  crosser
 
25
        xchdir() function iterates thru path elements
 
26
        define a variable for extra verbosity
 
27
        
 
28
        Revision 1.5  1999/12/11 14:10:15  crosser
 
29
        Support sgtty terminal control
 
30
        Proper "fake speed" handling (needed two values)
 
31
        
 
32
        Revision 1.4  1999/11/17 13:48:08  crosser
 
33
        check if need to include getopt.h
 
34
        
 
35
        Revision 1.3  1999/11/09 18:55:03  crosser
 
36
        work on windows version
 
37
        
 
38
        Revision 1.2  1999/08/01 23:28:06  crosser
 
39
        add RTPRIO
 
40
 
 
41
        Revision 1.1  1999/07/29 06:48:17  crosser
 
42
        Initial revision
 
43
 
 
44
*/
 
45
 
 
46
/* Integer 16bit type */
 
47
#undef INT16
 
48
 
 
49
/* Integer 3bit type */
 
50
#undef INT32
 
51
 
 
52
/* Platform definition */
 
53
#undef UNIX
 
54
#undef MSWINDOS
 
55
#undef DOS
 
56
 
 
57
/* Low memory model */
 
58
#undef LOWMEMORY
 
59
 
 
60
/* Realtime priority */
 
61
#undef USE_RTPRIO
 
62
 
 
63
/* struct tm has tm_gmtoff member */
 
64
#undef HAVE_TM_GMTOFF
 
65
 
 
66
/* headers contain definition of optarg */
 
67
#undef OPTARG_DEFINED
 
68
 
 
69
/* terminal control type */
 
70
#undef USE_TERMIOS
 
71
#undef USE_SGTTY
 
72
#undef USE_TERMIO
 
73
 
 
74
/* is struct utimbuf defined in sys/utime.h */
 
75
#undef HAVE_UTIMBUF
 
76
 
 
77
/* devine for development versions - extra verbosity */
 
78
#undef DEVVERSION