~ubuntu-branches/ubuntu/saucy/fdclone/saucy-proposed

« back to all changes in this revision

Viewing changes to depend.h

  • Committer: Package Import Robot
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2013-03-31 20:19:19 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130331201919-vd2f75ssuh1sdctw
Tags: 3.01-1
* New upstream release
* Updated Standard-Version to 3.9.4
* Bump debhelper to 9
* debian/rules enabled hardening build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
#undef  DEP_FILECONV
94
94
#undef  DEP_KANJIPATH
95
95
#undef  DEP_UNICODE
 
96
#undef  DEP_EMBEDUNITBL
96
97
#undef  DEP_ORIGSTREAM
97
98
#undef  DEP_ORIGSHELL
98
99
#undef  DEP_PTY
99
100
#undef  DEP_IME
 
101
#undef  DEP_EMBEDDICTTBL
100
102
#undef  DEP_LOGGING
101
103
#undef  DEP_DYNAMICLIST
102
104
#undef  DEP_SOCKET
143
145
|| defined (DEP_DOSDRIVE)
144
146
#define DEP_UNICODE
145
147
#endif
 
148
#if     defined (DEP_UNICODE) && defined (_NOUNICDTBL)
 
149
#define DEP_EMBEDUNITBL
 
150
#endif
146
151
#ifndef MINIMUMSHELL
147
152
#define DEP_ORIGSTREAM
148
153
#endif
155
160
#if     defined (FD) && FD >= 2 && !defined (_NOIME)
156
161
#define DEP_IME
157
162
#endif
 
163
#if     defined (DEP_IME) && defined (_NODICTTBL)
 
164
#define DEP_EMBEDDICTTBL
 
165
#endif
158
166
#if     defined (FD) && FD >= 2 && !defined (_NOLOGGING)
159
167
#define DEP_LOGGING
160
168
#endif