File: acconfig.h

package info (click to toggle)
atftp 0.6.0woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 672 kB
  • ctags: 289
  • sloc: ansic: 3,788; sh: 2,619; makefile: 69
file content (23 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * acconfig.h
 *
 * $Id: acconfig.h,v 1.3 2002/03/03 22:16:59 jp Exp $
 *
 * Copyright (c) 2001 Jean-Pierre Lefebvre <helix@step.polymtl.ca>
 *                and Remi Lefebvre <remi@debian.org>
 *
 * atftp is free software; you can redistribute them and/or modify them
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later
 */

/* Name of this package     */
#undef PACKAGE

/* Version number           */
#undef VERSION

/* Autocompletion in readline */
#undef HAVE_RL_COMPLETION_MATCHES
#undef HAVE_COMPLETION_MATCHES