~ubuntu-branches/ubuntu/precise/photopc/precise

1 by John Goerzen
Import upstream version 3.04
1
/*
1.1.1 by John Goerzen
Import upstream version 3.05
2
	$Id: acconfig.h,v 1.9 2000/07/14 06:35:39 crosser Exp $
1 by John Goerzen
Import upstream version 3.04
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 $
1.1.1 by John Goerzen
Import upstream version 3.05
20
	Revision 1.9  2000/07/14 06:35:39  crosser
21
	reportedly some models return CAN instead of DC1
22
	
23
	Revision 1.8  2000/05/09 13:20:54  crosser
24
	configure read() with alarm() better.
25
	Address signed vs. unsigned arguments
26
	other cleanups to make most notorious compilers happy
27
	
1 by John Goerzen
Import upstream version 3.04
28
	Revision 1.7  2000/02/04 22:31:56  crosser
29
	Clean up things dealing with folder tree recursion.
30
	Fixed log entry in acconfig.h that conflicted with "configure"
31
	
32
	Revision 1.6  2000/02/01 22:04:15  crosser
33
	xchdir() function iterates thru path elements
34
	define a variable for extra verbosity
35
	
36
	Revision 1.5  1999/12/11 14:10:15  crosser
37
	Support sgtty terminal control
38
	Proper "fake speed" handling (needed two values)
39
	
40
	Revision 1.4  1999/11/17 13:48:08  crosser
41
	check if need to include getopt.h
42
	
43
	Revision 1.3  1999/11/09 18:55:03  crosser
44
	work on windows version
45
	
46
	Revision 1.2  1999/08/01 23:28:06  crosser
47
	add RTPRIO
48
49
	Revision 1.1  1999/07/29 06:48:17  crosser
50
	Initial revision
51
52
*/
53
54
/* Integer 16bit type */
55
#undef INT16
56
57
/* Integer 3bit type */
58
#undef INT32
59
60
/* Platform definition */
61
#undef UNIX
62
#undef MSWINDOS
63
#undef DOS
64
65
/* Low memory model */
66
#undef LOWMEMORY
67
68
/* Realtime priority */
69
#undef USE_RTPRIO
70
71
/* struct tm has tm_gmtoff member */
72
#undef HAVE_TM_GMTOFF
73
74
/* headers contain definition of optarg */
75
#undef OPTARG_DEFINED
76
77
/* terminal control type */
78
#undef USE_TERMIOS
79
#undef USE_SGTTY
80
#undef USE_TERMIO
81
82
/* is struct utimbuf defined in sys/utime.h */
83
#undef HAVE_UTIMBUF
84
1.1.1 by John Goerzen
Import upstream version 3.05
85
/* use blocking read() in conjunction with alarm() instead of select() */ 
86
#undef USE_ALARMED_READ
87
1 by John Goerzen
Import upstream version 3.04
88
/* devine for development versions - extra verbosity */
89
#undef DEVVERSION
1.1.1 by John Goerzen
Import upstream version 3.05
90
91
/* default device name */
92
#undef DEFAULT_DEVICE