~ubuntu-branches/ubuntu/hardy/dbacl/hardy

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-03-26 22:35:35 UTC
  • mto: (2.1.1 etch) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060326223535-icwiulpkzesds4mq
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
/* this is an unrecognized system */
106
106
#undef OS_UNKNOWN
107
107
 
108
 
/* Name of package */
109
 
#undef PACKAGE
110
 
 
111
108
/* Define to the address where bug reports for this package should be sent. */
112
109
#undef PACKAGE_BUGREPORT
113
110
 
137
134
/* identify processor if categories not portable */
138
135
#undef TARGETCPU
139
136
 
140
 
/* Version number of package */
141
 
#undef VERSION
142
 
 
143
137
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
144
138
   `char[]'. */
145
139
#undef YYTEXT_POINTER