plugins/perl/perl.c

changeset 8138
782f61a0d052
parent 8095
26d841bb3d61
child 8735
01248ea222d3
equal deleted inserted replaced
8137:ca2132ad085e 8138:782f61a0d052
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 19 */
20 #ifdef HAVE_CONFIG_H 20 #ifdef HAVE_CONFIG_H
21 #include <config.h> 21 #include <config.h>
22 # ifdef HAVE_LIMITS_H
23 # include <limits.h>
24 # ifndef NAME_MAX
25 # define NAME_MAX _POSIX_NAME_MAX
26 # endif
27 # endif
22 #endif 28 #endif
23 29
24 #ifdef DEBUG 30 #ifdef DEBUG
25 # undef DEBUG 31 # undef DEBUG
26 #endif 32 #endif

mercurial