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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*
	$Id: acconfig.h,v 1.9 2000/07/14 06:35:39 crosser Exp $
*/

/*
	Copyright (c) 1997,1998 Eugene G. Crosser
	Copyright (c) 1998 Bruce D. Lightner (DOS/Windows support)

	You may distribute and/or use for any purpose modified or unmodified
	copies of this software if you preserve the copyright notice above.

	THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY
	KIND, EITHER EXPRESSED OR IMPLIED.  IN NO EVENT WILL THE
	COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING FROM THE
	USE OF THIS SOFTWARE.
*/

/*
	$Log: acconfig.h,v $
	Revision 1.9  2000/07/14 06:35:39  crosser
	reportedly some models return CAN instead of DC1
	
	Revision 1.8  2000/05/09 13:20:54  crosser
	configure read() with alarm() better.
	Address signed vs. unsigned arguments
	other cleanups to make most notorious compilers happy
	
	Revision 1.7  2000/02/04 22:31:56  crosser
	Clean up things dealing with folder tree recursion.
	Fixed log entry in acconfig.h that conflicted with "configure"
	
	Revision 1.6  2000/02/01 22:04:15  crosser
	xchdir() function iterates thru path elements
	define a variable for extra verbosity
	
	Revision 1.5  1999/12/11 14:10:15  crosser
	Support sgtty terminal control
	Proper "fake speed" handling (needed two values)
	
	Revision 1.4  1999/11/17 13:48:08  crosser
	check if need to include getopt.h
	
	Revision 1.3  1999/11/09 18:55:03  crosser
	work on windows version
	
	Revision 1.2  1999/08/01 23:28:06  crosser
	add RTPRIO

	Revision 1.1  1999/07/29 06:48:17  crosser
	Initial revision

*/

/* Integer 16bit type */
#undef INT16

/* Integer 3bit type */
#undef INT32

/* Platform definition */
#undef UNIX
#undef MSWINDOS
#undef DOS

/* Low memory model */
#undef LOWMEMORY

/* Realtime priority */
#undef USE_RTPRIO

/* struct tm has tm_gmtoff member */
#undef HAVE_TM_GMTOFF

/* headers contain definition of optarg */
#undef OPTARG_DEFINED

/* terminal control type */
#undef USE_TERMIOS
#undef USE_SGTTY
#undef USE_TERMIO

/* is struct utimbuf defined in sys/utime.h */
#undef HAVE_UTIMBUF

/* use blocking read() in conjunction with alarm() instead of select() */ 
#undef USE_ALARMED_READ

/* devine for development versions - extra verbosity */
#undef DEVVERSION

/* default device name */
#undef DEFAULT_DEVICE