~ubuntu-branches/ubuntu/karmic/openvas-server/karmic

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2009-01-02 01:38:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090102013847-74xy2uo1e3hovqjo
Tags: 2.0.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* OpenVAS
2
 
* $Id: config.h.in 295 2007-07-20 15:17:06Z jan $
 
2
* $Id: config.h.in 1703 2008-11-12 13:52:41Z felix $
3
3
* Description: Provides general configuration settings.
4
4
*
5
5
* Authors: - Renaud Deraison <deraison@nessus.org> (Original pre-fork develoment)
159
159
 */
160
160
#undef BSD_BYTE_ORDERING
161
161
 
 
162
 
 
163
/*
 
164
 * Set by AC_SYS_LARGEFILE, needed for gpgme key retrieval
 
165
 */
 
166
#undef _FILE_OFFSET_BITS
 
167
 
162
168
/*
163
169
 * STOP ! Don't edit anything after this line !
164
170
 */
192
198
#undef HAVE_GETHRTIME
193
199
#undef HAVE_GETRUSAGE
194
200
#undef HAVE_LONG_FILE_NAMES
195
 
#undef HAVE_GETOPT_H
196
201
#undef HAVE_STRING_H
197
202
#undef HAVE_STRINGS_H
198
203
#undef HAVE_SYS_POLL_H